blob: 08d078f3c47b2c23543f74ff65f21ba229708052 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_292) on Tue Jun 15 06:02:27 GMT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Apache Hadoop Common 3.3.1 API)</title>
<meta name="date" content="2021-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Hadoop Common 3.3.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#A_CREATE">A_CREATE</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">create command: "create"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#A_LOAD">A_LOAD</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Load command: "load"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#A_PRINTRESOURCE">A_PRINTRESOURCE</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Command to locate and print a resource: "print"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#A_RESOURCE">A_RESOURCE</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Command to locate a resource: "locate"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Abortable.html#abort--">abort()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Abortable.html" title="interface in org.apache.hadoop.fs">Abortable</a></dt>
<dd>
<div class="block">Abort the active operation without the output becoming visible.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#abort--">abort()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>
<div class="block">Invoke <code>abort()</code> on the wrapped stream if it
is Abortable, otherwise raise an
<code>UnsupportedOperationException</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploader.html#abort-org.apache.hadoop.fs.UploadHandle-org.apache.hadoop.fs.Path-">abort(UploadHandle, Path)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs">MultipartUploader</a></dt>
<dd>
<div class="block">Aborts a multipart upload.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Abortable.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">Abortable</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Abort data being written to a stream, so that close() does
not write the data.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Abortable.AbortableResult.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">Abortable.AbortableResult</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Interface for the result of aborts; allows subclasses to extend
(IOStatistics etc) or for future enhancements if ever needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#ABORTABLE_STREAM">ABORTABLE_STREAM</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Stream abort() capability implemented by <a href="org/apache/hadoop/fs/Abortable.html#abort--"><code>Abortable.abort()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#ABORTABLE_STREAM">ABORTABLE_STREAM</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Stream abort() capability implemented by <a href="org/apache/hadoop/fs/Abortable.html#abort--"><code>Abortable.abort()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#ABORTABLE_UNSUPPORTED">ABORTABLE_UNSUPPORTED</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>
<div class="block">A call was made to abort(), but it is not supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#abortUploadsUnderPath-org.apache.hadoop.fs.Path-">abortUploadsUnderPath(Path)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>
<div class="block">Best effort attempt to aborts multipart uploads under a path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploader.html#abortUploadsUnderPath-org.apache.hadoop.fs.Path-">abortUploadsUnderPath(Path)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs">MultipartUploader</a></dt>
<dd>
<div class="block">Best effort attempt to aborts multipart uploads under a path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html#AbstractCallback--">AbstractCallback()</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html" title="class in org.apache.hadoop.metrics2">MetricsSystem.AbstractCallback</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation"><span class="typeNameLink">AbstractDelegationTokenIdentifier</span></a> - Class in org.apache.hadoop.security.token.delegation</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#AbstractDelegationTokenIdentifier--">AbstractDelegationTokenIdentifier()</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#AbstractDelegationTokenIdentifier-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">AbstractDelegationTokenIdentifier(Text, Text, Text)</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation"><span class="typeNameLink">AbstractDelegationTokenSecretManager</span></a>&lt;<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="type parameter in AbstractDelegationTokenSecretManager">TokenIdent</a> extends <a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a>&gt; - Class in org.apache.hadoop.security.token.delegation</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#AbstractDelegationTokenSecretManager-long-long-long-long-">AbstractDelegationTokenSecretManager(long, long, long, long)</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Create a secret manager</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html" title="class in org.apache.hadoop.security.token.delegation"><span class="typeNameLink">AbstractDelegationTokenSecretManager.DelegationTokenInformation</span></a> - Class in org.apache.hadoop.security.token.delegation</dt>
<dd>
<div class="block">Class to encapsulate a token's renew date and password.</div>
</dd>
<dt><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">AbstractDNSToSwitchMapping</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">This is a base class for DNS to Switch mappings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#AbstractDNSToSwitchMapping--">AbstractDNSToSwitchMapping()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Create an unconfigured instance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#AbstractDNSToSwitchMapping-org.apache.hadoop.conf.Configuration-">AbstractDNSToSwitchMapping(Configuration)</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Create an instance, caching the configuration file.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">AbstractFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This class provides an interface for implementors of a Hadoop file system
(analogous to the VFS of Unix).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#AbstractFileSystem-java.net.URI-java.lang.String-boolean-int-">AbstractFileSystem(URI, String, boolean, int)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Constructor to be called by subclasses.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl"><span class="typeNameLink">AbstractFSBuilderImpl</span></a>&lt;<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="type parameter in AbstractFSBuilderImpl">S</a>,<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="type parameter in AbstractFSBuilderImpl">B</a> extends <a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a>&lt;<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="type parameter in AbstractFSBuilderImpl">S</a>,<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="type parameter in AbstractFSBuilderImpl">B</a>&gt;&gt; - Class in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block">Builder for filesystem/filecontext operations of various kinds,
with option support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#AbstractFSBuilderImpl-java.util.Optional-java.util.Optional-">AbstractFSBuilderImpl(Optional&lt;Path&gt;, Optional&lt;PathHandle&gt;)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Constructor with both optional path and path handle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#AbstractFSBuilderImpl-org.apache.hadoop.fs.Path-">AbstractFSBuilderImpl(Path)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#AbstractFSBuilderImpl-org.apache.hadoop.fs.PathHandle-">AbstractFSBuilderImpl(PathHandle)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia"><span class="typeNameLink">AbstractGangliaSink</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/ganglia/package-summary.html">org.apache.hadoop.metrics2.sink.ganglia</a></dt>
<dd>
<div class="block">This the base class for Ganglia sink classes using metrics2.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#AbstractGangliaSink--">AbstractGangliaSink()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaConfType.html" title="enum in org.apache.hadoop.metrics2.sink.ganglia"><span class="typeNameLink">AbstractGangliaSink.GangliaConfType</span></a> - Enum in <a href="org/apache/hadoop/metrics2/sink/ganglia/package-summary.html">org.apache.hadoop.metrics2.sink.ganglia</a></dt>
<dd>
<div class="block">define enum for various type of conf</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaSlope.html" title="enum in org.apache.hadoop.metrics2.sink.ganglia"><span class="typeNameLink">AbstractGangliaSink.GangliaSlope</span></a> - Enum in <a href="org/apache/hadoop/metrics2/sink/ganglia/package-summary.html">org.apache.hadoop.metrics2.sink.ganglia</a></dt>
<dd>
<div class="block">ganglia slope values which equal the ordinal</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/AbstractIOStatisticsImpl.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">AbstractIOStatisticsImpl</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Base implementation in case common methods/fields need to be added
in future.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/AbstractIOStatisticsImpl.html#AbstractIOStatisticsImpl--">AbstractIOStatisticsImpl()</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/AbstractIOStatisticsImpl.html" title="class in org.apache.hadoop.fs.statistics.impl">AbstractIOStatisticsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/launcher/AbstractLaunchableService.html" title="class in org.apache.hadoop.service.launcher"><span class="typeNameLink">AbstractLaunchableService</span></a> - Class in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">Subclass of <a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service"><code>AbstractService</code></a> that provides basic implementations
of the <a href="org/apache/hadoop/service/launcher/LaunchableService.html" title="interface in org.apache.hadoop.service.launcher"><code>LaunchableService</code></a> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/AbstractLaunchableService.html#AbstractLaunchableService-java.lang.String-">AbstractLaunchableService(String)</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/AbstractLaunchableService.html" title="class in org.apache.hadoop.service.launcher">AbstractLaunchableService</a></dt>
<dd>
<div class="block">Construct an instance with the given name.</div>
</dd>
<dt><a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">AbstractMapWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Abstract base class for MapWritable and SortedMapWritable
Unlike org.apache.nutch.crawl.MapWritable, this class allows creation of
MapWritable&lt;Writable, MapWritable&gt; so the CLASS_TO_ID and ID_TO_CLASS
maps travel with the class instead of being static.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#AbstractMapWritable--">AbstractMapWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>
<div class="block">constructor.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">AbstractMetric</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The immutable metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#AbstractMetric-org.apache.hadoop.metrics2.MetricsInfo-">AbstractMetric(MetricsInfo)</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>
<div class="block">Construct the metric</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl"><span class="typeNameLink">AbstractMultipartUploader</span></a> - Class in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block">Standard base class for Multipart Uploaders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#AbstractMultipartUploader-org.apache.hadoop.fs.Path-">AbstractMultipartUploader(Path)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>
<div class="block">Instantiate.</div>
</dd>
<dt><a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">AbstractService</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">This is the base implementation class for services.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#AbstractService-java.lang.String-">AbstractService(String)</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Construct the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#AbstractVerifier--">AbstractVerifier()</a></span> - Constructor for class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobFilter.html#accept-org.apache.hadoop.fs.Path-">accept(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobFilter.html" title="class in org.apache.hadoop.fs">GlobFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathFilter.html#accept-org.apache.hadoop.fs.Path-">accept(Path)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathFilter.html" title="interface in org.apache.hadoop.fs">PathFilter</a></dt>
<dd>
<div class="block">Tests whether or not the specified abstract pathname should be
included in a pathname list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/ConsumerRaisingIOE.html#accept-T-">accept(T)</a></span> - Method in interface org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/ConsumerRaisingIOE.html" title="interface in org.apache.hadoop.util.functional">ConsumerRaisingIOE</a></dt>
<dd>
<div class="block">Process the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/IdentityHashStore.Visitor.html#accept-K-V-">accept(K, V)</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/IdentityHashStore.Visitor.html" title="interface in org.apache.hadoop.util">IdentityHashStore.Visitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#acceptableCountryWildcard-java.lang.String-">acceptableCountryWildcard(String)</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsFilter.html#accepts-java.lang.String-">accepts(String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsFilter.html" title="class in org.apache.hadoop.metrics2">MetricsFilter</a></dt>
<dd>
<div class="block">Whether to accept the name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsFilter.html#accepts-org.apache.hadoop.metrics2.MetricsTag-">accepts(MetricsTag)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsFilter.html" title="class in org.apache.hadoop.metrics2">MetricsFilter</a></dt>
<dd>
<div class="block">Whether to accept the tag</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsFilter.html#accepts-java.lang.Iterable-">accepts(Iterable&lt;MetricsTag&gt;)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsFilter.html" title="class in org.apache.hadoop.metrics2">MetricsFilter</a></dt>
<dd>
<div class="block">Whether to accept the tags</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsFilter.html#accepts-org.apache.hadoop.metrics2.MetricsRecord-">accepts(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsFilter.html" title="class in org.apache.hadoop.metrics2">MetricsFilter</a></dt>
<dd>
<div class="block">Whether to accept the record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#access-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsAction-">access(Path, FsAction)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#access-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsAction-">access(Path, FsAction)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#access-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsAction-">access(Path, FsAction)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#access-java.lang.String-org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight-">access(String, NativeIO.Windows.AccessRight)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>
<div class="block">Checks whether the current process has desired access rights on
the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#ACCESS_TIME_FIELD_NUMBER">ACCESS_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/AccessControlException.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">AccessControlException</span></a> - Exception in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">An exception class for access control related issues.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AccessControlException.html#AccessControlException--">AccessControlException()</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/AccessControlException.html" title="class in org.apache.hadoop.security">AccessControlException</a></dt>
<dd>
<div class="block">Default constructor is needed for unwrapping from
<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc"><code>RemoteException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AccessControlException.html#AccessControlException-java.lang.String-">AccessControlException(String)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/AccessControlException.html" title="class in org.apache.hadoop.security">AccessControlException</a></dt>
<dd>
<div class="block">Constructs an <a href="org/apache/hadoop/security/AccessControlException.html" title="class in org.apache.hadoop.security"><code>AccessControlException</code></a>
with the specified detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AccessControlException.html#AccessControlException-java.lang.Throwable-">AccessControlException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/AccessControlException.html" title="class in org.apache.hadoop.security">AccessControlException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause and a detail
message of <tt>(cause==null ? null : cause.toString())</tt> (which
typically contains the class and detail message of <tt>cause</tt>).</div>
</dd>
<dt><a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize"><span class="typeNameLink">AccessControlList</span></a> - Class in <a href="org/apache/hadoop/security/authorize/package-summary.html">org.apache.hadoop.security.authorize</a></dt>
<dd>
<div class="block">Class representing a configured access control list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#AccessControlList--">AccessControlList()</a></span> - Constructor for class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">This constructor exists primarily for AccessControlList to be Writable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#AccessControlList-java.lang.String-">AccessControlList(String)</a></span> - Constructor for class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Construct a new ACL from a String representation of the same.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#AccessControlList-java.lang.String-java.lang.String-">AccessControlList(String, String)</a></span> - Constructor for class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Construct a new ACL from String representation of users and groups
The arguments are comma separated lists</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.AccessRight.html#accessRight--">accessRight()</a></span> - Method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.AccessRight.html" title="enum in org.apache.hadoop.io.nativeio">NativeIO.Windows.AccessRight</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission"><span class="typeNameLink">AclEntry</span></a> - Class in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">Defines a single entry in an ACL.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html" title="class in org.apache.hadoop.fs.permission"><span class="typeNameLink">AclEntry.Builder</span></a> - Class in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">Builder for creating new AclEntry instances.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/AclEntryScope.html" title="enum in org.apache.hadoop.fs.permission"><span class="typeNameLink">AclEntryScope</span></a> - Enum in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">Specifies the scope or intended usage of an ACL entry.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/AclEntryType.html" title="enum in org.apache.hadoop.fs.permission"><span class="typeNameLink">AclEntryType</span></a> - Enum in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">Specifies the type of an ACL entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#aclSpecToString-java.util.List-">aclSpecToString(List&lt;AclEntry&gt;)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Convert a List of AclEntries into a string - the reverse of parseAclSpec.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission"><span class="typeNameLink">AclStatus</span></a> - Class in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">An AclStatus contains the ACL information of a specific file.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission"><span class="typeNameLink">AclStatus.Builder</span></a> - Class in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">Builder for creating new Acl instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/AutoCloseableLock.html#acquire--">acquire()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util">AutoCloseableLock</a></dt>
<dd>
<div class="block">A wrapper method that makes a call to <code>lock()</code> of the underlying
<code>ReentrantLock</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#action">action</a></span> - Variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#ACTION_EXECUTOR_ACQUIRED">ACTION_EXECUTOR_ACQUIRED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">The name of the statistic collected for executor acquisition if
a duration tracker factory is passed in to the constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#ACTION_HTTP_DELETE_REQUEST">ACTION_HTTP_DELETE_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">An HTTP DELETE request was made: "action_http_delete_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#ACTION_HTTP_GET_REQUEST">ACTION_HTTP_GET_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">An HTTP GET request was made: "action_http_get_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#ACTION_HTTP_HEAD_REQUEST">ACTION_HTTP_HEAD_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">An HTTP HEAD request was made: "action_http_head_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#ACTION_HTTP_PATCH_REQUEST">ACTION_HTTP_PATCH_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">An HTTP PATCH request was made: "action_http_patch_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#ACTION_HTTP_POST_REQUEST">ACTION_HTTP_POST_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">An HTTP POST request was made: "action_http_post_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#ACTION_HTTP_PUT_REQUEST">ACTION_HTTP_PUT_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">An HTTP PUT request was made: "action_http_put_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#activateOptions--">activateOptions()</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#ACTIVE_VALUE">ACTIVE_VALUE</a></span> - Static variable in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>
<div class="block"><code>ACTIVE = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveNotFoundException.html#ActiveNotFoundException--">ActiveNotFoundException()</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveNotFoundException.html" title="class in org.apache.hadoop.ha">ActiveStandbyElector.ActiveNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveNotFoundException.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">ActiveStandbyElector.ActiveNotFoundException</span></a> - Exception in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Exception thrown when there is no active leader</div>
</dd>
<dt><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html" title="interface in org.apache.hadoop.ha"><span class="typeNameLink">ActiveStandbyElector.ActiveStandbyElectorCallback</span></a> - Interface in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Callback interface to interact with the ActiveStandbyElector object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html#actual">actual</a></span> - Variable in exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.IllegalNumberOfArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#add-org.apache.hadoop.fs.statistics.MeanStatistic-">add(MeanStatistic)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Add another MeanStatistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#add-E-">add(E)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MultipleIOException.Builder.html#add-java.lang.Throwable-">add(Throwable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MultipleIOException.Builder.html" title="class in org.apache.hadoop.io">MultipleIOException.Builder</a></dt>
<dd>
<div class="block">Add the given <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> to the exception list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#add-E-">add(E)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#add-E-">add(E)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">Add, put, and offer follow the same pattern:
1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#add-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">add(RpcController, TestProtos.AddRequestProto, RpcCallback&lt;TestProtos.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#add-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto-">add(RpcController, TestProtos.AddRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#add-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">add(RpcController, TestProtos.AddRequestProto, RpcCallback&lt;TestProtos.AddResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#add-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">add(RpcController, TestProtos.AddRequestProto, RpcCallback&lt;TestProtos.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#add-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto-com.google.protobuf.RpcCallback-">add(RpcController, TestProtosLegacy.AddRequestProto, RpcCallback&lt;TestProtosLegacy.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#add-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto-">add(RpcController, TestProtosLegacy.AddRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#add-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto-com.google.protobuf.RpcCallback-">add(RpcController, TestProtosLegacy.AddRequestProto, RpcCallback&lt;TestProtosLegacy.AddResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#add-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto-com.google.protobuf.RpcCallback-">add(RpcController, TestProtosLegacy.AddRequestProto, RpcCallback&lt;TestProtosLegacy.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#add-java.lang.String-long-">add(String, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Add sample to a stat metric by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#add-long-">add(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRates.html#add-java.lang.String-long-">add(String, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRates.html" title="class in org.apache.hadoop.metrics2.lib">MutableRates</a></dt>
<dd>
<div class="block">Add a rate sample for a rate metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html#add-java.lang.String-long-">add(String, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html" title="class in org.apache.hadoop.metrics2.lib">MutableRatesWithAggregation</a></dt>
<dd>
<div class="block">Add a rate sample for a rate metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html#add-java.lang.String-long-">add(String, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib">MutableRollingAverages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#add-long-long-">add(long, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Add a number of samples and their sum to the running stat
Note that although use of this method will preserve accurate mean values,
large values for numSamples may result in inaccurate variance values due
to the use of a single step of the Welford method for variance calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#add-long-">add(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Add a snapshot to the metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#add-org.apache.hadoop.metrics2.MetricsTag-">add(MetricsTag)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#add-org.apache.hadoop.metrics2.AbstractMetric-">add(AbstractMetric)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#add-org.apache.hadoop.metrics2.MetricsTag-">add(MetricsTag)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add an immutable metrics tag object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#add-org.apache.hadoop.metrics2.AbstractMetric-">add(AbstractMetric)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add a pre-made immutable metric object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#add-org.apache.hadoop.metrics2.MetricsInfo-java.lang.Object-">add(MetricsInfo, Object)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#add-org.apache.hadoop.metrics2.MetricsTag-">add(MetricsTag)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#add-org.apache.hadoop.metrics2.AbstractMetric-">add(AbstractMetric)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html#add-double-">add(double)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html" title="class in org.apache.hadoop.metrics2.util">SampleStat.MinMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#add-org.apache.hadoop.net.Node-">add(Node)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html#add-org.apache.hadoop.service.ServiceStateChangeListener-">add(ServiceStateChangeListener)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html" title="class in org.apache.hadoop.service">ServiceOperations.ServiceListeners</a></dt>
<dd>
<div class="block">Thread-safe addition of a new listener to the end of a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#add-org.apache.hadoop.util.bloom.Key-">add(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#add-org.apache.hadoop.util.bloom.Key-">add(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#add-org.apache.hadoop.util.bloom.Key-">add(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#add-org.apache.hadoop.util.bloom.Key-">add(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#add2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">add2(RpcController, TestProtos.AddRequestProto2, RpcCallback&lt;TestProtos.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#add2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2-">add2(RpcController, TestProtos.AddRequestProto2)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#add2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">add2(RpcController, TestProtos.AddRequestProto2, RpcCallback&lt;TestProtos.AddResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#add2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">add2(RpcController, TestProtos.AddRequestProto2, RpcCallback&lt;TestProtos.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#add2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2-com.google.protobuf.RpcCallback-">add2(RpcController, TestProtosLegacy.AddRequestProto2, RpcCallback&lt;TestProtosLegacy.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#add2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2-">add2(RpcController, TestProtosLegacy.AddRequestProto2)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#add2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2-com.google.protobuf.RpcCallback-">add2(RpcController, TestProtosLegacy.AddRequestProto2, RpcCallback&lt;TestProtosLegacy.AddResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#add2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2-com.google.protobuf.RpcCallback-">add2(RpcController, TestProtosLegacy.AddRequestProto2, RpcCallback&lt;TestProtosLegacy.AddResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#addAll-org.apache.hadoop.security.Credentials-">addAll(Credentials)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Copy all of the credentials from one credential object into another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#addAllArgs-java.lang.Iterable-">addAllArgs(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addAllAuths-java.lang.Iterable-">addAllAuths(Iterable&lt;? extends RpcHeaderProtos.RpcSaslProto.SaslAuth&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addAllConfig-java.lang.Iterable-">addAllConfig(Iterable&lt;? extends TraceAdminPB.ConfigPair&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addAllDescriptions-java.lang.Iterable-">addAllDescriptions(Iterable&lt;? extends TraceAdminPB.SpanReceiverListInfo&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#addAllGroups-java.lang.Iterable-">addAllGroups(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#addAllMessage-java.lang.Iterable-">addAllMessage(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#addAllMessage-java.lang.Iterable-">addAllMessage(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#addAllMessage-java.lang.Iterable-">addAllMessage(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#addAllMessage-java.lang.Iterable-">addAllMessage(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#addAllMethods-java.lang.Iterable-">addAllMethods(Iterable&lt;? extends Integer&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#addAllParams-java.lang.Iterable-">addAllParams(Iterable&lt;? extends Integer&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#addAllParams-java.lang.Iterable-">addAllParams(Iterable&lt;? extends Integer&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addAllProtocolSignature-java.lang.Iterable-">addAllProtocolSignature(Iterable&lt;? extends ProtocolInfoProtos.ProtocolSignatureProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addAllProtocolVersions-java.lang.Iterable-">addAllProtocolVersions(Iterable&lt;? extends ProtocolInfoProtos.ProtocolVersionProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addAllResponses-java.lang.Iterable-">addAllResponses(Iterable&lt;? extends GenericRefreshProtocolProtos.GenericRefreshResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addAllSecrets-java.lang.Iterable-">addAllSecrets(Iterable&lt;? extends SecurityProtos.CredentialsKVProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addAllTokens-java.lang.Iterable-">addAllTokens(Iterable&lt;? extends SecurityProtos.CredentialsKVProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#addAllValues-java.lang.Iterable-">addAllValues(Iterable&lt;? extends Integer&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#addAllValues-java.lang.Iterable-">addAllValues(Iterable&lt;? extends Integer&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#addAllValues-java.lang.Iterable-">addAllValues(Iterable&lt;? extends Integer&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#addAllValues-java.lang.Iterable-">addAllValues(Iterable&lt;? extends Integer&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#addAllVersions-java.lang.Iterable-">addAllVersions(Iterable&lt;? extends Long&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#addArgs-java.lang.String-">addArgs(String)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#addArgsBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">addArgsBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#addArgument-java.lang.String-">addArgument(String)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Add a single argument to this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#addArguments-java.util.Deque-">addArguments(Deque&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#addArguments-java.util.Deque-int-">addArguments(Deque&lt;String&gt;, int)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Add a specific number of arguments to this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#addArguments-java.util.Deque-">addArguments(Deque&lt;String&gt;)</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Adds arguments to this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#addArguments-java.util.Deque-">addArguments(Deque&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addAuths-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth-">addAuths(RpcHeaderProtos.RpcSaslProto.SaslAuth)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addAuths-int-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth-">addAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addAuths-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder-">addAuths(RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addAuths-int-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder-">addAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addAuthsBuilder--">addAuthsBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addAuthsBuilder-int-">addAuthsBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#addAuxiliaryListener-int-">addAuxiliaryListener(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#addChildren-java.util.Deque-">addChildren(Deque&lt;Expression&gt;)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#addChildren-java.util.Deque-int-">addChildren(Deque&lt;Expression&gt;, int)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Add a specific number of children to this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#addChildren-java.util.Deque-">addChildren(Deque&lt;Expression&gt;)</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Adds children to this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#addChildren-java.util.Deque-">addChildren(Deque&lt;Expression&gt;)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addConfig-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair-">addConfig(TraceAdminPB.ConfigPair)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addConfig-int-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair-">addConfig(int, TraceAdminPB.ConfigPair)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addConfig-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder-">addConfig(TraceAdminPB.ConfigPair.Builder)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addConfig-int-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder-">addConfig(int, TraceAdminPB.ConfigPair.Builder)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addConfigBuilder--">addConfigBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addConfigBuilder-int-">addConfigBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/SpanReceiverInfoBuilder.html#addConfigurationPair-java.lang.String-java.lang.String-">addConfigurationPair(String, String)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/SpanReceiverInfoBuilder.html" title="class in org.apache.hadoop.tracing">SpanReceiverInfoBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#addCounter-org.apache.hadoop.metrics2.MetricsInfo-int-">addCounter(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#addCounter-org.apache.hadoop.metrics2.MetricsInfo-long-">addCounter(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#addCounter-org.apache.hadoop.metrics2.MetricsInfo-int-">addCounter(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add an integer metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#addCounter-org.apache.hadoop.metrics2.MetricsInfo-long-">addCounter(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add an long metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#addCounter-org.apache.hadoop.metrics2.MetricsInfo-int-">addCounter(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#addCounter-org.apache.hadoop.metrics2.MetricsInfo-long-">addCounter(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#addCredentials-org.apache.hadoop.security.Credentials-">addCredentials(Credentials)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Add the given Credentials to this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#addDateHeader-java.lang.String-long-">addDateHeader(String, long)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addDefaultResource-java.lang.String-">addDefaultResource(String)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add a default resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFetcher.html#addDelegationTokens-org.apache.hadoop.conf.Configuration-org.apache.hadoop.security.Credentials-java.lang.String-java.lang.String-">addDelegationTokens(Configuration, Credentials, String, String)</a></span> - Method in interface org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFetcher.html" title="interface in org.apache.hadoop.security.token">DtFetcher</a></dt>
<dd>
<div class="block">Add any number of delegation tokens to Credentials object and return
a token instance that is appropriate for aliasing, or null if none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addDeprecation-java.lang.String-java.lang.String:A-java.lang.String-">addDeprecation(String, String[], String)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/conf/Configuration.html#addDeprecation-java.lang.String-java.lang.String-java.lang.String-"><code>Configuration.addDeprecation(String key, String newKey,
String customMessage)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addDeprecation-java.lang.String-java.lang.String-java.lang.String-">addDeprecation(String, String, String)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Adds the deprecated key to the global deprecation map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addDeprecation-java.lang.String-java.lang.String:A-">addDeprecation(String, String[])</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/conf/Configuration.html#addDeprecation-java.lang.String-java.lang.String-"><code>Configuration.addDeprecation(String key, String newKey)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addDeprecation-java.lang.String-java.lang.String-">addDeprecation(String, String)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Adds the deprecated key to the global deprecation map when no custom
message is provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addDeprecations-org.apache.hadoop.conf.Configuration.DeprecationDelta:A-">addDeprecations(Configuration.DeprecationDelta[])</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Adds a set of deprecated keys to the global deprecations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addDescriptions-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo-">addDescriptions(TraceAdminPB.SpanReceiverListInfo)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addDescriptions-int-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo-">addDescriptions(int, TraceAdminPB.SpanReceiverListInfo)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addDescriptions-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder-">addDescriptions(TraceAdminPB.SpanReceiverListInfo.Builder)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addDescriptions-int-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder-">addDescriptions(int, TraceAdminPB.SpanReceiverListInfo.Builder)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addDescriptionsBuilder--">addDescriptionsBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addDescriptionsBuilder-int-">addDescriptionsBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#addEndpoint-java.net.URI-">addEndpoint(URI)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>
<div class="block">Add an endpoint that the HTTP server should listen to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#addEntries-java.lang.Iterable-">addEntries(Iterable&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>
<div class="block">Adds a list of ACL entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#addEntry-org.apache.hadoop.fs.permission.AclEntry-">addEntry(AclEntry)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>
<div class="block">Adds an ACL entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive-org.apache.hadoop.util.bloom.Key-">addFalsePositive(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>
<div class="block">Adds a false positive information to <i>this</i> retouched Bloom filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive-java.util.Collection-">addFalsePositive(Collection&lt;Key&gt;)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>
<div class="block">Adds a collection of false positive information to <i>this</i> retouched Bloom filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive-java.util.List-">addFalsePositive(List&lt;Key&gt;)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>
<div class="block">Adds a list of false positive information to <i>this</i> retouched Bloom filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive-org.apache.hadoop.util.bloom.Key:A-">addFalsePositive(Key[])</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>
<div class="block">Adds an array of false positive information to <i>this</i> retouched Bloom filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#addFencingParameters-java.util.Map-">addFencingParameters(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>
<div class="block">Hook to allow subclasses to add any parameters they would like to
expose to fencing implementations/scripts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#addField-java.lang.String-">addField(String)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#addField-java.lang.String-org.apache.hadoop.tools.TableListing.Justification-">addField(String, TableListing.Justification)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#addField-java.lang.String-boolean-">addField(String, boolean)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#addField-java.lang.String-org.apache.hadoop.tools.TableListing.Justification-boolean-">addField(String, TableListing.Justification, boolean)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>
<div class="block">Add a new field to the Table under construction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/FilterContainer.html#addFilter-java.lang.String-java.lang.String-java.util.Map-">addFilter(String, String, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.hadoop.http.<a href="org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</a></dt>
<dd>
<div class="block">Add a filter to the container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-int-">addGauge(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-long-">addGauge(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-float-">addGauge(MetricsInfo, float)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-double-">addGauge(MetricsInfo, double)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-int-">addGauge(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add a integer gauge metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-long-">addGauge(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add a long gauge metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-float-">addGauge(MetricsInfo, float)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add a float gauge metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-double-">addGauge(MetricsInfo, double)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add a double gauge metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-int-">addGauge(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-long-">addGauge(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-float-">addGauge(MetricsInfo, float)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#addGauge-org.apache.hadoop.metrics2.MetricsInfo-double-">addGauge(MetricsInfo, double)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/FilterContainer.html#addGlobalFilter-java.lang.String-java.lang.String-java.util.Map-">addGlobalFilter(String, String, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.hadoop.http.<a href="org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</a></dt>
<dd>
<div class="block">Add a global filter to the container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#addGroup-java.lang.String-">addGroup(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Add group to the names of groups allowed for this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#addGroups-java.lang.String-">addGroups(String)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#addGroupsBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">addGroupsBytes(ByteString)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#addHeader-java.lang.String-java.lang.String-">addHeader(String, String)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#addIfService-java.lang.Object-">addIfService(Object)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>
<div class="block">If the passed object is an instance of <a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service"><code>Service</code></a>,
add it to the list of services managed by this <a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service"><code>CompositeService</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#addIntHeader-java.lang.String-int-">addIntHeader(String, int)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#addKey-org.apache.hadoop.security.token.delegation.DelegationKey-">addKey(DelegationKey)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Add a previously used master key to cache (when NN restarts),
should be called before activate().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLink-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.String-java.net.URI-">addLink(Configuration, String, String, URI)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a link to the config for the specified mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLink-org.apache.hadoop.conf.Configuration-java.lang.String-java.net.URI-">addLink(Configuration, String, URI)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a link to the config for the default mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkFallback-org.apache.hadoop.conf.Configuration-java.lang.String-java.net.URI-">addLinkFallback(Configuration, String, URI)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a LinkFallback to the config for the specified mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkFallback-org.apache.hadoop.conf.Configuration-java.net.URI-">addLinkFallback(Configuration, URI)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a LinkFallback to the config for the default mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkMerge-org.apache.hadoop.conf.Configuration-java.lang.String-java.net.URI:A-">addLinkMerge(Configuration, String, URI[])</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a LinkMerge to the config for the specified mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkMerge-org.apache.hadoop.conf.Configuration-java.net.URI:A-">addLinkMerge(Configuration, URI[])</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a LinkMerge to the config for the default mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkMergeSlash-org.apache.hadoop.conf.Configuration-java.lang.String-java.net.URI-">addLinkMergeSlash(Configuration, String, URI)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a LinkMergeSlash to the config for the specified mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkMergeSlash-org.apache.hadoop.conf.Configuration-java.net.URI-">addLinkMergeSlash(Configuration, URI)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a LinkMergeSlash to the config for the default mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkNfly-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">addLinkNfly(Configuration, String, String, String, String)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add nfly link to configuration for the given mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkNfly-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.String-java.lang.String-java.net.URI...-">addLinkNfly(Configuration, String, String, String, URI...)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkNfly-org.apache.hadoop.conf.Configuration-java.lang.String-java.net.URI...-">addLinkNfly(Configuration, String, URI...)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#addLinkRegex-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">addLinkRegex(Configuration, String, String, String, String)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add a LinkRegex to the config for the specified mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#addMaximumSample-java.lang.String-long-">addMaximumSample(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Add a maximum sample: if greater than the current value,
updates the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#addMeanStatisticSample-java.lang.String-long-">addMeanStatisticSample(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Add a sample to the mean statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#addMessage-java.lang.String-">addMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#addMessage-java.lang.String-">addMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#addMessage-java.lang.String-">addMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#addMessage-java.lang.String-">addMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#addMessageBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">addMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#addMessageBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">addMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#addMessageBytes-com.google.protobuf.ByteString-">addMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#addMessageBytes-com.google.protobuf.ByteString-">addMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#addMethods-int-">addMethods(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#addMinimumSample-java.lang.String-long-">addMinimumSample(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Add a minimum sample: if less than the current value,
updates the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#addOptionWithValue-java.lang.String-">addOptionWithValue(String)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block">add option with value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#addParams-int-">addParams(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#addParams-int-">addParams(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#addPersistedDelegationToken-TokenIdent-long-">addPersistedDelegationToken(TokenIdent, long)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">This method is intended to be used for recovering persisted delegation
tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Server.html#addProtocol-org.apache.hadoop.ipc.RPC.RpcKind-java.lang.Class-java.lang.Object-">addProtocol(RPC.RpcKind, Class&lt;?&gt;, Object)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Server.html" title="class in org.apache.hadoop.ipc">RPC.Server</a></dt>
<dd>
<div class="block">Add a protocol to the existing server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addProtocolSignature-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto-">addProtocolSignature(ProtocolInfoProtos.ProtocolSignatureProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addProtocolSignature-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto-">addProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addProtocolSignature-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder-">addProtocolSignature(ProtocolInfoProtos.ProtocolSignatureProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addProtocolSignature-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder-">addProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addProtocolSignatureBuilder--">addProtocolSignatureBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addProtocolSignatureBuilder-int-">addProtocolSignatureBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addProtocolVersions-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto-">addProtocolVersions(ProtocolInfoProtos.ProtocolVersionProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addProtocolVersions-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto-">addProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addProtocolVersions-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder-">addProtocolVersions(ProtocolInfoProtos.ProtocolVersionProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addProtocolVersions-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder-">addProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addProtocolVersionsBuilder--">addProtocolVersionsBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addProtocolVersionsBuilder-int-">addProtocolVersionsBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsCollector.html#addRecord-java.lang.String-">addRecord(String)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsCollector.html" title="interface in org.apache.hadoop.metrics2">MetricsCollector</a></dt>
<dd>
<div class="block">Add a metrics record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsCollector.html#addRecord-org.apache.hadoop.metrics2.MetricsInfo-">addRecord(MetricsInfo)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsCollector.html" title="interface in org.apache.hadoop.metrics2">MetricsCollector</a></dt>
<dd>
<div class="block">Add a metrics record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#addRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">addRepeatedField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.lang.String-">addResource(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add a configuration resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.lang.String-boolean-">addResource(String, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.net.URL-">addResource(URL)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add a configuration resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.net.URL-boolean-">addResource(URL, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-org.apache.hadoop.fs.Path-">addResource(Path)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add a configuration resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-org.apache.hadoop.fs.Path-boolean-">addResource(Path, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.io.InputStream-">addResource(InputStream)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add a configuration resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.io.InputStream-boolean-">addResource(InputStream, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.io.InputStream-java.lang.String-">addResource(InputStream, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add a configuration resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-java.io.InputStream-java.lang.String-boolean-">addResource(InputStream, String, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addResource-org.apache.hadoop.conf.Configuration-">addResource(Configuration)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add a configuration resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addResponses-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto-">addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addResponses-int-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto-">addResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addResponses-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder-">addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addResponses-int-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder-">addResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addResponsesBuilder--">addResponsesBuilder()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#addResponsesBuilder-int-">addResponsesBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#addResponseTime-java.lang.String-org.apache.hadoop.ipc.Schedulable-org.apache.hadoop.ipc.ProcessingDetails-">addResponseTime(String, Schedulable, ProcessingDetails)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html#addResponseTime-java.lang.String-org.apache.hadoop.ipc.Schedulable-org.apache.hadoop.ipc.ProcessingDetails-">addResponseTime(String, Schedulable, ProcessingDetails)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html" title="class in org.apache.hadoop.ipc">DefaultRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcScheduler.html#addResponseTime-java.lang.String-int-int-int-">addResponseTime(String, int, int, int)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcScheduler.html" title="interface in org.apache.hadoop.ipc">RpcScheduler</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use
<a href="org/apache/hadoop/ipc/RpcScheduler.html#addResponseTime-java.lang.String-org.apache.hadoop.ipc.Schedulable-org.apache.hadoop.ipc.ProcessingDetails-"><code>RpcScheduler.addResponseTime(String, Schedulable, ProcessingDetails)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcScheduler.html#addResponseTime-java.lang.String-org.apache.hadoop.ipc.Schedulable-org.apache.hadoop.ipc.ProcessingDetails-">addResponseTime(String, Schedulable, ProcessingDetails)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcScheduler.html" title="interface in org.apache.hadoop.ipc">RpcScheduler</a></dt>
<dd>
<div class="block">Store a processing time value for an RPC call into this scheduler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#addSample-long-">addSample(long)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Add a sample.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#addSecretKey-org.apache.hadoop.io.Text-byte:A-">addSecretKey(Text, byte[])</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Set the key for an alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addSecrets-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">addSecrets(SecurityProtos.CredentialsKVProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addSecrets-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">addSecrets(int, SecurityProtos.CredentialsKVProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addSecrets-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder-">addSecrets(SecurityProtos.CredentialsKVProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addSecrets-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder-">addSecrets(int, SecurityProtos.CredentialsKVProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addSecretsBuilder--">addSecretsBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addSecretsBuilder-int-">addSecretsBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#addService-org.apache.hadoop.service.Service-">addService(Service)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>
<div class="block">Add the passed <a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service"><code>Service</code></a> to the list of services managed by this
<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service"><code>CompositeService</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#addShutdownHook-java.lang.Runnable-int-">addShutdownHook(Runnable, int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">Adds a shutdownHook with a priority, the higher the priority
the earlier will run.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#addShutdownHook-java.lang.Runnable-int-long-java.util.concurrent.TimeUnit-">addShutdownHook(Runnable, int, long, TimeUnit)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">Adds a shutdownHook with a priority and timeout the higher the priority
the earlier will run.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#addSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback&lt;TraceAdminPB.AddSpanReceiverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>
<div class="block"><code>rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.BlockingInterface.html#addSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto-">addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.BlockingInterface.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Interface.html#addSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback&lt;TraceAdminPB.AddSpanReceiverResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Interface.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.Interface</a></dt>
<dd>
<div class="block"><code>rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html#addSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback&lt;TraceAdminPB.AddSpanReceiverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminProtocol.html#addSpanReceiver-org.apache.hadoop.tracing.SpanReceiverInfo-">addSpanReceiver(SpanReceiverInfo)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminProtocol.html" title="interface in org.apache.hadoop.tracing">TraceAdminProtocol</a></dt>
<dd>
<div class="block">Add a new trace span receiver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#addSuppressedLoggingExceptions-java.lang.Class...-">addSuppressedLoggingExceptions(Class&lt;?&gt;...)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Add exception classes which server won't log at all.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#addTags-java.util.Properties-">addTags(Properties)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Add tags defined in HADOOP_TAGS_SYSTEM, HADOOP_TAGS_CUSTOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#addTerseExceptions-java.lang.Class...-">addTerseExceptions(Class&lt;?&gt;...)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Add exception classes for which server won't log stack traces.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#addTimedOperation-java.lang.String-long-">addTimedOperation(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Add a duration to the min/mean/max statistics, using the
given prefix and adding a suffix for each specific value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#addTimedOperation-java.lang.String-java.time.Duration-">addTimedOperation(String, Duration)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Add a duration to the min/mean/max statistics, using the
given prefix and adding a suffix for each specific value.;
increment tha counter whose name == prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#addToken-org.apache.hadoop.io.Text-org.apache.hadoop.security.token.Token-">addToken(Text, Token&lt;? extends TokenIdentifier&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Add a token in the storage (in memory).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#addToken-org.apache.hadoop.security.token.Token-">addToken(Token&lt;? extends TokenIdentifier&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Add a token to this UGI</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#addToken-org.apache.hadoop.io.Text-org.apache.hadoop.security.token.Token-">addToken(Text, Token&lt;? extends TokenIdentifier&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Add a named token to this UGI</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#addTokenIdentifier-org.apache.hadoop.security.token.TokenIdentifier-">addTokenIdentifier(TokenIdentifier)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Add a TokenIdentifier to this UGI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addTokens-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">addTokens(SecurityProtos.CredentialsKVProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addTokens-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">addTokens(int, SecurityProtos.CredentialsKVProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addTokens-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder-">addTokens(SecurityProtos.CredentialsKVProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addTokens-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder-">addTokens(int, SecurityProtos.CredentialsKVProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addTokensBuilder--">addTokensBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#addTokensBuilder-int-">addTokensBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#addToMap-java.lang.Class-">addToMap(Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>
<div class="block">Add a Class to the maps if it is not already present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#addUser-java.lang.String-">addUser(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Add user to the names of users allowed for this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#addValues-int-">addValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#addValues-int-">addValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#addValues-int-">addValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#addValues-int-">addValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#addVersion--">addVersion()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#addVersions-long-">addVersions(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><a href="org/apache/hadoop/http/AdminAuthorizedServlet.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">AdminAuthorizedServlet</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">General servlet which is admin-authorized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/AdminAuthorizedServlet.html#AdminAuthorizedServlet--">AdminAuthorizedServlet()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/AdminAuthorizedServlet.html" title="class in org.apache.hadoop.http">AdminAuthorizedServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#advance--">advance()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Move the cursor to the next key-value pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html#afterExecute-java.lang.Runnable-java.lang.Throwable-">afterExecute(Runnable, Throwable)</a></span> - Method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopScheduledThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html#afterExecute-java.lang.Runnable-java.lang.Throwable-">afterExecute(Runnable, Throwable)</a></span> - Method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsAggregator.html#aggregate-org.apache.hadoop.fs.statistics.IOStatistics-">aggregate(IOStatistics)</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsAggregator.html" title="interface in org.apache.hadoop.fs.statistics">IOStatisticsAggregator</a></dt>
<dd>
<div class="block">Aggregate the supplied statistics into the current
set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#aggregate-org.apache.hadoop.fs.statistics.IOStatistics-">aggregate(IOStatistics)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>
<div class="block">Aggregate the current statistics with the
source reference passed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#aggregateCounters-java.lang.Long-java.lang.Long-">aggregateCounters(Long, Long)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Aggregate two counters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#aggregateGauges-java.lang.Long-java.lang.Long-">aggregateGauges(Long, Long)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Add two gauges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#aggregateMaps-java.util.Map-java.util.Map-java.util.function.BiFunction-java.util.function.Function-">aggregateMaps(Map&lt;String, E&gt;, Map&lt;String, E&gt;, BiFunction&lt;E, E, E&gt;, Function&lt;E, E&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Aggregate two maps so that the destination.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#aggregateMaximums-java.lang.Long-java.lang.Long-">aggregateMaximums(Long, Long)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Aggregate two maximum values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#aggregateMeanStatistics-org.apache.hadoop.fs.statistics.MeanStatistic-org.apache.hadoop.fs.statistics.MeanStatistic-">aggregateMeanStatistics(MeanStatistic, MeanStatistic)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Aggregate the mean statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#aggregateMinimums-java.lang.Long-java.lang.Long-">aggregateMinimums(Long, Long)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Aggregate two minimum values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcTimeAlertHandler.html#alert-org.apache.hadoop.util.GcTimeMonitor.GcData-">alert(GcTimeMonitor.GcData)</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcTimeAlertHandler.html" title="interface in org.apache.hadoop.util">GcTimeMonitor.GcTimeAlertHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#ALIAS_FIELD_NUMBER">ALIAS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#aliasTokenFile-java.io.File-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.conf.Configuration-">aliasTokenFile(File, String, Text, Text, Configuration)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Alias a token from a file and save back to file in the local filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#allKeys">allKeys</a></span> - Variable in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Access to allKeys is protected by this object lock</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#allowAppend">allowAppend</a></span> - Variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.Data.html#allowChange--">allowChange()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.Data.html" title="class in org.apache.hadoop.fs">Options.HandleOpt.Data</a></dt>
<dd>
<div class="block">Tracks whether any changes to file content are permitted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.Location.html#allowChange--">allowChange()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.Location.html" title="class in org.apache.hadoop.fs">Options.HandleOpt.Location</a></dt>
<dd>
<div class="block">Tracks whether any changes to file location are permitted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#ALLOWED_HEADERS">ALLOWED_HEADERS</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#ALLOWED_HEADERS_DEFAULT">ALLOWED_HEADERS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#ALLOWED_METHODS">ALLOWED_METHODS</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#ALLOWED_METHODS_DEFAULT">ALLOWED_METHODS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#ALLOWED_ORIGINS">ALLOWED_ORIGINS</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#ALLOWED_ORIGINS_DEFAULT">ALLOWED_ORIGINS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#ALLOWED_ORIGINS_REGEX_PREFIX">ALLOWED_ORIGINS_REGEX_PREFIX</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Abortable.AbortableResult.html#alreadyClosed--">alreadyClosed()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Abortable.AbortableResult.html" title="interface in org.apache.hadoop.fs">Abortable.AbortableResult</a></dt>
<dd>
<div class="block">Was the stream already closed/aborted?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.AlreadyExistsException.html#AlreadyExistsException-java.lang.String-">AlreadyExistsException(String)</a></span> - Constructor for exception org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.AlreadyExistsException.html" title="class in org.apache.hadoop.io">SecureIOUtils.AlreadyExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.AlreadyExistsException.html#AlreadyExistsException-java.lang.Throwable-">AlreadyExistsException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.AlreadyExistsException.html" title="class in org.apache.hadoop.io">SecureIOUtils.AlreadyExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#and-org.apache.hadoop.fs.permission.FsAction-">and(FsAction)</a></span> - Method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>
<div class="block">AND operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#and-org.apache.hadoop.util.bloom.Filter-">and(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#and-org.apache.hadoop.util.bloom.Filter-">and(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#and-org.apache.hadoop.util.bloom.Filter-">and(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/ConsumerRaisingIOE.html#andThen-org.apache.hadoop.util.functional.ConsumerRaisingIOE-">andThen(ConsumerRaisingIOE&lt;? super T&gt;)</a></span> - Method in interface org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/ConsumerRaisingIOE.html" title="interface in org.apache.hadoop.util.functional">ConsumerRaisingIOE</a></dt>
<dd>
<div class="block">after calling <a href="org/apache/hadoop/util/functional/ConsumerRaisingIOE.html#accept-T-"><code>ConsumerRaisingIOE.accept(Object)</code></a>,
invoke the next consumer in the chain.</div>
</dd>
<dt><a href="org/apache/hadoop/security/AnnotatedSecurityInfo.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">AnnotatedSecurityInfo</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Constructs SecurityInfo from Annotations provided in protocol interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AnnotatedSecurityInfo.html#AnnotatedSecurityInfo--">AnnotatedSecurityInfo()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/AnnotatedSecurityInfo.html" title="class in org.apache.hadoop.security">AnnotatedSecurityInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Abortable.AbortableResult.html#anyCleanupException--">anyCleanupException()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Abortable.AbortableResult.html" title="interface in org.apache.hadoop.fs">Abortable.AbortableResult</a></dt>
<dd>
<div class="block">Any exception caught during cleanup operations,
exceptions whose raising/catching does not change
the semantics of the abort.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#append-org.apache.hadoop.fs.Path-">append(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Append to an existing file (optional operation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#append-org.apache.hadoop.fs.Path-int-">append(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Append to an existing file (optional operation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Append to an existing file (optional operation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#append--">append()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Append to an existing file (optional operation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>
<div class="block">This optional operation is not yet supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#append-org.apache.hadoop.fs.Path-">append(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#append--">append()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Append to an existing file (optional operation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#append--">append()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Append to an existing file (optional operation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#append-org.apache.hadoop.fs.Path-int-org.apache.hadoop.util.Progressable-">append(Path, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#append-org.apache.log4j.spi.LoggingEvent-">append(LoggingEvent)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Writer.html#append-org.apache.hadoop.io.Writable-">append(Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Writer.html" title="class in org.apache.hadoop.io">ArrayFile.Writer</a></dt>
<dd>
<div class="block">Append a value to the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#append-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-">append(WritableComparable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#append-byte:A-byte:A-">append(byte[], byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Adding a new key-value pair to the TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#append-byte:A-int-int-byte:A-int-int-">append(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Adding a new key-value pair to TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#append-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-">append(WritableComparable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block">Append a key/value pair to the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#append-org.apache.hadoop.io.Writable-org.apache.hadoop.io.Writable-">append(Writable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">Append a key/value pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#append-java.lang.Object-java.lang.Object-">append(Object, Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">Append a key/value pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Writer.html#append-org.apache.hadoop.io.WritableComparable-">append(WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Writer.html" title="class in org.apache.hadoop.io">SetFile.Writer</a></dt>
<dd>
<div class="block">Append a key to a set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#append-byte:A-int-int-">append(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Append a range of bytes to the end of the given text</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/metrics/EventCounter.html#append-org.apache.log4j.spi.LoggingEvent-">append(LoggingEvent)</a></span> - Method in class org.apache.hadoop.log.metrics.<a href="org/apache/hadoop/log/metrics/EventCounter.html" title="class in org.apache.hadoop.log.metrics">EventCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#appendFile-org.apache.hadoop.fs.Path-">appendFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">This is overridden to ensure that this class's create() method is
ultimately called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#appendFile-org.apache.hadoop.fs.Path-">appendFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a Builder to append a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#appendFile-org.apache.hadoop.fs.Path-">appendFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#appendFile-org.apache.hadoop.fs.Path-">appendFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#appendIfExists-boolean-">appendIfExists(boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#appendRaw-byte:A-int-int-org.apache.hadoop.io.SequenceFile.ValueBytes-">appendRaw(byte[], int, int, SequenceFile.ValueBytes)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#appendScriptExtension-java.io.File-java.lang.String-">appendScriptExtension(File, String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Returns a File referencing a script with the given basename, inside the
given parent directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#appendScriptExtension-java.lang.String-">appendScriptExtension(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Returns a script file name with the given basename.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#appendTokenFiles-java.util.ArrayList-java.lang.String-org.apache.hadoop.conf.Configuration-">appendTokenFiles(ArrayList&lt;File&gt;, String, Configuration)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Append tokens from list of files in local filesystem, saving to last file.</div>
</dd>
<dt><a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ApplicationClassLoader</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/8/docs/api/java/net/URLClassLoader.html?is-external=true" title="class or interface in java.net"><code>URLClassLoader</code></a> for application isolation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ApplicationClassLoader.html#ApplicationClassLoader-java.net.URL:A-java.lang.ClassLoader-java.util.List-">ApplicationClassLoader(URL[], ClassLoader, List&lt;String&gt;)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util">ApplicationClassLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ApplicationClassLoader.html#ApplicationClassLoader-java.lang.String-java.lang.ClassLoader-java.util.List-">ApplicationClassLoader(String, ClassLoader, List&lt;String&gt;)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util">ApplicationClassLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FsLinkResolution.FsLinkResolutionFunction.html#apply-org.apache.hadoop.fs.AbstractFileSystem-org.apache.hadoop.fs.Path-">apply(AbstractFileSystem, Path)</a></span> - Method in interface org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FsLinkResolution.FsLinkResolutionFunction.html" title="interface in org.apache.hadoop.fs.impl">FsLinkResolution.FsLinkResolutionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.BiFunctionRaisingIOE.html#apply-T-U-">apply(T, U)</a></span> - Method in interface org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.BiFunctionRaisingIOE.html" title="interface in org.apache.hadoop.fs.impl">FunctionsRaisingIOE.BiFunctionRaisingIOE</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.CallableRaisingIOE.html#apply--">apply()</a></span> - Method in interface org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.CallableRaisingIOE.html" title="interface in org.apache.hadoop.fs.impl">FunctionsRaisingIOE.CallableRaisingIOE</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.FunctionRaisingIOE.html#apply-T-">apply(T)</a></span> - Method in interface org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.FunctionRaisingIOE.html" title="interface in org.apache.hadoop.fs.impl">FunctionsRaisingIOE.FunctionRaisingIOE</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#apply-org.apache.hadoop.fs.shell.PathData-int-">apply(PathData, int)</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Apply the expression to the specified item, called once for each item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#apply-org.apache.hadoop.fs.shell.PathData-int-">apply(PathData, int)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/BiFunctionRaisingIOE.html#apply-T-U-">apply(T, U)</a></span> - Method in interface org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/BiFunctionRaisingIOE.html" title="interface in org.apache.hadoop.util.functional">BiFunctionRaisingIOE</a></dt>
<dd>
<div class="block">Apply the function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CallableRaisingIOE.html#apply--">apply()</a></span> - Method in interface org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CallableRaisingIOE.html" title="interface in org.apache.hadoop.util.functional">CallableRaisingIOE</a></dt>
<dd>
<div class="block">Apply the operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/FunctionRaisingIOE.html#apply-T-">apply(T)</a></span> - Method in interface org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/FunctionRaisingIOE.html" title="interface in org.apache.hadoop.util.functional">FunctionRaisingIOE</a></dt>
<dd>
<div class="block">Apply the function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/InvocationRaisingIOE.html#apply--">apply()</a></span> - Method in interface org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/InvocationRaisingIOE.html" title="interface in org.apache.hadoop.util.functional">InvocationRaisingIOE</a></dt>
<dd>
<div class="block">Apply the operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsCreateModes.html#applyUMask-org.apache.hadoop.fs.permission.FsPermission-org.apache.hadoop.fs.permission.FsPermission-">applyUMask(FsPermission, FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission">FsCreateModes</a></dt>
<dd>
<div class="block">Create from unmasked mode and umask.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#applyUMask-org.apache.hadoop.fs.permission.FsPermission-">applyUMask(FsPermission)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Apply a umask to this permission and return a new one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#approximateCount-org.apache.hadoop.util.bloom.Key-">approximateCount(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>
<div class="block">This method calculates an approximate count of the key, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#areSymlinksEnabled--">areSymlinksEnabled()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONF">ARG_CONF</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher">LauncherArguments</a></dt>
<dd>
<div class="block">Name of the configuration argument on the CLI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONF_PREFIXED">ARG_CONF_PREFIXED</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher">LauncherArguments</a></dt>
<dd>
<div class="block">prefixed version of <a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONF"><code>LauncherArguments.ARG_CONF</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONF_SHORT">ARG_CONF_SHORT</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher">LauncherArguments</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONFCLASS">ARG_CONFCLASS</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher">LauncherArguments</a></dt>
<dd>
<div class="block">Name of a configuration class which is loaded before any
attempt is made to load the class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONFCLASS_PREFIXED">ARG_CONFCLASS_PREFIXED</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher">LauncherArguments</a></dt>
<dd>
<div class="block">Prefixed version of <a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONFCLASS"><code>LauncherArguments.ARG_CONFCLASS</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherArguments.html#ARG_CONFCLASS_SHORT">ARG_CONFCLASS_SHORT</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher">LauncherArguments</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_JAAS">ARG_JAAS</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_KEYLEN">ARG_KEYLEN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_KEYTAB">ARG_KEYTAB</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_NOFAIL">ARG_NOFAIL</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_NOLOGIN">ARG_NOLOGIN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_OUTPUT">ARG_OUTPUT</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_PRINCIPAL">ARG_PRINCIPAL</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_RESOURCE">ARG_RESOURCE</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_SECURE">ARG_SECURE</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ARG_VERIFYSHORTNAME">ARG_VERIFYSHORTNAME</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAAdmin.UsageInfo.html#args">args</a></span> - Variable in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAAdmin.UsageInfo.html" title="class in org.apache.hadoop.ha">HAAdmin.UsageInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#ARGS_FIELD_NUMBER">ARGS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/ArrayFile.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ArrayFile</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A dense file-based mapping from integers to values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.html#ArrayFile--">ArrayFile()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.html" title="class in org.apache.hadoop.io">ArrayFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/ArrayFile.Reader.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ArrayFile.Reader</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Provide access to an existing array file.</div>
</dd>
<dt><a href="org/apache/hadoop/io/ArrayFile.Writer.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ArrayFile.Writer</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Write a new array file.</div>
</dd>
<dt><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ArrayPrimitiveWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">This is a wrapper class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#ArrayPrimitiveWritable--">ArrayPrimitiveWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>
<div class="block">Construct an empty instance, for use during Writable read</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#ArrayPrimitiveWritable-java.lang.Class-">ArrayPrimitiveWritable(Class&lt;?&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>
<div class="block">Construct an instance of known type but no value yet
for use with type-specific wrapper classes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#ArrayPrimitiveWritable-java.lang.Object-">ArrayPrimitiveWritable(Object)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>
<div class="block">Wrap an existing array of primitives</div>
</dd>
<dt><a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ArrayWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Writable for arrays containing instances of a class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#ArrayWritable-java.lang.Class-">ArrayWritable(Class&lt;? extends Writable&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#ArrayWritable-java.lang.Class-org.apache.hadoop.io.Writable:A-">ArrayWritable(Class&lt;? extends Writable&gt;, Writable[])</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#ArrayWritable-java.lang.String:A-">ArrayWritable(String[])</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationTracker.html#asDuration--">asDuration()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationTracker.html" title="interface in org.apache.hadoop.fs.statistics">DurationTracker</a></dt>
<dd>
<div class="block">Get the duration of an operation as a java Duration
instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html#asDuration--">asDuration()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StubDurationTracker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#asDuration--">asDuration()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Get the duration of an operation as a java Duration
instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#asList--">asList()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/AsyncCallLimitExceededException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">AsyncCallLimitExceededException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Signals that an AsyncCallLimitExceededException has occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/AsyncCallLimitExceededException.html#AsyncCallLimitExceededException-java.lang.String-">AsyncCallLimitExceededException(String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/AsyncCallLimitExceededException.html" title="class in org.apache.hadoop.ipc">AsyncCallLimitExceededException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/concurrent/AsyncGet.html" title="interface in org.apache.hadoop.util.concurrent"><span class="typeNameLink">AsyncGet</span></a>&lt;<a href="org/apache/hadoop/util/concurrent/AsyncGet.html" title="type parameter in AsyncGet">R</a>,<a href="org/apache/hadoop/util/concurrent/AsyncGet.html" title="type parameter in AsyncGet">E</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&gt; - Interface in org.apache.hadoop.util.concurrent</dt>
<dd>
<div class="block">This interface defines an asynchronous <a href="org/apache/hadoop/util/concurrent/AsyncGet.html#get-long-java.util.concurrent.TimeUnit-"><code>AsyncGet.get(long, TimeUnit)</code></a> method.</div>
</dd>
<dt><a href="org/apache/hadoop/util/concurrent/AsyncGet.Util.html" title="class in org.apache.hadoop.util.concurrent"><span class="typeNameLink">AsyncGet.Util</span></a> - Class in org.apache.hadoop.util.concurrent</dt>
<dd>
<div class="block">Utility</div>
</dd>
<dt><a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="class in org.apache.hadoop.util.concurrent"><span class="typeNameLink">AsyncGetFuture</span></a>&lt;<a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="type parameter in AsyncGetFuture">T</a>,<a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="type parameter in AsyncGetFuture">E</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&gt; - Class in org.apache.hadoop.util.concurrent</dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><code>Future</code></a> implemented using an <a href="org/apache/hadoop/util/concurrent/AsyncGet.html" title="interface in org.apache.hadoop.util.concurrent"><code>AsyncGet</code></a> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html#AsyncGetFuture-org.apache.hadoop.util.concurrent.AsyncGet-">AsyncGetFuture(AsyncGet&lt;T, E&gt;)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="class in org.apache.hadoop.util.concurrent">AsyncGetFuture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#atEnd--">atEnd()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Is cursor at the end location?</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/AtMostOnce.html" title="annotation in org.apache.hadoop.io.retry"><span class="typeNameLink">AtMostOnce</span></a> - Annotation Type in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">Used to mark certain methods of an interface with at-most-once semantics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#attemptingUser">attemptingUser</a></span> - Variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#attributes-boolean-boolean-boolean-boolean-">attributes(boolean, boolean, boolean, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Convert boolean attributes to a set of flags.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#AUDITLOG">AUDITLOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#authenticate-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-">authenticate(URL, AuthenticatedURL.Token)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/AuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">AuthenticationFilterInitializer</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Initializes hadoop-auth AuthenticationFilter which provides support for
Kerberos HTTP SPNEGO authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AuthenticationFilterInitializer.html#AuthenticationFilterInitializer--">AuthenticationFilterInitializer()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/AuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security">AuthenticationFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#authFilterConfigurationPrefix-java.lang.String-">authFilterConfigurationPrefix(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize"><span class="typeNameLink">AuthorizationException</span></a> - Exception in <a href="org/apache/hadoop/security/authorize/package-summary.html">org.apache.hadoop.security.authorize</a></dt>
<dd>
<div class="block">An exception class for authorization-related issues.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AuthorizationException.html#AuthorizationException--">AuthorizationException()</a></span> - Constructor for exception org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize">AuthorizationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AuthorizationException.html#AuthorizationException-java.lang.String-">AuthorizationException(String)</a></span> - Constructor for exception org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize">AuthorizationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AuthorizationException.html#AuthorizationException-java.lang.Throwable-">AuthorizationException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize">AuthorizationException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause and a detail
message of <tt>(cause==null ? null : cause.toString())</tt> (which
typically contains the class and detail message of <tt>cause</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#authorize-org.apache.hadoop.security.UserGroupInformation-java.net.InetAddress-">authorize(UserGroupInformation, InetAddress)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ImpersonationProvider.html#authorize-org.apache.hadoop.security.UserGroupInformation-java.lang.String-">authorize(UserGroupInformation, String)</a></span> - Method in interface org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ImpersonationProvider.html" title="interface in org.apache.hadoop.security.authorize">ImpersonationProvider</a></dt>
<dd>
<div class="block">Authorize the superuser which is doing doAs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ImpersonationProvider.html#authorize-org.apache.hadoop.security.UserGroupInformation-java.net.InetAddress-">authorize(UserGroupInformation, InetAddress)</a></span> - Method in interface org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ImpersonationProvider.html" title="interface in org.apache.hadoop.security.authorize">ImpersonationProvider</a></dt>
<dd>
<div class="block">Authorize the superuser which is doing doAs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#AUTHS_FIELD_NUMBER">AUTHS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">AutoCloseableLock</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">This is a wrap class of a ReentrantLock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/AutoCloseableLock.html#AutoCloseableLock--">AutoCloseableLock()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util">AutoCloseableLock</a></dt>
<dd>
<div class="block">Creates an instance of <code>AutoCloseableLock</code>, initializes
the underlying lock instance with a new <code>ReentrantLock</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/AutoCloseableLock.html#AutoCloseableLock-java.util.concurrent.locks.Lock-">AutoCloseableLock(Lock)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util">AutoCloseableLock</a></dt>
<dd>
<div class="block">Wrap provided Lock instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#available--">available()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html#available--">available()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.PassthroughDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#available--">available()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LimitInputStream.html#available--">available()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util">LimitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroReflectSerialization.html#AVRO_REFLECT_PACKAGES">AVRO_REFLECT_PACKAGES</a></span> - Static variable in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroReflectSerialization.html" title="class in org.apache.hadoop.io.serializer.avro">AvroReflectSerialization</a></dt>
<dd>
<div class="block">Key to configure packages that contain classes to be serialized and
deserialized using this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroSerialization.html#AVRO_SCHEMA_KEY">AVRO_SCHEMA_KEY</a></span> - Static variable in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroSerialization.html" title="class in org.apache.hadoop.io.serializer.avro">AvroSerialization</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">AvroFSInput</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Adapts an <a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs"><code>FSDataInputStream</code></a> to Avro's SeekableInput interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AvroFSInput.html#AvroFSInput-org.apache.hadoop.fs.FSDataInputStream-long-">AvroFSInput(FSDataInputStream, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs">AvroFSInput</a></dt>
<dd>
<div class="block">Construct given an <a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs"><code>FSDataInputStream</code></a> and its length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AvroFSInput.html#AvroFSInput-org.apache.hadoop.fs.FileContext-org.apache.hadoop.fs.Path-">AvroFSInput(FileContext, Path)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs">AvroFSInput</a></dt>
<dd>
<div class="block">Construct given a <a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs"><code>FileContext</code></a> and a <a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><code>Path</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro"><span class="typeNameLink">AvroRecord</span></a> - Class in <a href="org/apache/hadoop/io/serializer/avro/package-summary.html">org.apache.hadoop.io.serializer.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#AvroRecord--">AvroRecord()</a></span> - Constructor for class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#AvroRecord-java.lang.Integer-">AvroRecord(Integer)</a></span> - Constructor for class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block">All-args constructor.</div>
</dd>
<dt><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html" title="class in org.apache.hadoop.io.serializer.avro"><span class="typeNameLink">AvroRecord.Builder</span></a> - Class in <a href="org/apache/hadoop/io/serializer/avro/package-summary.html">org.apache.hadoop.io.serializer.avro</a></dt>
<dd>
<div class="block">RecordBuilder for AvroRecord instances.</div>
</dd>
<dt><a href="org/apache/hadoop/io/serializer/avro/AvroReflectSerializable.html" title="interface in org.apache.hadoop.io.serializer.avro"><span class="typeNameLink">AvroReflectSerializable</span></a> - Interface in <a href="org/apache/hadoop/io/serializer/avro/package-summary.html">org.apache.hadoop.io.serializer.avro</a></dt>
<dd>
<div class="block">Tag interface for Avro 'reflect' serializable classes.</div>
</dd>
<dt><a href="org/apache/hadoop/io/serializer/avro/AvroReflectSerialization.html" title="class in org.apache.hadoop.io.serializer.avro"><span class="typeNameLink">AvroReflectSerialization</span></a> - Class in <a href="org/apache/hadoop/io/serializer/avro/package-summary.html">org.apache.hadoop.io.serializer.avro</a></dt>
<dd>
<div class="block">Serialization for Avro Reflect classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroReflectSerialization.html#AvroReflectSerialization--">AvroReflectSerialization()</a></span> - Constructor for class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroReflectSerialization.html" title="class in org.apache.hadoop.io.serializer.avro">AvroReflectSerialization</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/serializer/avro/AvroSerialization.html" title="class in org.apache.hadoop.io.serializer.avro"><span class="typeNameLink">AvroSerialization</span></a>&lt;<a href="org/apache/hadoop/io/serializer/avro/AvroSerialization.html" title="type parameter in AvroSerialization">T</a>&gt; - Class in <a href="org/apache/hadoop/io/serializer/avro/package-summary.html">org.apache.hadoop.io.serializer.avro</a></dt>
<dd>
<div class="block">Base class for providing serialization to Avro types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroSerialization.html#AvroSerialization--">AvroSerialization()</a></span> - Constructor for class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroSerialization.html" title="class in org.apache.hadoop.io.serializer.avro">AvroSerialization</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/serializer/avro/AvroSpecificSerialization.html" title="class in org.apache.hadoop.io.serializer.avro"><span class="typeNameLink">AvroSpecificSerialization</span></a> - Class in <a href="org/apache/hadoop/io/serializer/avro/package-summary.html">org.apache.hadoop.io.serializer.avro</a></dt>
<dd>
<div class="block">Serialization for Avro Specific classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroSpecificSerialization.html#AvroSpecificSerialization--">AvroSpecificSerialization()</a></span> - Constructor for class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroSpecificSerialization.html" title="class in org.apache.hadoop.io.serializer.avro">AvroSpecificSerialization</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Waitable.html#await--">await()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Waitable.html" title="class in org.apache.hadoop.util">Waitable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/FutureIO.html#awaitFuture-java.util.concurrent.Future-">awaitFuture(Future&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/FutureIO.html" title="class in org.apache.hadoop.util.functional">FutureIO</a></dt>
<dd>
<div class="block">Given a future, evaluate it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/FutureIO.html#awaitFuture-java.util.concurrent.Future-long-java.util.concurrent.TimeUnit-">awaitFuture(Future&lt;T&gt;, long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/FutureIO.html" title="class in org.apache.hadoop.util.functional">FutureIO</a></dt>
<dd>
<div class="block">Given a future, evaluate it.</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="org/apache/hadoop/ha/BadFencingConfigurationException.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">BadFencingConfigurationException</span></a> - Exception in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Indicates that the operator has specified an invalid configuration
for fencing methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/BadFencingConfigurationException.html#BadFencingConfigurationException-java.lang.String-">BadFencingConfigurationException(String)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/BadFencingConfigurationException.html" title="class in org.apache.hadoop.ha">BadFencingConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/BadFencingConfigurationException.html#BadFencingConfigurationException-java.lang.String-java.lang.Throwable-">BadFencingConfigurationException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/BadFencingConfigurationException.html" title="class in org.apache.hadoop.ha">BadFencingConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ConfServlet.BadFormatException.html#BadFormatException-java.lang.String-">BadFormatException(String)</a></span> - Constructor for exception org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ConfServlet.BadFormatException.html" title="class in org.apache.hadoop.conf">ConfServlet.BadFormatException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#baseBlockSize">baseBlockSize</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find"><span class="typeNameLink">BaseExpression</span></a> - Class in <a href="org/apache/hadoop/fs/shell/find/package-summary.html">org.apache.hadoop.fs.shell.find</a></dt>
<dd>
<div class="block">Abstract expression for use in the
<code>Find</code> command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#BaseExpression--">BaseExpression()</a></span> - Constructor for class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#basePath">basePath</a></span> - Variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/BasicDiskValidator.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">BasicDiskValidator</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">BasicDiskValidator is a wrapper around <code>DiskChecker</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/BasicDiskValidator.html#BasicDiskValidator--">BasicDiskValidator()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/BasicDiskValidator.html" title="class in org.apache.hadoop.util">BasicDiskValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html#BatchedListEntries-java.util.List-boolean-">BatchedListEntries(List&lt;E&gt;, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator.BatchedListEntries</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchListingOperations.html#batchedListLocatedStatusIterator-java.util.List-">batchedListLocatedStatusIterator(List&lt;Path&gt;)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchListingOperations.html" title="interface in org.apache.hadoop.fs">BatchListingOperations</a></dt>
<dd>
<div class="block">Batched listing API that returns <a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs"><code>PartialListing</code></a>s for the passed
Paths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchListingOperations.html#batchedListStatusIterator-java.util.List-">batchedListStatusIterator(List&lt;Path&gt;)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchListingOperations.html" title="interface in org.apache.hadoop.fs">BatchListingOperations</a></dt>
<dd>
<div class="block">Batched listing API that returns <a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs"><code>PartialListing</code></a>s for the
passed Paths.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">BatchedRemoteIterator</span></a>&lt;<a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="type parameter in BatchedRemoteIterator">K</a>,<a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="type parameter in BatchedRemoteIterator">E</a>&gt; - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A RemoteIterator that fetches elements in batches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.html#BatchedRemoteIterator-K-">BatchedRemoteIterator(K)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">BatchedRemoteIterator.BatchedEntries</span></a>&lt;<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html" title="type parameter in BatchedRemoteIterator.BatchedEntries">E</a>&gt; - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">BatchedRemoteIterator.BatchedListEntries</span></a>&lt;<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html" title="type parameter in BatchedRemoteIterator.BatchedListEntries">E</a>&gt; - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/BatchListingOperations.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">BatchListingOperations</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Interface filesystems MAY implement to offer a batched list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html#becomeActive--">becomeActive()</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html" title="interface in org.apache.hadoop.ha">ActiveStandbyElector.ActiveStandbyElectorCallback</a></dt>
<dd>
<div class="block">This method is called when the app becomes the active leader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html#becomeStandby--">becomeStandby()</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html" title="interface in org.apache.hadoop.ha">ActiveStandbyElector.ActiveStandbyElectorCallback</a></dt>
<dd>
<div class="block">This method is called when the app becomes a standby</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html#beforeExecute-java.lang.Thread-java.lang.Runnable-">beforeExecute(Thread, Runnable)</a></span> - Method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopScheduledThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html#beforeExecute-java.lang.Thread-java.lang.Runnable-">beforeExecute(Thread, Runnable)</a></span> - Method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/functional/BiFunctionRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><span class="typeNameLink">BiFunctionRaisingIOE</span></a>&lt;<a href="org/apache/hadoop/util/functional/BiFunctionRaisingIOE.html" title="type parameter in BiFunctionRaisingIOE">T</a>,<a href="org/apache/hadoop/util/functional/BiFunctionRaisingIOE.html" title="type parameter in BiFunctionRaisingIOE">U</a>,<a href="org/apache/hadoop/util/functional/BiFunctionRaisingIOE.html" title="type parameter in BiFunctionRaisingIOE">R</a>&gt; - Interface in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">Function of arity 2 which may raise an IOException.</div>
</dd>
<dt><a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BinaryComparable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Interface supported by <a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io"><code>WritableComparable</code></a>
types supporting ordering/permutation by a representative set of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BinaryComparable.html#BinaryComparable--">BinaryComparable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io">BinaryComparable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#bind-java.net.ServerSocket-java.net.InetSocketAddress-int-">bind(ServerSocket, InetSocketAddress, int)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">A convenience method to bind to a given address and report
better exceptions if the address is not a valid host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#bind-java.net.ServerSocket-java.net.InetSocketAddress-int-org.apache.hadoop.conf.Configuration-java.lang.String-">bind(ServerSocket, InetSocketAddress, int, Configuration, String)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/AbstractLaunchableService.html#bindArgs-org.apache.hadoop.conf.Configuration-java.util.List-">bindArgs(Configuration, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/AbstractLaunchableService.html" title="class in org.apache.hadoop.service.launcher">AbstractLaunchableService</a></dt>
<dd>
<div class="block">Propagate the command line arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LaunchableService.html#bindArgs-org.apache.hadoop.conf.Configuration-java.util.List-">bindArgs(Configuration, List&lt;String&gt;)</a></span> - Method in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LaunchableService.html" title="interface in org.apache.hadoop.service.launcher">LaunchableService</a></dt>
<dd>
<div class="block">Propagate the command line arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#bindCommandOptions--">bindCommandOptions()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Set the <a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#commandOptions"><code>ServiceLauncher.commandOptions</code></a> field to the result of
<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#createOptions--"><code>ServiceLauncher.createOptions()</code></a>; protected for subclasses and test access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#bitMask">bitMask</a></span> - Variable in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#bitShift">bitShift</a></span> - Variable in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#BLOCK_DELIMITER">BLOCK_DELIMITER</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#BLOCK_REPLICATION_FIELD_NUMBER">BLOCK_REPLICATION_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#BLOCK_SIZE_FIELD_NUMBER">BLOCK_SIZE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">BlockCompressorStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressorStream</code></a> which works
with 'block-based' based compression algorithms, as opposed to
'stream-based' compression algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockCompressorStream.html#BlockCompressorStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-int-int-">BlockCompressorStream(OutputStream, Compressor, int, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockCompressorStream</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress"><code>BlockCompressorStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockCompressorStream.html#BlockCompressorStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">BlockCompressorStream(OutputStream, Compressor)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockCompressorStream</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress"><code>BlockCompressorStream</code></a> with given output-stream and
compressor.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">BlockDecompressorStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress"><code>DecompressorStream</code></a> which works
with 'block-based' based compression algorithms, as opposed to
'stream-based' compression algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html#BlockDecompressorStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-int-">BlockDecompressorStream(InputStream, Decompressor, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockDecompressorStream</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress"><code>BlockDecompressorStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html#BlockDecompressorStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">BlockDecompressorStream(InputStream, Decompressor)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockDecompressorStream</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress"><code>BlockDecompressorStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html#BlockDecompressorStream-java.io.InputStream-">BlockDecompressorStream(InputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">BlockLocation</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Represents the network location of a block, information about the hosts
that contain block replicas, and other block metadata (E.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation--">BlockLocation()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Default Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation-org.apache.hadoop.fs.BlockLocation-">BlockLocation(BlockLocation)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation-java.lang.String:A-java.lang.String:A-long-long-">BlockLocation(String[], String[], long, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Constructor with host, name, offset and length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation-java.lang.String:A-java.lang.String:A-long-long-boolean-">BlockLocation(String[], String[], long, long, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Constructor with host, name, offset, length and corrupt flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation-java.lang.String:A-java.lang.String:A-java.lang.String:A-long-long-">BlockLocation(String[], String[], String[], long, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Constructor with host, name, network topology, offset and length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation-java.lang.String:A-java.lang.String:A-java.lang.String:A-long-long-boolean-">BlockLocation(String[], String[], String[], long, long, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Constructor with host, name, network topology, offset, length
and corrupt flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation-java.lang.String:A-java.lang.String:A-java.lang.String:A-java.lang.String:A-long-long-boolean-">BlockLocation(String[], String[], String[], String[], long, long, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#BlockLocation-java.lang.String:A-java.lang.String:A-java.lang.String:A-java.lang.String:A-java.lang.String:A-org.apache.hadoop.fs.StorageType:A-long-long-boolean-">BlockLocation(String[], String[], String[], String[], String[], StorageType[], long, long, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#blockSize-long-">blockSize(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Set block size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#blockSize-long-">blockSize(long)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Set block size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#blockSize-long-">blockSize(long)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Set block size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#blockSize-long-">blockSize(long)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.BlockSize.html#BlockSize-long-">BlockSize(long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.BlockSize.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.BlockSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#blockSize-long-">blockSize(long)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">BlockStoragePolicySpi</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A storage policy specifies the placement of block replicas on specific
storage types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.html#BLOOM_FILE_NAME">BLOOM_FILE_NAME</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.html" title="class in org.apache.hadoop.io">BloomMapFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom"><span class="typeNameLink">BloomFilter</span></a> - Class in <a href="org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</a></dt>
<dd>
<div class="block">Implements a <i>Bloom filter</i>, as defined by Bloom in 1970.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#BloomFilter--">BloomFilter()</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>
<div class="block">Default constructor - use with readFields</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#BloomFilter-int-int-int-">BloomFilter(int, int, int)</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><a href="org/apache/hadoop/io/BloomMapFile.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BloomMapFile</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">This class extends <a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io"><code>MapFile</code></a> and provides very much the same
functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.html#BloomMapFile--">BloomMapFile()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.html" title="class in org.apache.hadoop.io">BloomMapFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BloomMapFile.Reader</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BloomMapFile.Writer</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.BooleanOption.html#BooleanOption-boolean-">BooleanOption(boolean)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.BooleanOption.html" title="class in org.apache.hadoop.util">Options.BooleanOption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BooleanWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for booleans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#BooleanWritable--">BooleanWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#BooleanWritable-boolean-">BooleanWritable(boolean)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/BooleanWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BooleanWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for BooleanWritable.</div>
</dd>
<dt><a href="org/apache/hadoop/security/alias/BouncyCastleFipsKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">BouncyCastleFipsKeyStoreProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">The factory to create JksProviders, which is used by the ServiceLoader.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">BoundedRangeFileInputStream</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">BoundedRangeFIleInputStream abstracts a contiguous region of a Hadoop
FSDataInputStream as a regular input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#BoundedRangeFileInputStream-org.apache.hadoop.fs.FSDataInputStream-long-long-">BoundedRangeFileInputStream(FSDataInputStream, long, long)</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#BROWSER_USER_AGENT_PARAM">BROWSER_USER_AGENT_PARAM</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html#buf">buf</a></span> - Variable in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile">SimpleBufferedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#buffer">buffer</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#buffer">buffer</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/RawComparable.html#buffer--">buffer()</a></span> - Method in interface org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/RawComparable.html" title="interface in org.apache.hadoop.io.file.tfile">RawComparable</a></dt>
<dd>
<div class="block">Get the underlying byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#BUFFER_SIZE">BUFFER_SIZE</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">BufferedIOStatisticsInputStream</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">An extension of <code>BufferedInputStream</code> which implements
<a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a> and forwards requests for the
<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatistics</code></a> to the wrapped stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html#BufferedIOStatisticsInputStream-java.io.InputStream-">BufferedIOStatisticsInputStream(InputStream)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsInputStream</a></dt>
<dd>
<div class="block">Buffer an input stream with the default buffer size of 8k.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html#BufferedIOStatisticsInputStream-java.io.InputStream-int-">BufferedIOStatisticsInputStream(InputStream, int)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsInputStream</a></dt>
<dd>
<div class="block">Buffer an input stream with the chosen buffer size.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">BufferedIOStatisticsOutputStream</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">An extension of <code>BufferedOutputStream</code> which implements
<a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a> and forwards requests for the
<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatistics</code></a> to the wrapped stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html#BufferedIOStatisticsOutputStream-java.io.OutputStream-boolean-">BufferedIOStatisticsOutputStream(OutputStream, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsOutputStream</a></dt>
<dd>
<div class="block">Construct with default buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html#BufferedIOStatisticsOutputStream-java.io.OutputStream-int-boolean-">BufferedIOStatisticsOutputStream(OutputStream, int, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsOutputStream</a></dt>
<dd>
<div class="block">Construct with custom buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#bufferSize-int-">bufferSize(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Set the size of the buffer to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#bufferSize-int-">bufferSize(int)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>
<div class="block">Set the size of the buffer to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#bufferSize-int-">bufferSize(int)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Set the size of the buffer to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#bufferSize-int-">bufferSize(int)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Set the size of the buffer to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#bufferSize-int-">bufferSize(int)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.BufferSize.html#BufferSize-int-">BufferSize(int)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.BufferSize.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.BufferSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#bufferSize-int-">bufferSize(int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Create an option with the buffer size for reading the given pathname.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#bufferSize-int-">bufferSize(int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#build--">build()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Instantiate the object which was being built.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Create the FSDataOutputStream to write on the file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FutureDataInputStreamBuilder.html#build--">build()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FutureDataInputStreamBuilder.html" title="interface in org.apache.hadoop.fs">FutureDataInputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#build--">build()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Create the FSDataOutputStream to write on the file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html" title="class in org.apache.hadoop.fs.permission">AclEntry.Builder</a></dt>
<dd>
<div class="block">Builds a new AclEntry populated with the set properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>
<div class="block">Builds a new AclStatus populated with the set properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#build--">build()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Build the IOStatistics instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html#build--">build()</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStoreBuilder</a></dt>
<dd>
<div class="block">Build the collector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MultipleIOException.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MultipleIOException.Builder.html" title="class in org.apache.hadoop.io">MultipleIOException.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.Builder.html" title="class in org.apache.hadoop.ipc">CallerContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Build the RPC Server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>
<div class="block">Create a new TableListing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/SpanReceiverInfoBuilder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/SpanReceiverInfoBuilder.html" title="class in org.apache.hadoop.tracing">SpanReceiverInfoBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html#build--">build()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html" title="class in org.apache.hadoop.util">GcTimeMonitor.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#buildCacheKey--">buildCacheKey()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#buildDTServiceName-java.net.URI-int-">buildDTServiceName(URI, int)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">create the service name for a Delegation token</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#builder--">builder()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>
<div class="block">Get the builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html" title="class in org.apache.hadoop.fs.permission">AclEntry.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MultipleIOException.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MultipleIOException.Builder.html" title="class in org.apache.hadoop.io">MultipleIOException.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.Builder.html#Builder-java.lang.String-">Builder(String)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.Builder.html" title="class in org.apache.hadoop.ipc">CallerContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#Builder-org.apache.hadoop.conf.Configuration-">Builder(Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>
<div class="block">Create a new Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html" title="class in org.apache.hadoop.util">GcTimeMonitor.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.MinimalGenericOptionsParser.html#buildGeneralOptions-org.apache.commons.cli.Options-">buildGeneralOptions(Options)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.MinimalGenericOptionsParser.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher.MinimalGenericOptionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#buildPartial--">buildPartial()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#buildTokenService-java.net.InetSocketAddress-">buildTokenService(InetSocketAddress)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Construct the service key for a token</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#buildTokenService-java.net.URI-">buildTokenService(URI)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Construct the service key for a token</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#buildVersionName-java.lang.String-int-">buildVersionName(String, int)</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Build a version string from a basename and version number.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">BuiltInGzipDecompressor</span></a> - Class in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> based on the popular gzip compressed file format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#BuiltInGzipDecompressor--">BuiltInGzipDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>
<div class="block">Creates a new (pure Java) gzip decompressor.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html" title="class in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">BuiltInZlibDeflater</span></a> - Class in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">A wrapper around java.util.zip.Deflater to make it conform
to org.apache.hadoop.io.compress.Compressor interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html#BuiltInZlibDeflater-int-boolean-">BuiltInZlibDeflater(int, boolean)</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibDeflater</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html#BuiltInZlibDeflater-int-">BuiltInZlibDeflater(int)</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibDeflater</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html#BuiltInZlibDeflater--">BuiltInZlibDeflater()</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibDeflater</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibInflater.html" title="class in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">BuiltInZlibInflater</span></a> - Class in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">A wrapper around java.util.zip.Inflater to make it conform
to org.apache.hadoop.io.compress.Decompressor interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibInflater.html#BuiltInZlibInflater-boolean-">BuiltInZlibInflater(boolean)</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibInflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibInflater</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibInflater.html#BuiltInZlibInflater--">BuiltInZlibInflater()</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibInflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibInflater</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/ByteBufferPool.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">ByteBufferPool</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/ByteBufferPositionedReadable.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">ByteBufferPositionedReadable</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Implementers of this interface provide a positioned read API that writes to a
<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> rather than a <code>byte[]</code>.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/ByteBufferReadable.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">ByteBufferReadable</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Implementers of this interface provide a read API that writes to a
ByteBuffer, not a byte[].</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#bytes--">bytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartHandle.html#bytes--">bytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartHandle.html" title="interface in org.apache.hadoop.fs">PartHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathHandle.html#bytes--">bytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs">PathHandle</a></dt>
<dd>
<div class="block">Get the bytes of this path handle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/UploadHandle.html#bytes--">bytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/UploadHandle.html" title="interface in org.apache.hadoop.fs">UploadHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#BYTES_READ_BUFFER">BYTES_READ_BUFFER</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Number of bytes read from the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#BYTES_TO_UPLOAD">BYTES_TO_UPLOAD</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Number of bytes to upload from an OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#BYTES_UPLOAD_FAILED">BYTES_UPLOAD_FAILED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Number of bytes failed to upload to the object store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#BYTES_UPLOAD_SUCCESSFUL">BYTES_UPLOAD_SUCCESSFUL</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Number of bytes uploaded successfully to the object store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#bytesPerChecksum-short-">bytesPerChecksum(short)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.BytesPerChecksum.html#BytesPerChecksum-short-">BytesPerChecksum(short)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.BytesPerChecksum.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.BytesPerChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#bytesToCodePoint-java.nio.ByteBuffer-">bytesToCodePoint(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Returns the next code point at the current position in
the buffer.</div>
</dd>
<dt><a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BytesWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A byte sequence that is usable as a key or value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#BytesWritable--">BytesWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Create a zero-size sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#BytesWritable-byte:A-">BytesWritable(byte[])</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Create a BytesWritable using the byte array as the initial value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#BytesWritable-byte:A-int-">BytesWritable(byte[], int)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Create a BytesWritable using the byte array as the initial value
and length as the length.</div>
</dd>
<dt><a href="org/apache/hadoop/io/BytesWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">BytesWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for BytesWritable.</div>
</dd>
<dt><a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ByteWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for a single byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#ByteWritable--">ByteWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#ByteWritable-byte-">ByteWritable(byte)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/ByteWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ByteWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for ByteWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecConstants.html#BZIP2_CODEC_EXTENSION">BZIP2_CODEC_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress">CodecConstants</a></dt>
<dd>
<div class="block">Default extension for <a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress"><code>BZip2Codec</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">BZip2Codec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This class provides output and input streams for bzip2 compression
and decompression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#BZip2Codec--">BZip2Codec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Creates a new instance of BZip2Codec.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">Bzip2Compressor</span></a> - Class in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> based on the popular
bzip2 compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#Bzip2Compressor--">Bzip2Compressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>
<div class="block">Creates a new compressor with a default values for the
compression block size and work factor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#Bzip2Compressor-org.apache.hadoop.conf.Configuration-">Bzip2Compressor(Configuration)</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>
<div class="block">Creates a new compressor, taking settings from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#Bzip2Compressor-int-int-int-">Bzip2Compressor(int, int, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>
<div class="block">Creates a new compressor using the specified block size.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">BZip2Constants</span></a> - Interface in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">Base class for both the compress and decompress classes.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">Bzip2Decompressor</span></a> - Class in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> based on the popular
bzip2 compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#Bzip2Decompressor-boolean-int-">Bzip2Decompressor(boolean, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>
<div class="block">Creates a new decompressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#Bzip2Decompressor--">Bzip2Decompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">BZip2DummyCompressor</span></a> - Class in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">This is a dummy compressor for BZip2.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#BZip2DummyCompressor--">BZip2DummyCompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">BZip2DummyDecompressor</span></a> - Class in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">This is a dummy decompressor for BZip2.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#BZip2DummyDecompressor--">BZip2DummyDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">Bzip2Factory</span></a> - Class in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">A collection of factories to create the right
bzip2 compressor/decompressor instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#Bzip2Factory--">Bzip2Factory()</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="org/apache/hadoop/util/CacheableIPList.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">CacheableIPList</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">CacheableIPList loads a list of subnets from a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CacheableIPList.html#CacheableIPList-org.apache.hadoop.util.FileBasedIPList-long-">CacheableIPList(FileBasedIPList, long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CacheableIPList.html" title="class in org.apache.hadoop.util">CacheableIPList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">CachedDNSToSwitchMapping</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">A cached implementation of DNSToSwitchMapping that takes an
raw DNSToSwitchMapping and stores the resolved network location in
a cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#CachedDNSToSwitchMapping-org.apache.hadoop.net.DNSToSwitchMapping-">CachedDNSToSwitchMapping(DNSToSwitchMapping)</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>
<div class="block">cache a raw DNS mapping</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/GroupMappingServiceProvider.html#cacheGroupsAdd-java.util.List-">cacheGroupsAdd(List&lt;String&gt;)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/GroupMappingServiceProvider.html" title="interface in org.apache.hadoop.security">GroupMappingServiceProvider</a></dt>
<dd>
<div class="block">Caches the group user information</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html#cacheGroupsAdd-java.util.List-">cacheGroupsAdd(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html#cacheGroupsAdd-java.util.List-">cacheGroupsAdd(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsNetgroupMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/NullGroupsMapping.html#cacheGroupsAdd-java.util.List-">cacheGroupsAdd(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/NullGroupsMapping.html" title="class in org.apache.hadoop.security">NullGroupsMapping</a></dt>
<dd>
<div class="block">Nothing is returned, so nothing is cached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/GroupMappingServiceProvider.html#cacheGroupsRefresh--">cacheGroupsRefresh()</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/GroupMappingServiceProvider.html" title="interface in org.apache.hadoop.security">GroupMappingServiceProvider</a></dt>
<dd>
<div class="block">Refresh the cache of groups and user mapping</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html#cacheGroupsRefresh--">cacheGroupsRefresh()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html#cacheGroupsRefresh--">cacheGroupsRefresh()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsNetgroupMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/NullGroupsMapping.html#cacheGroupsRefresh--">cacheGroupsRefresh()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/NullGroupsMapping.html" title="class in org.apache.hadoop.security">NullGroupsMapping</a></dt>
<dd>
<div class="block">Nothing is returned, so nothing is cached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html#CacheManipulator--">CacheManipulator()</a></span> - Constructor for class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.CacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">CachingKeyProvider</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">A <code>KeyProviderExtension</code> implementation providing a short lived
cache for <code>KeyVersions</code> and <code>Metadata</code>to avoid burst
of requests to hit the underlying <code>KeyProvider</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#CachingKeyProvider-org.apache.hadoop.crypto.key.KeyProvider-long-long-">CachingKeyProvider(KeyProvider, long, long)</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#call-org.apache.hadoop.ipc.RPC.RpcKind-org.apache.hadoop.io.Writable-org.apache.hadoop.ipc.Client.ConnectionId-java.util.concurrent.atomic.AtomicBoolean-">call(RPC.RpcKind, Writable, Client.ConnectionId, AtomicBoolean)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Make a call, passing <code>rpcRequest</code>, to the IPC server defined by
<code>remoteId</code>, returning the rpc respond.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#call-org.apache.hadoop.ipc.RPC.RpcKind-org.apache.hadoop.io.Writable-org.apache.hadoop.ipc.Client.ConnectionId-java.util.concurrent.atomic.AtomicBoolean-org.apache.hadoop.ipc.AlignmentContext-">call(RPC.RpcKind, Writable, Client.ConnectionId, AtomicBoolean, AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Server.html#call-org.apache.hadoop.ipc.RPC.RpcKind-java.lang.String-org.apache.hadoop.io.Writable-long-">call(RPC.RpcKind, String, Writable, long)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Server.html" title="class in org.apache.hadoop.ipc">RPC.Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#call-org.apache.hadoop.io.Writable-long-">call(Writable, long)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ipc/Server.html#call-org.apache.hadoop.ipc.RPC.RpcKind-java.lang.String-org.apache.hadoop.io.Writable-long-"><code>Server.call(RPC.RpcKind, String,
Writable, long)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#call-org.apache.hadoop.ipc.RPC.RpcKind-java.lang.String-org.apache.hadoop.io.Writable-long-">call(RPC.RpcKind, String, Writable, long)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Called for each call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#Call-int-int-java.lang.Void-java.lang.Void-org.apache.hadoop.ipc.RPC.RpcKind-byte:A-">Call(int, int, Void, Void, RPC.RpcKind, byte[])</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/functional/CallableRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><span class="typeNameLink">CallableRaisingIOE</span></a>&lt;<a href="org/apache/hadoop/util/functional/CallableRaisingIOE.html" title="type parameter in CallableRaisingIOE">R</a>&gt; - Interface in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">This is a callable which only raises an IOException.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">CallerContext</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">A class defining the caller context for auditing coarse granularity
operations.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/CallerContext.Builder.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">CallerContext.Builder</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">The caller context builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#CALLERCONTEXT_FIELD_NUMBER">CALLERCONTEXT_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#CALLID_FIELD_NUMBER">CALLID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#CALLID_FIELD_NUMBER">CALLID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#callMethod-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.RpcController-com.google.protobuf.Message-com.google.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#callMethod-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.RpcController-com.google.protobuf.Message-com.google.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#callMethod-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.RpcController-com.google.protobuf.Message-com.google.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#callMethod-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.RpcController-com.google.protobuf.Message-com.google.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#callMethod-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.RpcController-com.google.protobuf.Message-com.google.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#callMethod-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.RpcController-com.google.protobuf.Message-com.google.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#callMethod-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.RpcController-com.google.protobuf.Message-com.google.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#callMethod-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.thirdparty.protobuf.Message-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback&lt;Message&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">CallQueueManager</span></a>&lt;<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="type parameter in CallQueueManager">E</a> extends org.apache.hadoop.ipc.Schedulable&gt; - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Abstracts queue operations for different blocking queues.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#CallQueueManager-java.lang.Class-java.lang.Class-boolean-int-java.lang.String-org.apache.hadoop.conf.Configuration-">CallQueueManager(Class&lt;? extends BlockingQueue&lt;E&gt;&gt;, Class&lt;? extends RpcScheduler&gt;, boolean, int, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilitiesPolicy.html#CAN_UNBUFFER_NOT_IMPLEMENTED_MESSAGE">CAN_UNBUFFER_NOT_IMPLEMENTED_MESSAGE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilitiesPolicy.html" title="class in org.apache.hadoop.fs">StreamCapabilitiesPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html#cancel-org.apache.hadoop.security.token.Token-org.apache.hadoop.conf.Configuration-">cancel(Token&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSTokenRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ReadaheadPool.ReadaheadRequest.html#cancel--">cancel()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/ReadaheadPool.ReadaheadRequest.html" title="interface in org.apache.hadoop.io">ReadaheadPool.ReadaheadRequest</a></dt>
<dd>
<div class="block">Cancels the request for readahead.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#cancel-org.apache.hadoop.conf.Configuration-">cancel(Configuration)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Cancel this delegation token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html#cancel-org.apache.hadoop.security.token.Token-org.apache.hadoop.conf.Configuration-">cancel(Token&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html" title="class in org.apache.hadoop.security.token">Token.TrivialRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenRenewer.html#cancel-org.apache.hadoop.security.token.Token-org.apache.hadoop.conf.Configuration-">cancel(Token&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenRenewer.html" title="class in org.apache.hadoop.security.token">TokenRenewer</a></dt>
<dd>
<div class="block">Cancel the given token</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.DelegationTokenExtension.html#cancelDelegationToken-org.apache.hadoop.security.token.Token-">cancelDelegationToken(Token&lt;?&gt;)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.DelegationTokenExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderDelegationTokenExtension.DelegationTokenExtension</a></dt>
<dd>
<div class="block">Cancels the given token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#cancelDelegationToken-org.apache.hadoop.security.token.Token-">cancelDelegationToken(Token&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#cancelDelegationToken-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-">cancelDelegationToken(URL, DelegationTokenAuthenticatedURL.Token)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Cancels a delegation token from the server end-point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#cancelDelegationToken-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-java.lang.String-">cancelDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Cancels a delegation token from the server end-point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#cancelDelegationToken-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-org.apache.hadoop.security.token.Token-">cancelDelegationToken(URL, AuthenticatedURL.Token, Token&lt;AbstractDelegationTokenIdentifier&gt;)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>
<div class="block">Cancels a delegation token from the server end-point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#cancelDelegationToken-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-org.apache.hadoop.security.token.Token-java.lang.String-">cancelDelegationToken(URL, AuthenticatedURL.Token, Token&lt;AbstractDelegationTokenIdentifier&gt;, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>
<div class="block">Cancels a delegation token from the server end-point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#cancelDeleteOnExit-org.apache.hadoop.fs.Path-">cancelDeleteOnExit(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Cancel the scheduled deletion of the path when the FileSystem is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#cancelToken-org.apache.hadoop.security.token.Token-java.lang.String-">cancelToken(Token&lt;TokenIdent&gt;, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Cancel a token by removing it from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#canExecute-java.io.File-">canExecute(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Platform independent implementation for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#canExecute--" title="class or interface in java.io"><code>File.canExecute()</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#CANNOT_SEEK_PAST_EOF">CANNOT_SEEK_PAST_EOF</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>
<div class="block">Seeks : "Attempted to seek or read past the end of the file"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#canonicalizeUri-java.net.URI-">canonicalizeUri(URI)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Canonicalize the given URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#canonicalizeUri-java.net.URI-">canonicalizeUri(URI)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#canonicalizeUri-java.net.URI-">canonicalizeUri(URI)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#canRead-java.io.File-">canRead(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Platform independent implementation for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#canRead--" title="class or interface in java.io"><code>File.canRead()</code></a></div>
</dd>
<dt><a href="org/apache/hadoop/fs/CanSetDropBehind.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">CanSetDropBehind</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/CanSetReadahead.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">CanSetReadahead</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/CanUnbuffer.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">CanUnbuffer</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">FSDataInputStreams implement this interface to indicate that they can clear
their buffers on request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#canWrite-java.io.File-">canWrite(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Platform independent implementation for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#canWrite--" title="class or interface in java.io"><code>File.canWrite()</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_CONFIG">CAT_CONFIG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_JAAS">CAT_JAAS</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_JVM">CAT_JVM</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_KERBEROS">CAT_KERBEROS</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_LOGIN">CAT_LOGIN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_OS">CAT_OS</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_SASL">CAT_SASL</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_TOKEN">CAT_TOKEN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#CAT_UGI">CAT_UGI</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">CBZip2InputStream</span></a> - Class in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#CBZip2InputStream-java.io.InputStream-org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE-">CBZip2InputStream(InputStream, SplittableCompressionCodec.READ_MODE)</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>
<div class="block">Constructs a new CBZip2InputStream which decompresses bytes read from the
specified stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#CBZip2InputStream-java.io.InputStream-">CBZip2InputStream(InputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.STATE.html" title="enum in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">CBZip2InputStream.STATE</span></a> - Enum in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">A state machine to keep track of current state of the de-coder</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2"><span class="typeNameLink">CBZip2OutputStream</span></a> - Class in org.apache.hadoop.io.compress.bzip2</dt>
<dd>
<div class="block">An output stream that compresses into the BZip2 format (without the file
header chars) into another stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#CBZip2OutputStream-java.io.OutputStream-">CBZip2OutputStream(OutputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">Constructs a new <tt>CBZip2OutputStream</tt> with a blocksize of 900k.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#CBZip2OutputStream-java.io.OutputStream-int-">CBZip2OutputStream(OutputStream, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">Constructs a new <tt>CBZip2OutputStream</tt> with specified blocksize.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface.html#cedeActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto-">cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#cedeActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback&lt;ZKFCProtocolProtos.CedeActiveResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>
<div class="block">
Request that the service cede its active state, and quit the election
for some amount of time</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Interface.html#cedeActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback&lt;ZKFCProtocolProtos.CedeActiveResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService.Interface</a></dt>
<dd>
<div class="block">
Request that the service cede its active state, and quit the election
for some amount of time</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Stub.html#cedeActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback&lt;ZKFCProtocolProtos.CedeActiveResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html#cedeActive-int-">cedeActive(int)</a></span> - Method in class org.apache.hadoop.ha.protocolPB.<a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ha.protocolPB">ZKFCProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.Certificates.html#Certificates--">Certificates()</a></span> - Constructor for class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.Certificates.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.Certificates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#CHALLENGE_FIELD_NUMBER">CHALLENGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#CHALLENGE_VALUE">CHALLENGE_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block"><code>CHALLENGE = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#changed-boolean-">changed(boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableMetric.html#changed--">changed()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableMetric.html" title="class in org.apache.hadoop.metrics2.lib">MutableMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#charAt-int-">charAt(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Returns the Unicode Scalar Value (32-bit integer value)
for the character at <code>position</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DUHelper.html#check-java.lang.String-">check(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DUHelper.html" title="class in org.apache.hadoop.fs">DUHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#check-java.lang.String-javax.net.ssl.SSLSocket-">check(String, SSLSocket)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#check-java.lang.String-java.security.cert.X509Certificate-">check(String, X509Certificate)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#check-java.lang.String-java.lang.String:A-java.lang.String:A-">check(String, String[], String[])</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#check-java.lang.String:A-javax.net.ssl.SSLSocket-">check(String[], SSLSocket)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#check-java.lang.String:A-java.security.cert.X509Certificate-">check(String[], X509Certificate)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#check-java.lang.String:A-java.lang.String:A-java.lang.String:A-boolean-boolean-">check(String[], String[], String[], boolean, boolean)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/FenceMethod.html#checkArgs-java.lang.String-">checkArgs(String)</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/FenceMethod.html" title="interface in org.apache.hadoop.ha">FenceMethod</a></dt>
<dd>
<div class="block">Verify that the given fencing method's arguments are valid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/PowerShellFencer.html#checkArgs-java.lang.String-">checkArgs(String)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/PowerShellFencer.html" title="class in org.apache.hadoop.ha">PowerShellFencer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ShellCommandFencer.html#checkArgs-java.lang.String-">checkArgs(String)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ShellCommandFencer.html" title="class in org.apache.hadoop.ha">ShellCommandFencer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/SshFenceByTcpPort.html#checkArgs-java.lang.String-">checkArgs(String)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/SshFenceByTcpPort.html" title="class in org.apache.hadoop.ha">SshFenceByTcpPort</a></dt>
<dd>
<div class="block">Verify that the argument, if given, in the conf is parseable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#checkAvailableForRead--">checkAvailableForRead()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">No-op if the secret manager is available for reading tokens, throw a
StandbyException otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#checkFencingConfigured--">checkFencingConfigured()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#checkIsBashSupported--">checkIsBashSupported()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#checkNativeCodeLoaded--">checkNativeCodeLoaded()</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html#checkNativeCodeLoaded--">checkNativeCodeLoaded()</a></span> - Static method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeNative</a></dt>
<dd>
<div class="block">Is the native ISA-L library loaded and initialized? Throw exception if not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#checkPartHandles-java.util.Map-">checkPartHandles(Map&lt;Integer, PartHandle&gt;)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>
<div class="block">Utility method to validate partHandles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#checkPath-org.apache.hadoop.fs.Path-">checkPath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Check that a Path belongs to this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#checkPath-org.apache.hadoop.fs.Path-">checkPath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Check that a Path belongs to this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#checkPath-org.apache.hadoop.fs.Path-">checkPath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Check that a Path belongs to this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#checkPath-org.apache.hadoop.fs.Path-">checkPath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#checkPath-org.apache.hadoop.fs.Path-">checkPath(Path)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>
<div class="block">Validate a path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#checkpoint--">checkpoint()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Create a trash checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#checkPutArguments-org.apache.hadoop.fs.Path-java.io.InputStream-int-org.apache.hadoop.fs.UploadHandle-long-">checkPutArguments(Path, InputStream, int, UploadHandle, long)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>
<div class="block">Check all the arguments to the
<a href="org/apache/hadoop/fs/MultipartUploader.html#putPart-org.apache.hadoop.fs.UploadHandle-int-org.apache.hadoop.fs.Path-java.io.InputStream-long-"><code>MultipartUploader.putPart(UploadHandle, int, Path, InputStream, long)</code></a>
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#checkScheme-java.net.URI-java.lang.String-">checkScheme(URI, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Check that the Uri's scheme matches</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#checkStateTransition-java.lang.String-org.apache.hadoop.service.Service.STATE-org.apache.hadoop.service.Service.STATE-">checkStateTransition(String, Service.STATE, Service.STATE)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Check that a state tansition is valid and
throw an exception if not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/BasicDiskValidator.html#checkStatus-java.io.File-">checkStatus(File)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/BasicDiskValidator.html" title="class in org.apache.hadoop.util">BasicDiskValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReadWriteDiskValidator.html#checkStatus-java.io.File-">checkStatus(File)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReadWriteDiskValidator.html" title="class in org.apache.hadoop.util">ReadWriteDiskValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#checkStream--">checkStream()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/ChecksumException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">ChecksumException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Thrown for checksum errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumException.html#ChecksumException-java.lang.String-long-">ChecksumException(String, long)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumException.html" title="class in org.apache.hadoop.fs">ChecksumException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">ChecksumFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Abstract Checksumed FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#ChecksumFileSystem-org.apache.hadoop.fs.FileSystem-">ChecksumFileSystem(FileSystem)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#checksumOpt-org.apache.hadoop.fs.Options.ChecksumOpt-">checksumOpt(Options.ChecksumOpt)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Set checksum opt.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#checksumOpt-org.apache.hadoop.fs.Options.ChecksumOpt-">checksumOpt(Options.ChecksumOpt)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Set checksum opt.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#checksumOpt-org.apache.hadoop.fs.Options.ChecksumOpt-">checksumOpt(Options.ChecksumOpt)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Set checksum opt.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#ChecksumOpt--">ChecksumOpt()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>
<div class="block">Create a uninitialized one</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#ChecksumOpt-org.apache.hadoop.util.DataChecksum.Type-int-">ChecksumOpt(DataChecksum.Type, int)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>
<div class="block">Normal ctor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#checksumParam-org.apache.hadoop.fs.Options.ChecksumOpt-">checksumParam(Options.ChecksumOpt)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.ChecksumParam.html#ChecksumParam-org.apache.hadoop.fs.Options.ChecksumOpt-">ChecksumParam(Options.ChecksumOpt)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.ChecksumParam.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.ChecksumParam</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#checkTGTAndReloginFromKeytab--">checkTGTAndReloginFromKeytab()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Re-login a user from keytab if TGT is expired or is close to expiry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#checkToken-TokenIdent-">checkToken(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Find the DelegationTokenInformation for the given token id, and verify that
if the token is expired.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#checkUploadId-byte:A-">checkUploadId(byte[])</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>
<div class="block">Utility method to validate uploadIDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#checkWindowsCommandLineLength-java.lang.String...-">checkWindowsCommandLineLength(String...)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Checks if a given command (String[]) fits in the Windows maximum command
line length Note that the input is expected to already include space
delimiters, no extra count will be added for delimiters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html#Chgrp--">Chgrp()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chgrp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#children">children</a></span> - Variable in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#childrenMap">childrenMap</a></span> - Variable in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#chmod-java.lang.String-java.lang.String-">chmod(String, String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Change the permissions on a filename.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#chmod-java.lang.String-java.lang.String-boolean-">chmod(String, String, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Change the permissions on a file / directory, recursively, if
needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html#Chmod--">Chmod()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chmod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#chmod-java.lang.String-int-">chmod(String, int)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#chooseBlockSize-long-">chooseBlockSize(long)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">Chooses a blocksize based on the given length of the data to compress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#Chown--">Chown()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#CLASSNAME">CLASSNAME</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>
<div class="block">Classname of the codec: "org.apache.hadoop.io.compress.PassthroughCodec".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#CLASSNAME_FIELD_NUMBER">CLASSNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#CLASSNAME_FIELD_NUMBER">CLASSNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.ClassOption.html#ClassOption-java.lang.Class-">ClassOption(Class&lt;?&gt;)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.ClassOption.html" title="class in org.apache.hadoop.util">Options.ClassOption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/CleanerUtil.BufferCleaner.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">CleanerUtil.BufferCleaner</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Pass in an implementation of this interface to cleanup ByteBuffers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#cleanup-org.apache.commons.logging.Log-java.io.Closeable...-">cleanup(Log, Closeable...)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/io/IOUtils.html#cleanupWithLogger-org.slf4j.Logger-java.io.Closeable...-"><code>IOUtils.cleanupWithLogger(Logger, java.io.Closeable...)</code></a>
instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#cleanup--">cleanup()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>
<div class="block">The default cleanup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#cleanupWithLogger-org.slf4j.Logger-java.io.Closeable...-">cleanupWithLogger(Logger, Closeable...)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Close the Closeable objects and <b>ignore</b> any <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> or
null pointers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Clears all keys from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>
<div class="block">Clear all the maps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Set the values to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Clear the string to empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html#clear--">clear()</a></span> - Method in interface org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html" title="interface in org.apache.hadoop.metrics2.util">QuantileEstimator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/HashFunction.html#clear--">clear()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom">HashFunction</a></dt>
<dd>
<div class="block">Clears <i>this</i> hash function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#CLEAR_TEXT_FALLBACK">CLEAR_TEXT_FALLBACK</a></span> - Static variable in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearAccessTime--">clearAccessTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#clearAlias--">clearAlias()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#clearArgs--">clearArgs()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clearAuths--">clearAuths()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearBlockReplication--">clearBlockReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearBlockSize--">clearBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearCallerContext--">clearCallerContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearCallId--">clearCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearCallId--">clearCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clearChallenge--">clearChallenge()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableMetric.html#clearChanged--">clearChanged()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableMetric.html" title="class in org.apache.hadoop.metrics2.lib">MutableMetric</a></dt>
<dd>
<div class="block">Clear the changed flag in the snapshot operations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#clearClassName--">clearClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#clearClassName--">clearClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#clearClientCache--">clearClientCache()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearClientId--">clearClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearClientId--">clearClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#clearClientProtocolVersion--">clearClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#clearClientProtocolVersion--">clearClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#clearCode--">clearCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#clearCode--">clearCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#clearConfig--">clearConfig()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#clearContext--">clearContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#clearDeclaringClassProtocolName--">clearDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#clearDeclaringClassProtocolName--">clearDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#clearDescriptions--">clearDescriptions()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearEcData--">clearEcData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#clearEffectiveUser--">clearEffectiveUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearEncryptionData--">clearEncryptionData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearErrorDetail--">clearErrorDetail()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearErrorMsg--">clearErrorMsg()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearExceptionClassName--">clearExceptionClassName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#clearExitStatus--">clearExitStatus()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#clearField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-">clearField(Descriptors.FieldDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearFileType--">clearFileType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearFlags--">clearFlags()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearGroup--">clearGroup()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#clearGroups--">clearGroups()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#clearId--">clearId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#clearId--">clearId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#clearId--">clearId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#clearIdentifier--">clearIdentifier()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clearIdentifier--">clearIdentifier()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html#clearIntField--">clearIntField()</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord.Builder</a></dt>
<dd>
<div class="block">Clears the value of the 'intField' field</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#clearKey--">clearKey()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clearKind--">clearKind()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearLength--">clearLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#CLEARMASK">CLEARMASK</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clearMechanism--">clearMechanism()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#clearMechanismName--">clearMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#clearMechanismName--">clearMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#clearMessage--">clearMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clearMethod--">clearMethod()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#clearMethodName--">clearMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#clearMethodName--">clearMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#clearMethods--">clearMethods()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#clearMilliSeconds--">clearMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#clearMilliSeconds--">clearMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#clearMillisToCede--">clearMillisToCede()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearModificationTime--">clearModificationTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#clearMtime--">clearMtime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#clearNameMaps--">clearNameMaps()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#clearNewExpiryTime--">clearNewExpiryTime()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#clearNotReadyReason--">clearNotReadyReason()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#clearOneof-org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor-">clearOneof(Descriptors.OneofDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearOwner--">clearOwner()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#clearParam1--">clearParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#clearParam1--">clearParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#clearParam2--">clearParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#clearParam2--">clearParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#clearParams--">clearParams()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#clearParams--">clearParams()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#clearParentId--">clearParentId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clearPassword--">clearPassword()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearPath--">clearPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#clearPath--">clearPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#clearPerm--">clearPerm()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearPermission--">clearPermission()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#clearProtocol--">clearProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#clearProtocol--">clearProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#clearProtocol--">clearProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clearProtocol--">clearProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#clearProtocolSignature--">clearProtocolSignature()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#clearProtocolVersions--">clearProtocolVersions()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#clearReadyToBecomeActive--">clearReadyToBecomeActive()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#clearRealUser--">clearRealUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#clearReceiveTime--">clearReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#clearReceiveTime--">clearReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#clearRenewer--">clearRenewer()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#clearReqInfo--">clearReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#clearReqInfo--">clearReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#clearReqInfo--">clearReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#clearReqSource--">clearReqSource()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#clearResponses--">clearResponses()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#clearResponseTime--">clearResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#clearResponseTime--">clearResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#clearResult--">clearResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#clearResult--">clearResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearRetryCount--">clearRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearRetryCount--">clearRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#clearRpcKind--">clearRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#clearRpcKind--">clearRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearRpcKind--">clearRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearRpcOp--">clearRpcOp()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#clearSecret--">clearSecret()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#clearSecrets--">clearSecrets()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#clearSenderName--">clearSenderName()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clearServerId--">clearServerId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearServerIpcVersionNum--">clearServerIpcVersionNum()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clearService--">clearService()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#clearShouldSlow--">clearShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#clearShouldSlow--">clearShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#clearShutdownHooks--">clearShutdownHooks()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">clear all registered shutdownHooks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#clearSignature--">clearSignature()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#clearSleepTime--">clearSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#clearSleepTime--">clearSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#clearState--">clearState()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clearState--">clearState()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearStateId--">clearStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearStateId--">clearStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#clearStatistics--">clearStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#clearStatistics--">clearStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Clears all the statistics stored in AbstractFileSystem, for all the file
systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#clearStatistics--">clearStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Reset all statistics for all file systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clearStatus--">clearStatus()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clearSymlink--">clearSymlink()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clearToken--">clearToken()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#clearToken--">clearToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#clearToken--">clearToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#clearToken--">clearToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#clearToken--">clearToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#clearTokens--">clearTokens()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#clearTraceId--">clearTraceId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clearTraceInfo--">clearTraceInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#clearUser--">clearUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#clearUser--">clearUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#clearUser--">clearUser()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#clearUserInfo--">clearUserInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#clearUserMessage--">clearUserMessage()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#clearValue--">clearValue()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#clearValues--">clearValues()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#clearValues--">clearValues()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#clearValues--">clearValues()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#clearValues--">clearValues()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#clearVersion--">clearVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clearVersion--">clearVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#clearVersions--">clearVersions()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">Client</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">A client for an IPC service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#Client-java.lang.Class-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-">Client(Class&lt;? extends Writable&gt;, Configuration, SocketFactory)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Construct an IPC client whose values are of the given <a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><code>Writable</code></a>
class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#Client-java.lang.Class-org.apache.hadoop.conf.Configuration-">Client(Class&lt;? extends Writable&gt;, Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Construct an IPC client with the default SocketFactory</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#CLIENTID_FIELD_NUMBER">CLIENTID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#CLIENTID_FIELD_NUMBER">CLIENTID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#CLIENTPROTOCOLVERSION_FIELD_NUMBER">CLIENTPROTOCOLVERSION_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#CLIENTPROTOCOLVERSION_FIELD_NUMBER">CLIENTPROTOCOLVERSION_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#clone-T-org.apache.hadoop.conf.Configuration-">clone(T, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Make a copy of a writable object using serialization to a buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html#clone--">clone()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util">GcTimeMonitor.GcData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#cloneFileAttributes-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.util.Progressable-">cloneFileAttributes(Path, Path, Progressable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Clones the attributes (like compression of the input file and creates a
corresponding Writer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#cloneInto-org.apache.hadoop.io.Writable-org.apache.hadoop.io.Writable-">cloneInto(Writable, Writable)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use ReflectionUtils.cloneInto instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#cloneWritableInto-org.apache.hadoop.io.Writable-org.apache.hadoop.io.Writable-">cloneWritableInto(Writable, Writable)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#close--">close()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Can be used by implementing classes to close any resources
that require closing</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#close--">close()</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AvroFSInput.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs">AvroFSInput</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Close this FileSystem instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>
<div class="block">Close the underlying output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>
<div class="block">Perform any cleanup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationTracker.html#close--">close()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationTracker.html" title="interface in org.apache.hadoop.fs.statistics">DurationTracker</a></dt>
<dd>
<div class="block">Finish tracking: update the statistics with the timings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StatisticDurationTracker</a></dt>
<dd>
<div class="block">Set the finished time and then update the statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StubDurationTracker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#close--">close()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html#close--">close()</a></span> - Method in class org.apache.hadoop.ha.protocolPB.<a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ha.protocolPB">ZKFCProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#close--">close()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Close the reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Close the scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Close the Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Close the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block">Close the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html" title="class in org.apache.hadoop.io.retry">DefaultFailoverProxyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Close the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html#close--">close()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</a></dt>
<dd>
<div class="block">closes the iterator so that the underlying streams can be closed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#close--">close()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">Close the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Stringifier.html#close--">close()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/Stringifier.html" title="interface in org.apache.hadoop.io">Stringifier</a></dt>
<dd>
<div class="block">Closes this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#close--">close()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#close--">close()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#close--">close()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html#close--">close()</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">GenericRefreshProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html#close--">close()</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">RefreshCallQueueProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/metrics/EventCounter.html#close--">close()</a></span> - Method in class org.apache.hadoop.log.metrics.<a href="org/apache/hadoop/log/metrics/EventCounter.html" title="class in org.apache.hadoop.log.metrics">EventCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html#close--">close()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib">MutableRollingAverages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/FileSink.html#close--">close()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/FileSink.html" title="class in org.apache.hadoop.metrics2.sink">FileSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html#close--">close()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html#close--">close()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink.Graphite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#close--">close()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.html#close--">close()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html#close--">close()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink.StatsD</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#close--">close()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html#close--">close()</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshAuthorizationPolicyProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html#close--">close()</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#close--">close()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Relay to <a href="org/apache/hadoop/service/AbstractService.html#stop--"><code>AbstractService.stop()</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#close--">close()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">A version of stop() that is designed to be usable in Java7 closure
clauses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html#close--">close()</a></span> - Method in class org.apache.hadoop.tools.protocolPB.<a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB">GetUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/AutoCloseableLock.html#close--">close()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util">AutoCloseableLock</a></dt>
<dd>
<div class="block">Attempts to release the lock by making a call to <code>release()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DurationInfo.html#close--">close()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/DurationInfo.html" title="class in org.apache.hadoop.util">DurationInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.CommandExecutor.html#close--">close()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.CommandExecutor.html" title="interface in org.apache.hadoop.util">Shell.CommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#close--">close()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#close--">close()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/Closeable.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">Closeable</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use java.io.Closeable</span></div>
</div>
</dd>
<dt><a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">CloseableReferenceCount</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A closeable object that maintains a reference count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CloseableReferenceCount.html#CloseableReferenceCount--">CloseableReferenceCount()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util">CloseableReferenceCount</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#closeAll--">closeAll()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Close all cached FileSystem instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#closeAllForUGI-org.apache.hadoop.security.UserGroupInformation-">closeAllForUGI(UserGroupInformation)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Close all cached FileSystem instances for a given UGI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#closed">closed</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#closed">closed</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#closeSocket-java.net.Socket-">closeSocket(Socket)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Closes the socket ignoring <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#closeStream-java.io.Closeable-">closeStream(Closeable)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Closes the stream ignoring <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#closeStreams-java.io.Closeable...-">closeStreams(Closeable...)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Closes the streams ignoring <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#closingRemoteIterator-org.apache.hadoop.fs.RemoteIterator-java.io.Closeable-">closingRemoteIterator(RemoteIterator&lt;S&gt;, Closeable)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">This adds an extra close operation alongside the passthrough
to any Closeable.close() method supported by the source iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html#code">code</a></span> - Variable in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security">SaslRpcServer.AuthMethod</a></dt>
<dd>
<div class="block">The code for this method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#CODE_FIELD_NUMBER">CODE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#CODE_FIELD_NUMBER">CODE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#CODEC_NAME_KEY">CODEC_NAME_KEY</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">CodecConstants</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">Codec related constants.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">CodecPool</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">A global compressor/decompressor pool used to save and reuse
(possibly native) compression/decompression codecs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#CodecPool--">CodecPool()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html#collectThreadLocalStates--">collectThreadLocalStates()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib">MutableRollingAverages</a></dt>
<dd>
<div class="block">Collects states maintained in <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html?is-external=true" title="class or interface in java.lang"><code>ThreadLocal</code></a>, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#combine-org.apache.hadoop.fs.shell.find.Result-">combine(Result)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>
<div class="block">Returns the combination of this and another result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProxyCombiner.html#combine-java.lang.Class-java.lang.Object...-">combine(Class&lt;T&gt;, Object...)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProxyCombiner.html" title="class in org.apache.hadoop.ipc">ProxyCombiner</a></dt>
<dd>
<div class="block">Combine two or more proxies which together comprise a single proxy
interface.</div>
</dd>
<dt><a href="org/apache/hadoop/util/CombinedIPList.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">CombinedIPList</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Util class to stores ips/hosts/subnets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CombinedIPList.html#CombinedIPList-java.lang.String-java.lang.String-long-">CombinedIPList(String, String, long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CombinedIPList.html" title="class in org.apache.hadoop.util">CombinedIPList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/CombinedIPWhiteList.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">CombinedIPWhiteList</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CombinedIPWhiteList.html#CombinedIPWhiteList-java.lang.String-java.lang.String-long-">CombinedIPWhiteList(String, String, long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CombinedIPWhiteList.html" title="class in org.apache.hadoop.util">CombinedIPWhiteList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">CommandFormat</span></a> - Class in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">Parse the args of a command and check the format of args.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#CommandFormat-java.lang.String-int-int-java.lang.String...-">CommandFormat(String, int, int, String...)</a></span> - Constructor for class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use replacement since name is an unused parameter</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#CommandFormat-int-int-java.lang.String...-">CommandFormat(int, int, String...)</a></span> - Constructor for class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block">Simple parsing of command line arguments</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/CommandFormat.DuplicatedOptionException.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">CommandFormat.DuplicatedOptionException</span></a> - Exception in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">Used when a duplicated option is supplied to a command.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">CommandFormat.IllegalNumberOfArgumentsException</span></a> - Exception in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">Used when the arguments exceed their bounds</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/CommandFormat.NotEnoughArgumentsException.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">CommandFormat.NotEnoughArgumentsException</span></a> - Exception in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">Used when too few arguments are supplied to a command</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/CommandFormat.TooManyArgumentsException.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">CommandFormat.TooManyArgumentsException</span></a> - Exception in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">Used when too many arguments are supplied to a command</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/CommandFormat.UnknownOptionException.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">CommandFormat.UnknownOptionException</span></a> - Exception in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">Used when an unsupported option is supplied to a command</div>
</dd>
<dt><a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools"><span class="typeNameLink">CommandShell</span></a> - Class in <a href="org/apache/hadoop/tools/package-summary.html">org.apache.hadoop.tools</a></dt>
<dd>
<div class="block">This program is a CLI utility base class utilizing hadoop Tool class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#CommandShell--">CommandShell()</a></span> - Constructor for class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/CommandShell.SubCommand.html" title="class in org.apache.hadoop.tools"><span class="typeNameLink">CommandShell.SubCommand</span></a> - Class in <a href="org/apache/hadoop/tools/package-summary.html">org.apache.hadoop.tools</a></dt>
<dd>
<div class="block">Base class for any subcommands of this shell command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html#commit--">commit()</a></span> - Method in class org.apache.hadoop.util.curator.<a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html" title="class in org.apache.hadoop.util.curator">ZKCuratorManager.SafeTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional"><span class="typeNameLink">CommonCallableSupplier</span></a>&lt;<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="type parameter in CommonCallableSupplier">T</a>&gt; - Class in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">A bridge from Callable to Supplier; catching exceptions
raised by the callable and wrapping them as appropriate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html#CommonCallableSupplier-java.util.concurrent.Callable-">CommonCallableSupplier(Callable&lt;T&gt;)</a></span> - Constructor for class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional">CommonCallableSupplier</a></dt>
<dd>
<div class="block">Create.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">CommonConfigurationKeysPublic</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This class contains constants for configuration keys used
in the common code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#CommonConfigurationKeysPublic--">CommonConfigurationKeysPublic()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">CommonPathCapabilities</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Common path capabilities.</div>
</dd>
<dt><a href="org/apache/hadoop/util/ComparableVersion.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ComparableVersion</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Generic implementation of version comparison.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ComparableVersion.html#ComparableVersion-java.lang.String-">ComparableVersion(String)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ComparableVersion.html" title="class in org.apache.hadoop.util">ComparableVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.Comparator.html" title="class in org.apache.hadoop.io">BooleanWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.Comparator.html" title="class in org.apache.hadoop.io">BytesWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.Comparator.html" title="class in org.apache.hadoop.io">ByteWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.Comparator.html" title="class in org.apache.hadoop.io">DoubleWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.Comparator.html" title="class in org.apache.hadoop.io">FloatWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.Comparator.html" title="class in org.apache.hadoop.io">IntWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.Comparator.html" title="class in org.apache.hadoop.io">LongWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#comparator-org.apache.hadoop.io.WritableComparator-">comparator(WritableComparator)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#comparator-org.apache.hadoop.io.WritableComparator-">comparator(WritableComparator)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.Comparator.html" title="class in org.apache.hadoop.io">MD5Hash.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.Comparator.html" title="class in org.apache.hadoop.io">NullWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.Comparator.html" title="class in org.apache.hadoop.io">ShortWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#comparator--">comparator()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.Comparator.html" title="class in org.apache.hadoop.io">Text.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/UTF8.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/UTF8.Comparator.html" title="class in org.apache.hadoop.io">UTF8.Comparator</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#COMPARATOR_JCLASS">COMPARATOR_JCLASS</a></span> - Static variable in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">comparator prefix: java class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#COMPARATOR_MEMCMP">COMPARATOR_MEMCMP</a></span> - Static variable in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">comparator: memcmp</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.Comparator.html" title="class in org.apache.hadoop.io">BooleanWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.Comparator.html" title="class in org.apache.hadoop.io">BytesWritable.Comparator</a></dt>
<dd>
<div class="block">Compare the buffers in serialized form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.Comparator.html" title="class in org.apache.hadoop.io">ByteWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.Comparator.html" title="class in org.apache.hadoop.io">DoubleWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.Comparator.html" title="class in org.apache.hadoop.io">FloatWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.Comparator.html" title="class in org.apache.hadoop.io">IntWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.Comparator.html" title="class in org.apache.hadoop.io">LongWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.DecreasingComparator.html#compare-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.WritableComparable-">compare(WritableComparable, WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.DecreasingComparator.html" title="class in org.apache.hadoop.io">LongWritable.DecreasingComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.DecreasingComparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.DecreasingComparator.html" title="class in org.apache.hadoop.io">LongWritable.DecreasingComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.Comparator.html" title="class in org.apache.hadoop.io">MD5Hash.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.Comparator.html" title="class in org.apache.hadoop.io">NullWritable.Comparator</a></dt>
<dd>
<div class="block">Compare the buffers in serialized form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/RawComparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/RawComparator.html" title="interface in org.apache.hadoop.io">RawComparator</a></dt>
<dd>
<div class="block">Compare two objects in binary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.Comparator.html" title="class in org.apache.hadoop.io">ShortWritable.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.Comparator.html" title="class in org.apache.hadoop.io">Text.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/UTF8.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/UTF8.Comparator.html" title="class in org.apache.hadoop.io">UTF8.Comparator</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Optimization hook.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#compare-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.WritableComparable-">compare(WritableComparable, WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Compare two WritableComparables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#compare-java.lang.Object-java.lang.Object-">compare(Object, Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#compareBytes-byte:A-int-int-byte:A-int-int-">compareBytes(byte[], int, int, byte[], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Lexicographic order of binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#compareFs-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.FileSystem-">compareFs(FileSystem, FileSystem)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html#compareTo-java.util.concurrent.Delayed-">compareTo(Delayed)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="class in org.apache.hadoop.fs">DelegationTokenRenewer.RenewAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#compareTo-org.apache.hadoop.fs.FileStatus-">compareTo(FileStatus)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Compare this FileStatus to another FileStatus</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#compareTo-java.lang.Object-">compareTo(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Compare this FileStatus to another FileStatus.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#compareTo-org.apache.hadoop.fs.FileStatus-">compareTo(FileStatus)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Compare this FileStatus to another FileStatus</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#compareTo-org.apache.hadoop.fs.Path-">compareTo(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BinaryComparable.html#compareTo-org.apache.hadoop.io.BinaryComparable-">compareTo(BinaryComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io">BinaryComparable</a></dt>
<dd>
<div class="block">Compare bytes from {#getBytes()}.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BinaryComparable.html#compareTo-byte:A-int-int-">compareTo(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io">BinaryComparable</a></dt>
<dd>
<div class="block">Compare bytes from {#getBytes()} to those provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#compareTo-org.apache.hadoop.io.BooleanWritable-">compareTo(BooleanWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#compareTo-org.apache.hadoop.io.ByteWritable-">compareTo(ByteWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>
<div class="block">Compares two ByteWritables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#compareTo-org.apache.hadoop.io.DoubleWritable-">compareTo(DoubleWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#compareTo-byte:A-">compareTo(byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Compare the entry key to another key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#compareTo-byte:A-int-int-">compareTo(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Compare the entry key to another key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#compareTo-org.apache.hadoop.io.file.tfile.RawComparable-">compareTo(RawComparable)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Compare an entry with a RawComparable object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#compareTo-org.apache.hadoop.io.file.tfile.Utils.Version-">compareTo(Utils.Version)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Compare this version with another version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#compareTo-org.apache.hadoop.io.FloatWritable-">compareTo(FloatWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>
<div class="block">Compares two FloatWritables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#compareTo-org.apache.hadoop.io.IntWritable-">compareTo(IntWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>
<div class="block">Compares two IntWritables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#compareTo-org.apache.hadoop.io.LongWritable-">compareTo(LongWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>
<div class="block">Compares two LongWritables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#compareTo-org.apache.hadoop.io.MD5Hash-">compareTo(MD5Hash)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Compares this object with the specified object for order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.html#compareTo-org.apache.hadoop.io.NullWritable-">compareTo(NullWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io">NullWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#compareTo-java.lang.Object-">compareTo(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#compareTo-org.apache.hadoop.io.ShortWritable-">compareTo(ShortWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">Compares two ShortWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#compareTo-org.apache.hadoop.io.VIntWritable-">compareTo(VIntWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>
<div class="block">Compares two VIntWritables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#compareTo-org.apache.hadoop.io.VLongWritable-">compareTo(VLongWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>
<div class="block">Compares two VLongWritables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ComparableVersion.html#compareTo-org.apache.hadoop.util.ComparableVersion-">compareTo(ComparableVersion)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ComparableVersion.html" title="class in org.apache.hadoop.util">ComparableVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#compatibleWith-org.apache.hadoop.io.file.tfile.Utils.Version-">compatibleWith(Utils.Version)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Test compatibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/filter/GlobFilter.html#compile-java.lang.String-">compile(String)</a></span> - Method in class org.apache.hadoop.metrics2.filter.<a href="org/apache/hadoop/metrics2/filter/GlobFilter.html" title="class in org.apache.hadoop.metrics2.filter">GlobFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/filter/RegexFilter.html#compile-java.lang.String-">compile(String)</a></span> - Method in class org.apache.hadoop.metrics2.filter.<a href="org/apache/hadoop/metrics2/filter/RegexFilter.html" title="class in org.apache.hadoop.metrics2.filter">RegexFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploader.html#complete-org.apache.hadoop.fs.UploadHandle-org.apache.hadoop.fs.Path-java.util.Map-">complete(UploadHandle, Path, Map&lt;Integer, PartHandle&gt;)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs">MultipartUploader</a></dt>
<dd>
<div class="block">Complete a multipart upload.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#completeLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">completeLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#completeLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">completeLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Called when we're all done writing to the target.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#completeLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">completeLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Called when we're all done writing to the target.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#completeLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">completeLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#completeLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">completeLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">CompositeService</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">Composition of services.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#CompositeService-java.lang.String-">CompositeService(String)</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/CompositeService.CompositeServiceShutdownHook.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">CompositeService.CompositeServiceShutdownHook</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">JVM Shutdown hook for CompositeService which will stop the give
CompositeService gracefully in case of JVM shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.CompositeServiceShutdownHook.html#CompositeServiceShutdownHook-org.apache.hadoop.service.CompositeService-">CompositeServiceShutdownHook(CompositeService)</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.CompositeServiceShutdownHook.html" title="class in org.apache.hadoop.service">CompositeService.CompositeServiceShutdownHook</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockCompressorStream.html#compress--">compress()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockCompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Fills specified buffer with compressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#compress--">compress()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Fills specified buffer with compressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Fills specified buffer with compressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibDeflater</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#compress-byte:A-int-int-">compress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#compressedValSerializer">compressedValSerializer</a></span> - Variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">CompressedWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A base-class for Writables which store themselves compressed and lazily
inflate on field access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/CompressedWritable.html#CompressedWritable--">CompressedWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io">CompressedWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/Compression.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">Compression</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">Compression related stuff.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#compression-org.apache.hadoop.io.SequenceFile.CompressionType-">compression(SequenceFile.CompressionType)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#compression-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-">compression(SequenceFile.CompressionType, CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#compression-org.apache.hadoop.io.SequenceFile.CompressionType-">compression(SequenceFile.CompressionType)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#compression-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-">compression(SequenceFile.CompressionType, CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">Compression.Algorithm</span></a> - Enum in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">Compression algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#COMPRESSION_GZ">COMPRESSION_GZ</a></span> - Static variable in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">compression: gzip</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#COMPRESSION_LZO">COMPRESSION_LZO</a></span> - Static variable in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">compression: lzo</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#COMPRESSION_NONE">COMPRESSION_NONE</a></span> - Static variable in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">compression: none</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><span class="typeNameLink">CompressionCodec</span></a> - Interface in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This class encapsulates a streaming compression/decompression pair.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/CompressionCodec.Util.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">CompressionCodec.Util</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">CompressionCodecFactory</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">A factory that will find the correct codec for a given filename.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#CompressionCodecFactory-org.apache.hadoop.conf.Configuration-">CompressionCodecFactory(Configuration)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Find the codecs specified in the config value io.compression.codecs
and register them.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">CompressionInputStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">A compression input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#CompressionInputStream-java.io.InputStream-">CompressionInputStream(InputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">Create a compression input stream that reads
the decompressed bytes from the given stream.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">CompressionOutputStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">A compression output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#CompressionOutputStream-java.io.OutputStream-">CompressionOutputStream(OutputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>
<div class="block">Create a compression output stream that writes
the compressed bytes to the given stream.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><span class="typeNameLink">Compressor</span></a> - Interface in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">Specification of a stream-based 'compressor' which can be
plugged into a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> to compress data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#compressor">compressor</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">CompressorStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#CompressorStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-int-">CompressorStream(OutputStream, Compressor, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#CompressorStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">CompressorStream(OutputStream, Compressor)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#CompressorStream-java.io.OutputStream-">CompressorStream(OutputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>
<div class="block">Allow derived classes to directly set the underlying stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#concat-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path:A-">concat(Path, Path[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#concat-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path:A-">concat(Path, Path[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Concat existing files together.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#concat-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path:A-">concat(Path, Path[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#concat-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path:A-">concat(Path, Path[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#conf">conf</a></span> - Static variable in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ProxyServers.html#CONF_HADOOP_PROXYSERVERS">CONF_HADOOP_PROXYSERVERS</a></span> - Static variable in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ProxyServers.html" title="class in org.apache.hadoop.security.authorize">ProxyServers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#CONF_LZO_CLASS">CONF_LZO_CLASS</a></span> - Static variable in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationServlet.html#CONF_SERVLET_RECONFIGURABLE_PREFIX">CONF_SERVLET_RECONFIGURABLE_PREFIX</a></span> - Static variable in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationServlet.html" title="class in org.apache.hadoop.conf">ReconfigurationServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#CONFIG_FIELD_NUMBER">CONFIG_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_DEFAULT_MOUNT_TABLE">CONFIG_VIEWFS_DEFAULT_MOUNT_TABLE</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable name for the default mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_DEFAULT_MOUNT_TABLE_NAME_KEY">CONFIG_VIEWFS_DEFAULT_MOUNT_TABLE_NAME_KEY</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config key to specify the name of the default mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_ENABLE_INNER_CACHE">CONFIG_VIEWFS_ENABLE_INNER_CACHE</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Enable ViewFileSystem to cache all children filesystems in inner cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_ENABLE_INNER_CACHE_DEFAULT">CONFIG_VIEWFS_ENABLE_INNER_CACHE_DEFAULT</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_HOMEDIR">CONFIG_VIEWFS_HOMEDIR</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Prefix for the home dir for the mount table - if not specified
then the hadoop default value (/user) is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_IGNORE_PORT_IN_MOUNT_TABLE_NAME">CONFIG_VIEWFS_IGNORE_PORT_IN_MOUNT_TABLE_NAME</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">When initializing the viewfs, authority will be used as the mount table
name to find the mount link configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_IGNORE_PORT_IN_MOUNT_TABLE_NAME_DEFAULT">CONFIG_VIEWFS_IGNORE_PORT_IN_MOUNT_TABLE_NAME_DEFAULT</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_LINK">CONFIG_VIEWFS_LINK</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable for specifying a simple link</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_LINK_FALLBACK">CONFIG_VIEWFS_LINK_FALLBACK</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable for specifying a fallback for link mount points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_LINK_MERGE">CONFIG_VIEWFS_LINK_MERGE</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable for specifying a merge link</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_LINK_MERGE_SLASH">CONFIG_VIEWFS_LINK_MERGE_SLASH</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable for specifying a merge of the root of the mount-table
with the root of another file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_LINK_NFLY">CONFIG_VIEWFS_LINK_NFLY</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable for specifying an nfly link.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_LINK_REGEX">CONFIG_VIEWFS_LINK_REGEX</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable for specifying a regex link which uses regular expressions
as source and target could use group captured in src.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS">CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Enable ViewFileSystem to show mountlinks as symlinks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS_DEFAULT">CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS_DEFAULT</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_MOUNTTABLE_PATH">CONFIG_VIEWFS_MOUNTTABLE_PATH</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Prefix for the config variable for the ViewFs mount-table path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_PREFIX">CONFIG_VIEWFS_PREFIX</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Prefix for the config variable prefix for the ViewFs mount-table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_PREFIX_DEFAULT_MOUNT_TABLE">CONFIG_VIEWFS_PREFIX_DEFAULT_MOUNT_TABLE</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>
<div class="block">Config variable full prefix for the default mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_RENAME_STRATEGY">CONFIG_VIEWFS_RENAME_STRATEGY</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/conf/ConfigRedactor.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">ConfigRedactor</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Tool for redacting sensitive information when displaying config parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ConfigRedactor.html#ConfigRedactor-org.apache.hadoop.conf.Configuration-">ConfigRedactor(Configuration)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ConfigRedactor.html" title="class in org.apache.hadoop.conf">ConfigRedactor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/conf/Configurable.html" title="interface in org.apache.hadoop.conf"><span class="typeNameLink">Configurable</span></a> - Interface in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Something that may be configured with a <a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><code>Configuration</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">Configuration</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Provides access to configuration parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#Configuration--">Configuration()</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">A new configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#Configuration-boolean-">Configuration(boolean)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">A new configuration where the behavior of reading from the default
resources can be turned off.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#Configuration-org.apache.hadoop.conf.Configuration-">Configuration(Configuration)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">A new configuration with the same settings cloned from another.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">Configuration.DeprecationDelta</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">A pending addition to the global set of deprecated keys.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">Configuration.IntegerRanges</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">A class that represents a set of positive integer ranges.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/Configured.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">Configured</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Base class for things that may be configured with a <a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><code>Configuration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configured.html#Configured--">Configured()</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configured.html" title="class in org.apache.hadoop.conf">Configured</a></dt>
<dd>
<div class="block">Construct a Configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configured.html#Configured-org.apache.hadoop.conf.Configuration-">Configured(Configuration)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configured.html" title="class in org.apache.hadoop.conf">Configured</a></dt>
<dd>
<div class="block">Construct a Configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#configureXFrame-boolean-">configureXFrame(boolean)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>
<div class="block">Adds the ability to control X_FRAME_OPTIONS on HttpServer2.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">ConfigUtil</span></a> - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">Utilities for config variables of the viewFs See <a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs"><code>ViewFs</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#ConfigUtil--">ConfigUtil()</a></span> - Constructor for class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ToolRunner.html#confirmPrompt-java.lang.String-">confirmPrompt(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ToolRunner.html" title="class in org.apache.hadoop.util">ToolRunner</a></dt>
<dd>
<div class="block">Print out a prompt to the user, and return true if the user
responds with "y" or "yes".</div>
</dd>
<dt><a href="org/apache/hadoop/conf/ConfServlet.BadFormatException.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">ConfServlet.BadFormatException</span></a> - Exception in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html#connect--">connect()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink.Graphite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#Connection-java.nio.channels.SocketChannel-long-int-boolean-">Connection(SocketChannel, long, int, boolean)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/ConnectTimeoutException.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">ConnectTimeoutException</span></a> - Exception in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">Thrown by <code>NetUtils.connect(java.net.Socket, java.net.SocketAddress, int)</code>
if it times out while connecting to the remote host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ConnectTimeoutException.html#ConnectTimeoutException-java.lang.String-">ConnectTimeoutException(String)</a></span> - Constructor for exception org.apache.hadoop.net.<a href="org/apache/hadoop/net/ConnectTimeoutException.html" title="class in org.apache.hadoop.net">ConnectTimeoutException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">Constants</span></a> - Interface in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">Config variable prefixes for ViewFs -
see <a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs"><code>ViewFs</code></a> for examples.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#construct-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader-int-">construct(ZlibCompressor.CompressionLevel, ZlibCompressor.CompressionStrategy, ZlibCompressor.CompressionHeader, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataOutputOutputStream.html#constructOutputStream-java.io.DataOutput-">constructOutputStream(DataOutput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataOutputOutputStream.html" title="class in org.apache.hadoop.io">DataOutputOutputStream</a></dt>
<dd>
<div class="block">Construct an OutputStream from the given DataOutput.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#constructRpcRequest-java.lang.reflect.Method-com.google.protobuf.Message-">constructRpcRequest(Method, Message)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#constructRpcRequest-java.lang.reflect.Method-org.apache.hadoop.thirdparty.protobuf.Message-">constructRpcRequest(Method, Message)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/functional/ConsumerRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><span class="typeNameLink">ConsumerRaisingIOE</span></a>&lt;<a href="org/apache/hadoop/util/functional/ConsumerRaisingIOE.html" title="type parameter in ConsumerRaisingIOE">T</a>&gt; - Interface in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">Version of java.util.function.Consumer which raises
exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#containsHeader-java.lang.String-">containsHeader(String)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#containsKey-java.lang.Object-">containsKey(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#containsKey-java.lang.Object-">containsKey(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#containsValue-java.lang.Object-">containsValue(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#containsValue-java.lang.Object-">containsValue(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#content--">content()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>
<div class="block">Handle is valid iff the content of the referent is the same.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">ContentSummary</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Store the summary of a content (a directory or a file).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#ContentSummary--">ContentSummary()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#ContentSummary-long-long-long-">ContentSummary(long, long, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#ContentSummary-long-long-long-long-long-long-">ContentSummary(long, long, long, long, long, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">ContentSummary.Builder</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">We don't use generics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecord.html#context--">context()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecord.html" title="interface in org.apache.hadoop.metrics2">MetricsRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#CONTEXT_FIELD_NUMBER">CONTEXT_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/protocolPB/PBHelper.html#convert-org.apache.hadoop.fs.FSProtos.FsPermissionProto-">convert(FSProtos.FsPermissionProto)</a></span> - Static method in class org.apache.hadoop.fs.protocolPB.<a href="org/apache/hadoop/fs/protocolPB/PBHelper.html" title="class in org.apache.hadoop.fs.protocolPB">PBHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/protocolPB/PBHelper.html#convert-org.apache.hadoop.fs.permission.FsPermission-">convert(FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.protocolPB.<a href="org/apache/hadoop/fs/protocolPB/PBHelper.html" title="class in org.apache.hadoop.fs.protocolPB">PBHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/protocolPB/PBHelper.html#convert-org.apache.hadoop.fs.FSProtos.FileStatusProto-">convert(FSProtos.FileStatusProto)</a></span> - Static method in class org.apache.hadoop.fs.protocolPB.<a href="org/apache/hadoop/fs/protocolPB/PBHelper.html" title="class in org.apache.hadoop.fs.protocolPB">PBHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/protocolPB/PBHelper.html#convert-org.apache.hadoop.fs.FileStatus-">convert(FileStatus)</a></span> - Static method in class org.apache.hadoop.fs.protocolPB.<a href="org/apache/hadoop/fs/protocolPB/PBHelper.html" title="class in org.apache.hadoop.fs.protocolPB">PBHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateException.html#convert-java.lang.Throwable-">convert(Throwable)</a></span> - Static method in exception org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service">ServiceStateException</a></dt>
<dd>
<div class="block">Convert any exception into a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><code>RuntimeException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateException.html#convert-java.lang.String-java.lang.Throwable-">convert(String, Throwable)</a></span> - Static method in exception org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service">ServiceStateException</a></dt>
<dd>
<div class="block">Convert any exception into a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><code>RuntimeException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#convert-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto-">convert(RpcHeaderProtos.RpcKindProto)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#convertToExitException-java.lang.Throwable-">convertToExitException(Throwable)</a></span> - Static method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Convert an exception to an <code>ExitException</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#copy-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copy(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Copy file from src to dest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#copy-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-boolean-">copy(Path, Path, boolean, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Copy from src to dst, optionally deleting src and overwriting dst.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#copy-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-boolean-org.apache.hadoop.conf.Configuration-">copy(FileSystem, Path, FileSystem, Path, boolean, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Copy files between FileSystems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#copy-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-boolean-boolean-org.apache.hadoop.conf.Configuration-">copy(FileSystem, Path[], FileSystem, Path, boolean, boolean, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#copy-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-boolean-boolean-org.apache.hadoop.conf.Configuration-">copy(FileSystem, Path, FileSystem, Path, boolean, boolean, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Copy files between FileSystems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#copy-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-boolean-boolean-org.apache.hadoop.conf.Configuration-">copy(FileSystem, FileStatus, FileSystem, Path, boolean, boolean, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Copy files between FileSystems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#copy-java.io.File-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-boolean-org.apache.hadoop.conf.Configuration-">copy(File, FileSystem, Path, boolean, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Copy local files to a FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#copy-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-java.io.File-boolean-org.apache.hadoop.conf.Configuration-">copy(FileSystem, Path, File, boolean, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Copy FileSystem files to local files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#copy--">copy()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Create a copy of this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#copy-org.apache.hadoop.io.Writable-">copy(Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>
<div class="block">Used by child copy constructors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#copy-org.apache.hadoop.conf.Configuration-T-T-">copy(Configuration, T, T)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Make a copy of the writable object using serialization to a buffer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#copyBytes--">copyBytes()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Get a copy of the bytes that is exactly the length of the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#copyBytes-java.io.InputStream-java.io.OutputStream-int-boolean-">copyBytes(InputStream, OutputStream, int, boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Copies from one stream to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#copyBytes-java.io.InputStream-java.io.OutputStream-int-">copyBytes(InputStream, OutputStream, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Copies from one stream to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#copyBytes-java.io.InputStream-java.io.OutputStream-org.apache.hadoop.conf.Configuration-">copyBytes(InputStream, OutputStream, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Copies from one stream to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#copyBytes-java.io.InputStream-java.io.OutputStream-org.apache.hadoop.conf.Configuration-boolean-">copyBytes(InputStream, OutputStream, Configuration, boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Copies from one stream to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#copyBytes-java.io.InputStream-java.io.OutputStream-long-boolean-">copyBytes(InputStream, OutputStream, long, boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Copies count bytes from one stream to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#copyBytes--">copyBytes()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Get a copy of the bytes that is exactly the length of the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#copyFromLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The src file is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The src file is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile-boolean-boolean-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, boolean, Path[], Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The src files are on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile-boolean-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The src file is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#copyFromLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">The src file is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#copyFromLocalFile-boolean-boolean-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, boolean, Path[], Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">The src files are on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#copyFromLocalFile-boolean-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">The src file is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#copyFromLocalFile-boolean-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#copyFromLocalFile-boolean-boolean-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, boolean, Path[], Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#copyFromLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyFromLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#copyToken--">copyToken()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#copyToLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyToLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">The src file is under FS, and the dst is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#copyToLocalFile-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">copyToLocalFile(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">The src file is under FS, and the dst is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#copyToLocalFile-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyToLocalFile(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Copy it a file from the remote filesystem to the local one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#copyToLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyToLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Copy it a file from a remote filesystem to the local one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#copyToLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">copyToLocalFile(boolean, Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The src file is under this filesystem, and the dst is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#copyToLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyToLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">The src file is under FS, and the dst is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#copyToLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyToLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">copies the file in the har filesystem to a local file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#copyToLocalFile-boolean-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">copyToLocalFile(boolean, Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#coreServiceLaunch-org.apache.hadoop.conf.Configuration-S-java.util.List-boolean-boolean-">coreServiceLaunch(Configuration, S, List&lt;String&gt;, boolean, boolean)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Launch the service.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/CostProvider.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">CostProvider</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Used by <a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc"><code>DecayRpcScheduler</code></a> to get the cost of users' operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html#count">count</a></span> - Variable in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile">SimpleBufferedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#countDirs">countDirs</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#countDots-java.lang.String-">countDots(String)</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>
<div class="block">Counts the number of dots "." in a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#countEmptyDirs">countEmptyDirs</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsVisitor.html#counter-org.apache.hadoop.metrics2.MetricsInfo-int-">counter(MetricsInfo, int)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsVisitor.html" title="interface in org.apache.hadoop.metrics2">MetricsVisitor</a></dt>
<dd>
<div class="block">Callback for integer value counters</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsVisitor.html#counter-org.apache.hadoop.metrics2.MetricsInfo-long-">counter(MetricsInfo, long)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsVisitor.html" title="interface in org.apache.hadoop.metrics2">MetricsVisitor</a></dt>
<dd>
<div class="block">Callback for long value counters</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#counters--">counters()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatistics.html#counters--">counters()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics">IOStatistics</a></dt>
<dd>
<div class="block">Map of counters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#counters--">counters()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#countFilesMultLinks">countFilesMultLinks</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom"><span class="typeNameLink">CountingBloomFilter</span></a> - Class in <a href="org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</a></dt>
<dd>
<div class="block">Implements a <i>counting Bloom filter</i>, as defined by Fan et al.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#CountingBloomFilter--">CountingBloomFilter()</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>
<div class="block">Default constructor - use with readFields</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#CountingBloomFilter-int-int-int-">CountingBloomFilter(int, int, int)</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#countMultLinks">countMultLinks</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#countPhysicalFileCopies">countPhysicalFileCopies</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#countSingleLinks">countSingleLinks</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#create-org.apache.hadoop.fs.Path-java.util.EnumSet-org.apache.hadoop.fs.Options.CreateOpts...-">create(Path, EnumSet&lt;CreateFlag&gt;, Options.CreateOpts...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#create-org.apache.hadoop.fs.Path-java.util.EnumSet-org.apache.hadoop.fs.Options.CreateOpts...-"><code>FileContext.create(Path, EnumSet, Options.CreateOpts...)</code></a> except
that the Path f must be fully qualified and the permission is absolute
(i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.fs.Options.ChecksumOpt-">create(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable, Options.ChecksumOpt)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#create-org.apache.hadoop.fs.Path-java.util.EnumSet-org.apache.hadoop.fs.Options.CreateOpts...-">create(Path, EnumSet&lt;CreateFlag&gt;, Options.CreateOpts...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create or overwrite file on indicated path and returns an output stream for
writing into the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#create-org.apache.hadoop.fs.Path-">create(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs"><code>FSDataOutputStreamBuilder</code></a> for creating or overwriting
a file on indicated path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">create(FileSystem, Path, FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a file with the provided permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-">create(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-boolean-">create(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.util.Progressable-">create(Path, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-short-">create(Path, short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-short-org.apache.hadoop.util.Progressable-">create(Path, short, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-boolean-int-">create(Path, boolean, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-boolean-int-org.apache.hadoop.util.Progressable-">create(Path, boolean, int, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an <a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs"><code>FSDataOutputStream</code></a> at the indicated Path
with write-progress reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-boolean-int-short-long-">create(Path, boolean, int, short, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.fs.Options.ChecksumOpt-">create(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable, Options.ChecksumOpt)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the indicated Path with a custom
checksum option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.fs.Options.ChecksumOpt-">create(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable, Options.ChecksumOpt)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#create--">create()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>
<div class="block">A stream obtained via this call must be closed before using other APIs of
this class or else the invocation will block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#create--">create()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#create--">create()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Create an FSDataOutputStream at the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsCreateModes.html#create-org.apache.hadoop.fs.permission.FsPermission-org.apache.hadoop.fs.permission.FsPermission-">create(FsPermission, FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission">FsCreateModes</a></dt>
<dd>
<div class="block">Create from masked and unmasked modes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#create-org.apache.hadoop.fs.Path-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>
<div class="block">A stream obtained via this call must be closed before using other APIs of
this class or else the invocation will block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#create-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">create(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryProxy.html#create-java.lang.Class-T-org.apache.hadoop.io.retry.RetryPolicy-">create(Class&lt;T&gt;, T, RetryPolicy)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryProxy.html" title="class in org.apache.hadoop.io.retry">RetryProxy</a></dt>
<dd>
<div class="block">
Create a proxy for an interface of an implementation class
using the same retry policy for each method in the interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryProxy.html#create-java.lang.Class-org.apache.hadoop.io.retry.FailoverProxyProvider-org.apache.hadoop.io.retry.RetryPolicy-">create(Class&lt;T&gt;, FailoverProxyProvider&lt;T&gt;, RetryPolicy)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryProxy.html" title="class in org.apache.hadoop.io.retry">RetryProxy</a></dt>
<dd>
<div class="block">Create a proxy for an interface of implementations of that interface using
the given <a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="interface in org.apache.hadoop.io.retry"><code>FailoverProxyProvider</code></a> and the same retry policy for each
method in the interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryProxy.html#create-java.lang.Class-T-java.util.Map-">create(Class&lt;T&gt;, T, Map&lt;String, RetryPolicy&gt;)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryProxy.html" title="class in org.apache.hadoop.io.retry">RetryProxy</a></dt>
<dd>
<div class="block">Create a proxy for an interface of an implementation class
using the a set of retry policies specified by method name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryProxy.html#create-java.lang.Class-org.apache.hadoop.io.retry.FailoverProxyProvider-java.util.Map-org.apache.hadoop.io.retry.RetryPolicy-">create(Class&lt;T&gt;, FailoverProxyProvider&lt;T&gt;, Map&lt;String, RetryPolicy&gt;, RetryPolicy)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryProxy.html" title="class in org.apache.hadoop.io.retry">RetryProxy</a></dt>
<dd>
<div class="block">Create a proxy for an interface of implementations of that interface using
the given <a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="interface in org.apache.hadoop.io.retry"><code>FailoverProxyProvider</code></a> and the a set of retry policies
specified by method name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html#create-java.lang.String-byte:A-java.util.List-org.apache.zookeeper.CreateMode-">create(String, byte[], List&lt;ACL&gt;, CreateMode)</a></span> - Method in class org.apache.hadoop.util.curator.<a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html" title="class in org.apache.hadoop.util.curator">ZKCuratorManager.SafeTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#CREATE_ALWAYS">CREATE_ALWAYS</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#CREATE_NEW">CREATE_NEW</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#createCheckpoint--">createCheckpoint()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Create a trash checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#createCompressionStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-int-">createCompressionStream(OutputStream, Compressor, int)</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#createCompressor--">createCompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#createCompressor--">createCompressor()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#createCompressor--">createCompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#createCompressor--">createCompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#createCompressor--">createCompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#createCompressor--">createCompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#createCompressor--">createCompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#createCompressor--">createCompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#createConfiguration--">createConfiguration()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Override point: create the base configuration for the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#createCredentialEntry-java.lang.String-char:A-">createCredentialEntry(String, char[])</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">Create a new credential.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#createDataFileReader-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Reader.Option...-">createDataFileReader(Path, Configuration, SequenceFile.Reader.Option...)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Override this method to specialize the type of
<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io"><code>SequenceFile.Reader</code></a> returned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createDataOutputStreamBuilder-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">createDataOutputStreamBuilder(FileSystem, Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create instance of the standard FSDataOutputStreamBuilder for the
given filesystem and path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/codec/DummyErasureCodec.html#createDecoder--">createDecoder()</a></span> - Method in class org.apache.hadoop.io.erasurecode.codec.<a href="org/apache/hadoop/io/erasurecode/codec/DummyErasureCodec.html" title="class in org.apache.hadoop.io.erasurecode.codec">DummyErasureCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#createDecompressionStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-int-">createDecompressionStream(InputStream, Decompressor, int)</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#createDecompressor--">createDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#createDecompressor--">createDecompressor()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#createDecompressor--">createDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#createDecompressor--">createDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#createDecompressor--">createDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#createDecompressor--">createDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#createDecompressor--">createDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#createDecompressor--">createDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#createDirectDecompressor--">createDirectDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/DirectDecompressor.html" title="interface in org.apache.hadoop.io.compress"><code>DirectDecompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/DirectDecompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>DirectDecompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DirectDecompressionCodec.html#createDirectDecompressor--">createDirectDecompressor()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DirectDecompressionCodec.html" title="interface in org.apache.hadoop.io.compress">DirectDecompressionCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/DirectDecompressor.html" title="interface in org.apache.hadoop.io.compress"><code>DirectDecompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/DirectDecompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>DirectDecompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#createDirectDecompressor--">createDirectDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#createDirectDecompressor--">createDirectDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/hadoop/io/compress/DirectDecompressor.html" title="interface in org.apache.hadoop.io.compress"><code>DirectDecompressor</code></a> for use by this <a href="org/apache/hadoop/io/compress/DirectDecompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>DirectDecompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#createDirectDecompressor--">createDirectDecompressor()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#createDirectoryWithMode-java.io.File-int-">createDirectoryWithMode(File, int)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>
<div class="block">Create a directory with permissions set to the specified mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#createDisabled--">createDisabled()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>
<div class="block">Create a ChecksumOpts that disables checksum</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/codec/DummyErasureCodec.html#createEncoder--">createEncoder()</a></span> - Method in class org.apache.hadoop.io.erasurecode.codec.<a href="org/apache/hadoop/io/erasurecode/codec/DummyErasureCodec.html" title="class in org.apache.hadoop.io.erasurecode.codec">DummyErasureCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#createFile-org.apache.hadoop.fs.Path-">createFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">This is overridden to ensure that this class's create() method is
ultimately called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createFile-org.apache.hadoop.fs.Path-">createFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a new FSDataOutputStreamBuilder for the file with path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#createFile-org.apache.hadoop.fs.Path-">createFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#createFile-org.apache.hadoop.fs.Path-">createFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#createFile-java.lang.String-long-long-long-">createFile(String, long, long, long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>
<div class="block">Wrapper around CreateFile() on Windows</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#createFileOutputStreamWithMode-java.io.File-boolean-int-">createFileOutputStreamWithMode(File, boolean, int)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>
<div class="block">Create a file for write with permissions set to the specified mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#createFileSystem-java.net.URI-org.apache.hadoop.conf.Configuration-">createFileSystem(URI, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Create a file system instance for the specified uri using the conf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilterInitializer.html#createFilterConfig-org.apache.hadoop.conf.Configuration-">createFilterConfig(Configuration)</a></span> - Method in class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/CreateFlag.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">CreateFlag</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">CreateFlag specifies the file create semantic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html#createForDecryption-java.lang.String-java.lang.String-byte:A-byte:A-">createForDecryption(String, String, byte[], byte[])</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.EncryptedKeyVersion</a></dt>
<dd>
<div class="block">Factory method to create a new EncryptedKeyVersion that can then be
passed into <code>KeyProviderCryptoExtension.decryptEncryptedKey(org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#createForWrite-java.io.File-int-">createForWrite(File, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>
<div class="block">Open the specified File for write access, ensuring that it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#createGenericOptionsParser-org.apache.hadoop.conf.Configuration-java.lang.String:A-">createGenericOptionsParser(Configuration, String[])</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Override point: create a generic options parser or subclass thereof.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.html#createHardLink-java.io.File-java.io.File-">createHardLink(File, File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.html" title="class in org.apache.hadoop.fs">HardLink</a></dt>
<dd>
<div class="block">Creates a hardlink</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.html#createHardLinkMult-java.io.File-java.lang.String:A-java.io.File-">createHardLinkMult(File, String[], File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.html" title="class in org.apache.hadoop.fs">HardLink</a></dt>
<dd>
<div class="block">Creates hardlinks from multiple existing files within one parent
directory, into one target directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#createIdentifier--">createIdentifier()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">Create an empty token identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#createImmutable-short-">createImmutable(short)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Create an immutable <a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission"><code>FsPermission</code></a> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
input stream and return a stream for uncompressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a>, and return a
stream for uncompressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-long-long-org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE-">createInputStream(InputStream, Decompressor, long, long, SplittableCompressionCodec.READ_MODE)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Creates CompressionInputStream to be used to read off uncompressed data
in one of the two reading modes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-long-long-org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE-">createInputStream(InputStream, Decompressor, long, long, SplittableCompressionCodec.READ_MODE)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.html" title="interface in org.apache.hadoop.io.compress">SplittableCompressionCodec</a></dt>
<dd>
<div class="block">Create a stream as dictated by the readMode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#createInputStream-java.io.InputStream-">createInputStream(InputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#createInputStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">createInputStream(InputStream, Decompressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> that will read from the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#createInternal-org.apache.hadoop.fs.Path-java.util.EnumSet-org.apache.hadoop.fs.permission.FsPermission-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.fs.Options.ChecksumOpt-boolean-">createInternal(Path, EnumSet&lt;CreateFlag&gt;, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/AbstractFileSystem.html#create-org.apache.hadoop.fs.Path-java.util.EnumSet-org.apache.hadoop.fs.Options.CreateOpts...-"><code>AbstractFileSystem.create(Path, EnumSet, Options.CreateOpts...)</code></a> except that the opts
have been declared explicitly.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#createInternal-org.apache.hadoop.fs.Path-java.util.EnumSet-org.apache.hadoop.fs.permission.FsPermission-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.fs.Options.ChecksumOpt-boolean-">createInternal(Path, EnumSet&lt;CreateFlag&gt;, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MultipleIOException.html#createIOException-java.util.List-">createIOException(List&lt;IOException&gt;)</a></span> - Static method in exception org.apache.hadoop.io.<a href="org/apache/hadoop/io/MultipleIOException.html" title="class in org.apache.hadoop.io">MultipleIOException</a></dt>
<dd>
<div class="block">A convenient method to create an <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#createJarWithClassPath-java.lang.String-org.apache.hadoop.fs.Path-java.util.Map-">createJarWithClassPath(String, Path, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#createJarWithClassPath-java.lang.String-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-java.util.Map-">createJarWithClassPath(String, Path, Path, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Create a jar file at the given path, containing a manifest with a classpath
that references all specified entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#createKey-java.lang.String-byte:A-org.apache.hadoop.crypto.key.KeyProvider.Options-">createKey(String, byte[], KeyProvider.Options)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Create a new key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#createKey-java.lang.String-org.apache.hadoop.crypto.key.KeyProvider.Options-">createKey(String, KeyProvider.Options)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Create a new key generating the material for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#createKey-java.lang.String-org.apache.hadoop.crypto.key.KeyProvider.Options-">createKey(String, KeyProvider.Options)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#createKey-java.lang.String-byte:A-org.apache.hadoop.crypto.key.KeyProvider.Options-">createKey(String, byte[], KeyProvider.Options)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#createKey-java.lang.String-byte:A-org.apache.hadoop.crypto.key.KeyProvider.Options-">createKey(String, byte[], KeyProvider.Options)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#createKey-java.lang.String-org.apache.hadoop.crypto.key.KeyProvider.Options-">createKey(String, KeyProvider.Options)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.html#createKeyProviderDelegationTokenExtension-org.apache.hadoop.crypto.key.KeyProvider-">createKeyProviderDelegationTokenExtension(KeyProvider)</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderDelegationTokenExtension</a></dt>
<dd>
<div class="block">Creates a <code>KeyProviderDelegationTokenExtension</code> using a given
<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key"><code>KeyProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#createLocalTempFile-java.io.File-java.lang.String-boolean-">createLocalTempFile(File, String, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Create a tmp file for a base file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#createMultipartUploader-org.apache.hadoop.fs.Path-">createMultipartUploader(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Create a multipart uploader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#createMultipartUploader-org.apache.hadoop.fs.Path-">createMultipartUploader(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a multipart uploader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createMultipartUploader-org.apache.hadoop.fs.Path-">createMultipartUploader(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a multipart uploader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createNewFile-org.apache.hadoop.fs.Path-">createNewFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Creates the given Path as a brand-new zero-length file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-boolean-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Opens an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Opens an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Opens an FSDataOutputStream at the indicated Path with write-progress
reporting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-boolean-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#createNonRecursive-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-">createNonRecursive(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#createOptions--">createOptions()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Override point: create an options instance to combine with the
standard options set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#createOutputStream-org.apache.hadoop.fs.Path-boolean-">createOutputStream(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#createOutputStream-java.io.OutputStream-">createOutputStream(OutputStream)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#createOutputStream-java.io.OutputStream-org.apache.hadoop.io.compress.Compressor-">createOutputStream(OutputStream, Compressor)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionOutputStream</code></a> that will write to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> with the given <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#createOutputStreamWithMode-org.apache.hadoop.fs.Path-boolean-org.apache.hadoop.fs.permission.FsPermission-">createOutputStreamWithMode(Path, boolean, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#createParent--">createParent()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.CreateParent.html#CreateParent-boolean-">CreateParent(boolean)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.CreateParent.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.CreateParent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#createPassword-TokenIdent-">createPassword(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#createPassword-T-">createPassword(T)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">Create the password for the given identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#createPassword-byte:A-javax.crypto.SecretKey-">createPassword(byte[], SecretKey)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">Compute HMAC of the identifier using the secret key and return the
output as password</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createPathHandle-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.Options.HandleOpt...-">createPathHandle(FileStatus, Options.HandleOpt...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Hook to implement support for <a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs"><code>PathHandle</code></a> operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#createPathHandle-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.Options.HandleOpt...-">createPathHandle(FileStatus, Options.HandleOpt...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#createPathHandle-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.Options.HandleOpt...-">createPathHandle(FileStatus, Options.HandleOpt...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#createPathHandle-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.Options.HandleOpt...-">createPathHandle(FileStatus, Options.HandleOpt...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Hook to implement support for <a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs"><code>PathHandle</code></a> operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.crypto.key">JavaKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html" title="class in org.apache.hadoop.crypto.key">KeyProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.Factory.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.Factory</a></dt>
<dd>
<div class="block">This provider expects URIs in the following form :
kms://&lt;PROTO&gt;@&lt;AUTHORITY&gt;/&lt;PATH&gt;
where :
- PROTO = http or https
- AUTHORITY = &lt;HOSTS&gt;[:&lt;PORT&gt;]
- HOSTS = &lt;HOSTNAME&gt;[;&lt;HOSTS&gt;]
- HOSTNAME = string
- PORT = integer
This will always create a <a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms"><code>LoadBalancingKMSClientProvider</code></a>
if the uri is correct.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/UserProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/UserProvider.Factory.html" title="class in org.apache.hadoop.crypto.key">UserProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/BouncyCastleFipsKeyStoreProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/BouncyCastleFipsKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">BouncyCastleFipsKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html" title="class in org.apache.hadoop.security.alias">CredentialProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/JavaKeyStoreProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/JavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">JavaKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/LocalBouncyCastleFipsKeyStoreProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/LocalBouncyCastleFipsKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">LocalBouncyCastleFipsKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/LocalJavaKeyStoreProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/LocalJavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">LocalJavaKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/UserProvider.Factory.html#createProvider-java.net.URI-org.apache.hadoop.conf.Configuration-">createProvider(URI, Configuration)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/UserProvider.Factory.html" title="class in org.apache.hadoop.security.alias">UserProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#createProxyUser-java.lang.String-org.apache.hadoop.security.UserGroupInformation-">createProxyUser(String, UserGroupInformation)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Create a proxy user using username of the effective user and the ugi of the
real user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#createProxyUserForTesting-java.lang.String-org.apache.hadoop.security.UserGroupInformation-java.lang.String:A-">createProxyUserForTesting(String, UserGroupInformation, String[])</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Create a proxy user UGI for testing HDFS and MapReduce</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#createRemoteUser-java.lang.String-">createRemoteUser(String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Create a user from a login name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#createRemoteUser-java.lang.String-org.apache.hadoop.security.SaslRpcServer.AuthMethod-">createRemoteUser(String, SaslRpcServer.AuthMethod)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Create a user from a login name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPlainServer.SaslPlainServerFactory.html#createSaslServer-java.lang.String-java.lang.String-java.lang.String-java.util.Map-javax.security.auth.callback.CallbackHandler-">createSaslServer(String, String, String, Map&lt;String, ?&gt;, CallbackHandler)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPlainServer.SaslPlainServerFactory.html" title="class in org.apache.hadoop.security">SaslPlainServer.SaslPlainServerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScanner--">createScanner()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get a scanner than can scan the whole TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScanner-byte:A-byte:A-">createScanner(byte[], byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScannerByKey-byte:A-byte:A-"><code>TFile.Reader.createScannerByKey(byte[], byte[])</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScanner-org.apache.hadoop.io.file.tfile.RawComparable-org.apache.hadoop.io.file.tfile.RawComparable-">createScanner(RawComparable, RawComparable)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScannerByKey-org.apache.hadoop.io.file.tfile.RawComparable-org.apache.hadoop.io.file.tfile.RawComparable-"><code>TFile.Reader.createScannerByKey(RawComparable, RawComparable)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScannerByByteRange-long-long-">createScannerByByteRange(long, long)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get a scanner that covers a portion of TFile based on byte offsets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScannerByKey-byte:A-byte:A-">createScannerByKey(byte[], byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get a scanner that covers a portion of TFile based on keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScannerByKey-org.apache.hadoop.io.file.tfile.RawComparable-org.apache.hadoop.io.file.tfile.RawComparable-">createScannerByKey(RawComparable, RawComparable)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get a scanner that covers a specific key range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#createScannerByRecordNum-long-long-">createScannerByRecordNum(long, long)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Create a scanner that covers a range of records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#createSecretKey-byte:A-">createSecretKey(byte[])</a></span> - Static method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Convert the byte[] to a secret key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#createSecretKey-byte:A-">createSecretKey(byte[])</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">Convert the byte[] to a secret key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#createSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">createSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#createSnapshot-org.apache.hadoop.fs.Path-java.lang.String-"><code>FileContext.createSnapshot(Path, String)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#createSnapshot-org.apache.hadoop.fs.Path-">createSnapshot(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a snapshot with a default name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#createSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">createSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createSnapshot-org.apache.hadoop.fs.Path-">createSnapshot(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a snapshot with a default name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">createSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#createSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">createSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#createSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">createSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#createSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">createSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html#createSocket--">createSocket()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink.StatsD</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#createSocket--">createSocket()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#createSocket-java.net.InetAddress-int-">createSocket(InetAddress, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#createSocket-java.net.InetAddress-int-java.net.InetAddress-int-">createSocket(InetAddress, int, InetAddress, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#createSocket-java.lang.String-int-">createSocket(String, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#createSocket-java.lang.String-int-java.net.InetAddress-int-">createSocket(String, int, InetAddress, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#createSocket--">createSocket()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#createSocket-java.net.InetAddress-int-">createSocket(InetAddress, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#createSocket-java.net.InetAddress-int-java.net.InetAddress-int-">createSocket(InetAddress, int, InetAddress, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#createSocket-java.lang.String-int-">createSocket(String, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#createSocket-java.lang.String-int-java.net.InetAddress-int-">createSocket(String, int, InetAddress, int)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#createSocket--">createSocket()</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#createSocket-java.net.Socket-java.lang.String-int-boolean-">createSocket(Socket, String, int, boolean)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#createSocket-java.net.InetAddress-int-java.net.InetAddress-int-">createSocket(InetAddress, int, InetAddress, int)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#createSocket-java.lang.String-int-java.net.InetAddress-int-">createSocket(String, int, InetAddress, int)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#createSocket-java.net.InetAddress-int-">createSocket(InetAddress, int)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#createSocket-java.lang.String-int-">createSocket(String, int)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">createSymlink(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-"><code>FileContext.createSymlink(Path, Path, boolean)</code></a>;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">createSymlink(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Creates a symbolic link to an existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">createSymlink(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/FileContext.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-"><code>FileContext.createSymlink(Path, Path, boolean)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">createSymlink(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">createSymlink(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">createSymlink(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#createSymlink-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">createSymlink(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#createUserForTesting-java.lang.String-java.lang.String:A-">createUserForTesting(String, String[])</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Create a UGI for testing HDFS and MapReduce</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#createValueBytes--">createValueBytes()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-">createWriter(Configuration, SequenceFile.Writer.Option...)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block">Create a new Writer with the given options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-">createWriter(FileSystem, Configuration, Path, Class, Class)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-">createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.util.Progressable-">createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, Progressable)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-">createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.util.Progressable-org.apache.hadoop.io.SequenceFile.Metadata-">createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, Progressable, SequenceFile.Metadata)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-int-short-long-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.util.Progressable-org.apache.hadoop.io.SequenceFile.Metadata-">createWriter(FileSystem, Configuration, Path, Class, Class, int, short, long, SequenceFile.CompressionType, CompressionCodec, Progressable, SequenceFile.Metadata)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-int-short-long-boolean-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.io.SequenceFile.Metadata-">createWriter(FileSystem, Configuration, Path, Class, Class, int, short, long, boolean, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileContext-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.io.SequenceFile.Metadata-java.util.EnumSet-org.apache.hadoop.fs.Options.CreateOpts...-">createWriter(FileContext, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata, EnumSet&lt;CreateFlag&gt;, Options.CreateOpts...)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block">Construct the preferred type of SequenceFile Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.util.Progressable-">createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, Progressable)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FSDataOutputStream-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.io.SequenceFile.Metadata-">createWriter(Configuration, FSDataOutputStream, Class, Class, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FSDataOutputStream-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-">createWriter(Configuration, FSDataOutputStream, Class, Class, SequenceFile.CompressionType, CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html#CREDENTIAL_PROVIDER_PATH">CREDENTIAL_PROVIDER_PATH</a></span> - Static variable in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html" title="class in org.apache.hadoop.security.alias">CredentialProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html#CredentialEntry-java.lang.String-char:A-">CredentialEntry(String, char[])</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html" title="class in org.apache.hadoop.security.alias">CredentialProvider.CredentialEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">CredentialProvider</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">A provider of credentials or password for Hadoop applications.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#CredentialProvider--">CredentialProvider()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">CredentialProvider.CredentialEntry</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">The combination of both the alias and the actual credential value.</div>
</dd>
<dt><a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">CredentialProviderFactory</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">A factory to create a list of CredentialProvider based on the path given in a
Configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html#CredentialProviderFactory--">CredentialProviderFactory()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html" title="class in org.apache.hadoop.security.alias">CredentialProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">Credentials</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">A class that provides the facilities of reading and writing
secret keys and Tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#Credentials--">Credentials()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Create an empty credentials instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#Credentials-org.apache.hadoop.security.Credentials-">Credentials(Credentials)</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Create a copy of the given credentials.</div>
</dd>
<dt><a href="org/apache/hadoop/security/Credentials.SerializedFormat.html" title="enum in org.apache.hadoop.security"><span class="typeNameLink">Credentials.SerializedFormat</span></a> - Enum in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">CredentialShell</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">This program is the CLI utility for the CredentialProvider facilities in
Hadoop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#CredentialShell--">CredentialShell()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/CredentialShell.PasswordReader.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">CredentialShell.PasswordReader</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">To facilitate testing since Console is a final class.</div>
</dd>
<dt><a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http"><span class="typeNameLink">CrossOriginFilter</span></a> - Class in <a href="org/apache/hadoop/security/http/package-summary.html">org.apache.hadoop.security.http</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#CrossOriginFilter--">CrossOriginFilter()</a></span> - Constructor for class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/crypto/CryptoFSDataInputStream.html" title="class in org.apache.hadoop.fs.crypto"><span class="typeNameLink">CryptoFSDataInputStream</span></a> - Class in <a href="org/apache/hadoop/fs/crypto/package-summary.html">org.apache.hadoop.fs.crypto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/crypto/CryptoFSDataInputStream.html#CryptoFSDataInputStream-org.apache.hadoop.fs.FSDataInputStream-org.apache.hadoop.crypto.CryptoCodec-int-byte:A-byte:A-">CryptoFSDataInputStream(FSDataInputStream, CryptoCodec, int, byte[], byte[])</a></span> - Constructor for class org.apache.hadoop.fs.crypto.<a href="org/apache/hadoop/fs/crypto/CryptoFSDataInputStream.html" title="class in org.apache.hadoop.fs.crypto">CryptoFSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/crypto/CryptoFSDataInputStream.html#CryptoFSDataInputStream-org.apache.hadoop.fs.FSDataInputStream-org.apache.hadoop.crypto.CryptoCodec-byte:A-byte:A-">CryptoFSDataInputStream(FSDataInputStream, CryptoCodec, byte[], byte[])</a></span> - Constructor for class org.apache.hadoop.fs.crypto.<a href="org/apache/hadoop/fs/crypto/CryptoFSDataInputStream.html" title="class in org.apache.hadoop.fs.crypto">CryptoFSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html" title="class in org.apache.hadoop.fs.crypto"><span class="typeNameLink">CryptoFSDataOutputStream</span></a> - Class in <a href="org/apache/hadoop/fs/crypto/package-summary.html">org.apache.hadoop.fs.crypto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html#CryptoFSDataOutputStream-org.apache.hadoop.fs.FSDataOutputStream-org.apache.hadoop.crypto.CryptoCodec-int-byte:A-byte:A-">CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, int, byte[], byte[])</a></span> - Constructor for class org.apache.hadoop.fs.crypto.<a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html" title="class in org.apache.hadoop.fs.crypto">CryptoFSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html#CryptoFSDataOutputStream-org.apache.hadoop.fs.FSDataOutputStream-org.apache.hadoop.crypto.CryptoCodec-int-byte:A-byte:A-boolean-">CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, int, byte[], byte[], boolean)</a></span> - Constructor for class org.apache.hadoop.fs.crypto.<a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html" title="class in org.apache.hadoop.fs.crypto">CryptoFSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html#CryptoFSDataOutputStream-org.apache.hadoop.fs.FSDataOutputStream-org.apache.hadoop.crypto.CryptoCodec-byte:A-byte:A-">CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, byte[], byte[])</a></span> - Constructor for class org.apache.hadoop.fs.crypto.<a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html" title="class in org.apache.hadoop.fs.crypto">CryptoFSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#CUR_DIR">CUR_DIR</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">The current directory, ".".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html#currentConfig--">currentConfig()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html" title="interface in org.apache.hadoop.metrics2">MetricsSystemMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#currentId">currentId</a></span> - Variable in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Access to currentId is protected by this object lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#currentTokens">currentTokens</a></span> - Variable in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Cache of currently valid tokens, mapping from DelegationTokenIdentifier
to DelegationTokenInformation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#CUSTOM_HEADER_PARAM">CUSTOM_HEADER_PARAM</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html#CUSTOM_HEADER_PARAM">CUSTOM_HEADER_PARAM</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#CUSTOM_METHODS_TO_IGNORE_PARAM">CUSTOM_METHODS_TO_IGNORE_PARAM</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#CustomProto--">CustomProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#CustomProto--">CustomProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.html#DATA_FILE_NAME">DATA_FILE_NAME</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io">MapFile</a></dt>
<dd>
<div class="block">The name of the data file.</div>
</dd>
<dt><a href="org/apache/hadoop/util/DataChecksum.Type.html" title="enum in org.apache.hadoop.util"><span class="typeNameLink">DataChecksum.Type</span></a> - Enum in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">The checksum types</div>
</dd>
<dt><a href="org/apache/hadoop/io/DataInputByteBuffer.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">DataInputByteBuffer</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataInputByteBuffer.html#DataInputByteBuffer--">DataInputByteBuffer()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataInputByteBuffer.html" title="class in org.apache.hadoop.io">DataInputByteBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/DataOutputOutputStream.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">DataOutputOutputStream</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">OutputStream implementation that wraps a DataOutput.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#DATE">DATE</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">DecayRpcScheduler</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">The decay RPC scheduler tracks the cost of incoming requests in a map, then
decays the costs at a fixed time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#DecayRpcScheduler-int-java.lang.String-org.apache.hadoop.conf.Configuration-">DecayRpcScheduler(int, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block">Create a decay scheduler.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/DecayRpcScheduler.DecayTask.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">DecayRpcScheduler.DecayTask</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">This TimerTask will call decayCurrentCosts until
the scheduler has been garbage collected.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">DecayRpcScheduler.MetricsProxy</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">MetricsProxy is a singleton because we may init multiple schedulers and we
want to clean up resources when a new scheduler replaces the old one.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">DecayRpcSchedulerMXBean</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Provides metrics for Decay scheduler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#DECAYSCHEDULER_METRICS_TOP_USER_COUNT">DECAYSCHEDULER_METRICS_TOP_USER_COUNT</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#DECAYSCHEDULER_METRICS_TOP_USER_COUNT_DEFAULT">DECAYSCHEDULER_METRICS_TOP_USER_COUNT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#DECAYSCHEDULER_UNKNOWN_IDENTITY">DECAYSCHEDULER_UNKNOWN_IDENTITY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.DecayTask.html#DecayTask-org.apache.hadoop.ipc.DecayRpcScheduler-java.util.Timer-">DecayTask(DecayRpcScheduler, Timer)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.DecayTask.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.DecayTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#DECLARINGCLASSPROTOCOLNAME_FIELD_NUMBER">DECLARINGCLASSPROTOCOLNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#DECLARINGCLASSPROTOCOLNAME_FIELD_NUMBER">DECLARINGCLASSPROTOCOLNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#decode-byte:A-">decode(byte[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Converts the provided byte array to a String using the
UTF-8 encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#decode-byte:A-int-int-">decode(byte[], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#decode-byte:A-int-int-boolean-">decode(byte[], int, int, boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Converts the provided byte array to a String using the
UTF-8 encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#decodeFromUrlString-java.lang.String-">decodeFromUrlString(String)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Decode the given url safe string into this token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#decodeIdentifier--">decodeIdentifier()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Get the token identifier object, or null if it could not be constructed
(because the class could not be loaded, for example).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#decodeTokenIdentifier-org.apache.hadoop.security.token.Token-">decodeTokenIdentifier(Token&lt;TokenIdent&gt;)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Decode the token identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/XAttrCodec.html#decodeValue-java.lang.String-">decodeValue(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/XAttrCodec.html" title="enum in org.apache.hadoop.fs">XAttrCodec</a></dt>
<dd>
<div class="block">Decode string representation of a value and check whether it's
encoded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#decodeVIntSize-byte-">decodeVIntSize(byte)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Parse the first byte of a vint/vlong to determine the number of bytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Fills specified buffer with uncompressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DirectDecompressor.html#decompress-java.nio.ByteBuffer-java.nio.ByteBuffer-">decompress(ByteBuffer, ByteBuffer)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DirectDecompressor.html" title="interface in org.apache.hadoop.io.compress">DirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Fills specified buffer with uncompressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Fills specified buffer with uncompressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html#decompress-java.nio.ByteBuffer-java.nio.ByteBuffer-">decompress(ByteBuffer, ByteBuffer)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor.SnappyDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor.SnappyDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>
<div class="block">Decompress the data (gzip header, deflate stream, gzip trailer) in the
provided buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibInflater.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibInflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibInflater</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html#decompress-java.nio.ByteBuffer-java.nio.ByteBuffer-">decompress(ByteBuffer, ByteBuffer)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.ZlibDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.ZlibDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html#decompress-java.nio.ByteBuffer-java.nio.ByteBuffer-">decompress(ByteBuffer, ByteBuffer)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor.ZStandardDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html#decompress-byte:A-int-int-">decompress(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor.ZStandardDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><span class="typeNameLink">Decompressor</span></a> - Interface in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">Specification of a stream-based 'de-compressor' which can be
plugged into a <a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><code>CompressionInputStream</code></a> to compress data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#decompressor">decompressor</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">DecompressorStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#DecompressorStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-int-">DecompressorStream(InputStream, Decompressor, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#DecompressorStream-java.io.InputStream-org.apache.hadoop.io.compress.Decompressor-">DecompressorStream(InputStream, Decompressor)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#DecompressorStream-java.io.InputStream-">DecompressorStream(InputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>
<div class="block">Allow derived classes to directly set the underlying stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGauge.html#decr--">decr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGauge.html" title="class in org.apache.hadoop.metrics2.lib">MutableGauge</a></dt>
<dd>
<div class="block">Decrement the value of the metric by 1</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html#decr--">decr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#decr--">decr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#decr-int-">decr(int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>
<div class="block">decrement by delta</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#decr--">decr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#decr-long-">decr(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>
<div class="block">decrement by delta</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.DecreasingComparator.html#DecreasingComparator--">DecreasingComparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.DecreasingComparator.html" title="class in org.apache.hadoop.io">LongWritable.DecreasingComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html#decryptEncryptedKey-org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion-">decryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.CryptoExtension</a></dt>
<dd>
<div class="block">Decrypts an encrypted byte[] key material using the given key version
name and initialization vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#decryptEncryptedKey-org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion-">decryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#DEFAULT">DEFAULT</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#DEFAULT_BITLENGTH">DEFAULT_BITLENGTH</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#DEFAULT_BITLENGTH_NAME">DEFAULT_BITLENGTH_NAME</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#DEFAULT_BLOCK_SIZE">DEFAULT_BLOCK_SIZE</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#DEFAULT_BLOCK_SIZE">DEFAULT_BLOCK_SIZE</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#DEFAULT_BUFFER_SIZE">DEFAULT_BUFFER_SIZE</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#DEFAULT_BUFFER_SIZE">DEFAULT_BUFFER_SIZE</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#DEFAULT_CIPHER">DEFAULT_CIPHER</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#DEFAULT_CIPHER_NAME">DEFAULT_CIPHER_NAME</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecConstants.html#DEFAULT_CODEC_EXTENSION">DEFAULT_CODEC_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress">CodecConstants</a></dt>
<dd>
<div class="block">Default extension for <a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress"><code>DefaultCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#DEFAULT_CONFIGS">DEFAULT_CONFIGS</a></span> - Static variable in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">List of the standard configurations to create (and so load in properties).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#DEFAULT_DMAX">DEFAULT_DMAX</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#DEFAULT_EXTENSION">DEFAULT_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>
<div class="block">This default extension is here so that if no extension has been defined,
some value is still returned: ".passthrough"..</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#DEFAULT_FS">DEFAULT_FS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#DEFAULT_MAX_LEN">DEFAULT_MAX_LEN</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#DEFAULT_MULTICAST_ENABLED">DEFAULT_MULTICAST_ENABLED</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#DEFAULT_MULTICAST_TTL">DEFAULT_MULTICAST_TTL</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#DEFAULT_PERM">DEFAULT_PERM</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Default permission for directory and symlink
In previous versions, this default permission was also used to
create files, so files created end up with ugo+x permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#DEFAULT_PORT">DEFAULT_PORT</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#DEFAULT_SLOPE">DEFAULT_SLOPE</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#DEFAULT_TIMEOUT">DEFAULT_TIMEOUT</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#DEFAULT_TMAX">DEFAULT_TMAX</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#DEFAULT_UMASK">DEFAULT_UMASK</a></span> - Static variable in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#DEFAULT_UNITS">DEFAULT_UNITS</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">DefaultCodec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#DefaultCodec--">DefaultCodec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/DefaultCostProvider.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">DefaultCostProvider</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Ignores process details and returns a constant value for each call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultCostProvider.html#DefaultCostProvider--">DefaultCostProvider()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultCostProvider.html" title="class in org.apache.hadoop.ipc">DefaultCostProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">DefaultFailoverProxyProvider</span></a>&lt;<a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html" title="type parameter in DefaultFailoverProxyProvider">T</a>&gt; - Class in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">An implementation of <a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="interface in org.apache.hadoop.io.retry"><code>FailoverProxyProvider</code></a> which does nothing in the
event of failover, and always returns the same proxy object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html#DefaultFailoverProxyProvider-java.lang.Class-T-">DefaultFailoverProxyProvider(Class&lt;T&gt;, T)</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html" title="class in org.apache.hadoop.io.retry">DefaultFailoverProxyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize"><span class="typeNameLink">DefaultImpersonationProvider</span></a> - Class in <a href="org/apache/hadoop/security/authorize/package-summary.html">org.apache.hadoop.security.authorize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#DefaultImpersonationProvider--">DefaultImpersonationProvider()</a></span> - Constructor for class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">DefaultMetricsSystem</span></a> - Enum in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">The default metrics system singleton.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshRegistry.html#defaultRegistry--">defaultRegistry()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc">RefreshRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">DefaultRpcScheduler</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">No op default RPC scheduler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html#DefaultRpcScheduler-int-java.lang.String-org.apache.hadoop.conf.Configuration-">DefaultRpcScheduler(int, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html" title="class in org.apache.hadoop.ipc">DefaultRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">DefaultStringifier</span></a>&lt;<a href="org/apache/hadoop/io/DefaultStringifier.html" title="type parameter in DefaultStringifier">T</a>&gt; - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">DefaultStringifier is the default implementation of the <a href="org/apache/hadoop/io/Stringifier.html" title="interface in org.apache.hadoop.io"><code>Stringifier</code></a>
interface which stringifies the objects using base64 encoding of the
serialized version of the objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#DefaultStringifier-org.apache.hadoop.conf.Configuration-java.lang.Class-">DefaultStringifier(Configuration, Class&lt;T&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#deferResponse--">deferResponse()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#define-java.lang.Class-org.apache.hadoop.io.WritableComparator-">define(Class, WritableComparator)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Register an optimized comparator for a <a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io"><code>WritableComparable</code></a>
implementation.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/DeflateCodec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">DeflateCodec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">Alias class for DefaultCodec to enable codec discovery by 'deflate' name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DeflateCodec.html#DeflateCodec--">DeflateCodec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DeflateCodec.html" title="class in org.apache.hadoop.io.compress">DeflateCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#delayMillis">delayMillis</a></span> - Variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl"><span class="typeNameLink">DelegatingSSLSocketFactory</span></a> - Class in <a href="org/apache/hadoop/security/ssl/package-summary.html">org.apache.hadoop.security.ssl</a></dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSocketFactory.html?is-external=true" title="class or interface in javax.net.ssl"><code>SSLSocketFactory</code></a> that can delegate to various SSL implementations.</div>
</dd>
<dt><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.SSLChannelMode.html" title="enum in org.apache.hadoop.security.ssl"><span class="typeNameLink">DelegatingSSLSocketFactory.SSLChannelMode</span></a> - Enum in <a href="org/apache/hadoop/security/ssl/package-summary.html">org.apache.hadoop.security.ssl</a></dt>
<dd>
<div class="block">Default indicates Ordered, preferred OpenSSL, if failed to load then fall
back to Default_JSSE.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#DELEGATION_PARAM">DELEGATION_PARAM</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#DELEGATION_TOKEN_HEADER">DELEGATION_TOKEN_HEADER</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#DELEGATION_TOKEN_JSON">DELEGATION_TOKEN_JSON</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#DELEGATION_TOKEN_URL_STRING_JSON">DELEGATION_TOKEN_URL_STRING_JSON</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#DELEGATION_TOKENS_ISSUED">DELEGATION_TOKENS_ISSUED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"delegation_tokens_issued".</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web"><span class="typeNameLink">DelegationTokenAuthenticatedURL</span></a> - Class in <a href="org/apache/hadoop/security/token/delegation/web/package-summary.html">org.apache.hadoop.security.token.delegation.web</a></dt>
<dd>
<div class="block">The <code>DelegationTokenAuthenticatedURL</code> is a
<code>AuthenticatedURL</code> sub-class with built-in Hadoop Delegation Token
functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#DelegationTokenAuthenticatedURL--">DelegationTokenAuthenticatedURL()</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Creates an <code>DelegationTokenAuthenticatedURL</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#DelegationTokenAuthenticatedURL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator-">DelegationTokenAuthenticatedURL(DelegationTokenAuthenticator)</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Creates an <code>DelegationTokenAuthenticatedURL</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#DelegationTokenAuthenticatedURL-org.apache.hadoop.security.authentication.client.ConnectionConfigurator-">DelegationTokenAuthenticatedURL(ConnectionConfigurator)</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Creates an <code>DelegationTokenAuthenticatedURL</code> using the default
<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web"><code>DelegationTokenAuthenticator</code></a> class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#DelegationTokenAuthenticatedURL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator-org.apache.hadoop.security.authentication.client.ConnectionConfigurator-">DelegationTokenAuthenticatedURL(DelegationTokenAuthenticator, ConnectionConfigurator)</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Creates an <code>DelegationTokenAuthenticatedURL</code>.</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html" title="class in org.apache.hadoop.security.token.delegation.web"><span class="typeNameLink">DelegationTokenAuthenticatedURL.Token</span></a> - Class in <a href="org/apache/hadoop/security/token/delegation/web/package-summary.html">org.apache.hadoop.security.token.delegation.web</a></dt>
<dd>
<div class="block">Client side authentication token that handles Delegation Tokens.</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web"><span class="typeNameLink">DelegationTokenAuthenticator</span></a> - Class in <a href="org/apache/hadoop/security/token/delegation/web/package-summary.html">org.apache.hadoop.security.token.delegation.web</a></dt>
<dd>
<div class="block"><code>Authenticator</code> wrapper that enhances an <code>Authenticator</code> with
Delegation Token support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#DelegationTokenAuthenticator-org.apache.hadoop.security.authentication.client.Authenticator-">DelegationTokenAuthenticator(Authenticator)</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html#DelegationTokenInformation-long-byte:A-">DelegationTokenInformation(long, byte[])</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager.DelegationTokenInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html#DelegationTokenInformation-long-byte:A-java.lang.String-">DelegationTokenInformation(long, byte[], String)</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager.DelegationTokenInformation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/DelegationTokenRenewer.Renewable.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">DelegationTokenRenewer.Renewable</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">The renewable interface used by the renewer.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">DelegationTokenRenewer.RenewAction</span></a>&lt;<a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="type parameter in DelegationTokenRenewer.RenewAction">T</a> extends <a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a> &amp; <a href="org/apache/hadoop/fs/DelegationTokenRenewer.Renewable.html" title="interface in org.apache.hadoop.fs">DelegationTokenRenewer.Renewable</a>&gt; - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">An action that will renew and replace the file system's delegation
tokens automatically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#delegationTokenSequenceNumber">delegationTokenSequenceNumber</a></span> - Variable in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Sequence number to create DelegationTokenIdentifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#delete-org.apache.hadoop.fs.Path-boolean-"><code>FileContext.delete(Path, boolean)</code></a> except that Path f must be for
this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Implement the delete(Path, boolean) in checksum
file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Delete a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#delete-org.apache.hadoop.fs.Path-">delete(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-"><code>FileSystem.delete(Path, boolean)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Delete a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Delete a file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Delete the given path to a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#delete-org.apache.hadoop.fs.Path-">delete(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#delete-org.apache.hadoop.fs.Path-boolean-">delete(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.html#delete-org.apache.hadoop.fs.FileSystem-java.lang.String-">delete(FileSystem, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.html" title="class in org.apache.hadoop.io">BloomMapFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.html#delete-org.apache.hadoop.fs.FileSystem-java.lang.String-">delete(FileSystem, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io">MapFile</a></dt>
<dd>
<div class="block">Deletes the named map file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#delete-org.apache.hadoop.util.bloom.Key-">delete(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>
<div class="block">Removes a specified key from <i>this</i> counting Bloom filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html#delete-java.lang.String-">delete(String)</a></span> - Method in class org.apache.hadoop.util.curator.<a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html" title="class in org.apache.hadoop.util.curator">ZKCuratorManager.SafeTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#deleteCheckpoint--">deleteCheckpoint()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Delete old trash checkpoint(s).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#deleteCheckpointsImmediately--">deleteCheckpointsImmediately()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Delete all checkpoints immediately, ie empty trash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#deleteCredentialEntry-java.lang.String-">deleteCredentialEntry(String)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">Delete the given credential.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#deleteKey-java.lang.String-">deleteKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#deleteKey-java.lang.String-">deleteKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Delete the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#deleteKey-java.lang.String-">deleteKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#deleteKey-java.lang.String-">deleteKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#deleteOnExit-org.apache.hadoop.fs.Path-">deleteOnExit(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Mark a path to be deleted on JVM shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#deleteOnExit-org.apache.hadoop.fs.Path-">deleteOnExit(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Mark a path to be deleted when its FileSystem is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#deleteSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">deleteSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#deleteSnapshot-org.apache.hadoop.fs.Path-java.lang.String-"><code>FileContext.deleteSnapshot(Path, String)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#deleteSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">deleteSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Delete a snapshot of a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#deleteSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">deleteSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Delete a snapshot of a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#deleteSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">deleteSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#deleteSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">deleteSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#deleteSnapshot-org.apache.hadoop.fs.Path-java.lang.String-">deleteSnapshot(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#deletionInterval">deletionInterval</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html#demandStringifyIOStatistics-org.apache.hadoop.fs.statistics.IOStatistics-">demandStringifyIOStatistics(IOStatistics)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsLogging</a></dt>
<dd>
<div class="block">On demand stringifier of an IOStatistics instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html#demandStringifyIOStatisticsSource-org.apache.hadoop.fs.statistics.IOStatisticsSource-">demandStringifyIOStatisticsSource(IOStatisticsSource)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsLogging</a></dt>
<dd>
<div class="block">On demand stringifier of an IOStatisticsSource instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html#DeprecationDelta-java.lang.String-java.lang.String-java.lang.String-">DeprecationDelta(String, String, String)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html" title="class in org.apache.hadoop.conf">Configuration.DeprecationDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html#DeprecationDelta-java.lang.String-java.lang.String-">DeprecationDelta(String, String)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html" title="class in org.apache.hadoop.conf">Configuration.DeprecationDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#depth--">depth()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Returns the number of elements in this path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#DEPTH_THRESH">DEPTH_THRESH</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html#deriveIV-byte:A-">deriveIV(byte[])</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.EncryptedKeyVersion</a></dt>
<dd>
<div class="block">Derive the initialization vector (IV) for the encryption key from the IV
of the encrypted key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Help.html#DESCRIPTION">DESCRIPTION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Help.html" title="class in org.apache.hadoop.fs">FsShell.Help</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Usage.html#DESCRIPTION">DESCRIPTION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Usage.html" title="class in org.apache.hadoop.fs">FsShell.Usage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html#DESCRIPTION">DESCRIPTION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chgrp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html#DESCRIPTION">DESCRIPTION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chmod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#DESCRIPTION">DESCRIPTION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html#DESCRIPTION">DESCRIPTION</a></span> - Static variable in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html#DESCRIPTION">DESCRIPTION</a></span> - Static variable in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touchz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#description--">description()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsInfo.html#description--">description()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsInfo.html" title="interface in org.apache.hadoop.metrics2">MetricsInfo</a></dt>
<dd>
<div class="block">Typically the description corresponds to annotation <a href="org/apache/hadoop/metrics2/annotation/Metric.html#about--"><code>Metric.about()</code></a>
or the name of the class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecord.html#description--">description()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecord.html" title="interface in org.apache.hadoop.metrics2">MetricsRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#description--">description()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#DESCRIPTIONS_FIELD_NUMBER">DESCRIPTIONS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html#destroy--">destroy()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html#destroy--">destroy()</a></span> - Method in class org.apache.hadoop.http.lib.<a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html" title="class in org.apache.hadoop.http.lib">StaticUserWebFilter.StaticUserFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/NoCacheFilter.html#destroy--">destroy()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/NoCacheFilter.html" title="class in org.apache.hadoop.http">NoCacheFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#destroy--">destroy()</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#destroy--">destroy()</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html#destroy--">destroy()</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#destroyAllShellProcesses--">destroyAllShellProcesses()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Static method to destroy all running <code>Shell</code> processes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#DFS_DATA_TRANSFER_PROTECTION">DFS_DATA_TRANSFER_PROTECTION</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#DFS_DATA_TRANSFER_SASLPROPERTIES_RESOLVER_CLASS">DFS_DATA_TRANSFER_SASLPROPERTIES_RESOLVER_CLASS</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#digest-byte:A-">digest(byte[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Construct a hash value for a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#digest-java.io.InputStream-">digest(InputStream)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Construct a hash value for the content from the InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#digest-byte:A-int-int-">digest(byte[], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Construct a hash value for a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#digest-byte:A:A-int-int-">digest(byte[][], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Construct a hash value for an array of byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#digest-java.lang.String-">digest(String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Construct a hash value for a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#digest-org.apache.hadoop.io.UTF8-">digest(UTF8)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Construct a hash value for a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#DIR_DEFAULT_PERM">DIR_DEFAULT_PERM</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Default permission for directory</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/DirectDecompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><span class="typeNameLink">DirectDecompressionCodec</span></a> - Interface in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This class encapsulates a codec which can decompress direct bytebuffers.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/DirectDecompressor.html" title="interface in org.apache.hadoop.io.compress"><span class="typeNameLink">DirectDecompressor</span></a> - Interface in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">Specification of a direct ByteBuffer 'de-compressor'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#directoryCount-long-">directoryCount(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#disallowFallbackToRandomSingerSecretProvider-boolean-">disallowFallbackToRandomSingerSecretProvider(boolean)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/DiskChecker.DiskErrorException.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">DiskChecker.DiskErrorException</span></a> - Exception in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/DiskChecker.DiskOutOfSpaceException.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">DiskChecker.DiskOutOfSpaceException</span></a> - Exception in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DiskChecker.DiskErrorException.html#DiskErrorException-java.lang.String-">DiskErrorException(String)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/DiskChecker.DiskErrorException.html" title="class in org.apache.hadoop.util">DiskChecker.DiskErrorException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DiskChecker.DiskErrorException.html#DiskErrorException-java.lang.String-java.lang.Throwable-">DiskErrorException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/DiskChecker.DiskErrorException.html" title="class in org.apache.hadoop.util">DiskChecker.DiskErrorException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DiskChecker.DiskOutOfSpaceException.html#DiskOutOfSpaceException-java.lang.String-">DiskOutOfSpaceException(String)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/DiskChecker.DiskOutOfSpaceException.html" title="class in org.apache.hadoop.util">DiskChecker.DiskOutOfSpaceException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshRegistry.html#dispatch-java.lang.String-java.lang.String:A-">dispatch(String, String[])</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc">RefreshRegistry</a></dt>
<dd>
<div class="block">Lookup the responsible handler and return its result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#displayByteArray-byte:A-">displayByteArray(byte[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/DNSDomainNameResolver.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">DNSDomainNameResolver</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">DNSDomainNameResolver wraps up the default DNS service for forward/reverse
DNS lookup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DNSDomainNameResolver.html#DNSDomainNameResolver--">DNSDomainNameResolver()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/DNSDomainNameResolver.html" title="class in org.apache.hadoop.net">DNSDomainNameResolver</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/DNSToSwitchMapping.html" title="interface in org.apache.hadoop.net"><span class="typeNameLink">DNSToSwitchMapping</span></a> - Interface in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">An interface that must be implemented to allow pluggable
DNS-name/IP-address to RackID resolvers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.html#DO_NOT_LOG">DO_NOT_LOG</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log">LogThrottlingHelper</a></dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html" title="interface in org.apache.hadoop.log"><code>LogThrottlingHelper.LogAction</code></a> representing a state that should not yet be logged.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#doAs-java.security.PrivilegedAction-">doAs(PrivilegedAction&lt;T&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Run the given action as the user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#doAs-java.security.PrivilegedExceptionAction-">doAs(PrivilegedExceptionAction&lt;T&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Run the given action as the user, potentially throwing an exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#doAsCurrentUser-java.security.PrivilegedExceptionAction-">doAsCurrentUser(PrivilegedExceptionAction&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Perform the given action as the daemon's current user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#doAsLoginUser-java.security.PrivilegedExceptionAction-">doAsLoginUser(PrivilegedExceptionAction&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Perform the given action as the daemon's login user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#doAsLoginUserOrFatal-java.security.PrivilegedAction-">doAsLoginUserOrFatal(PrivilegedAction&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Perform the given action as the daemon's login user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class org.apache.hadoop.http.lib.<a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html" title="class in org.apache.hadoop.http.lib">StaticUserWebFilter.StaticUserFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/NoCacheFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/NoCacheFilter.html" title="class in org.apache.hadoop.http">NoCacheFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html#doFilter-javax.servlet.FilterChain-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doFilter(FilterChain, HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#doFormattedWrite-java.io.File-java.lang.String-org.apache.hadoop.security.Credentials-org.apache.hadoop.conf.Configuration-">doFormattedWrite(File, String, Credentials, Configuration)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Write out a Credentials object as a local file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationServlet.html" title="class in org.apache.hadoop.conf">ReconfigurationServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/AdminAuthorizedServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/AdminAuthorizedServlet.html" title="class in org.apache.hadoop.http">AdminAuthorizedServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.StackServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.StackServlet.html" title="class in org.apache.hadoop.http">HttpServer2.StackServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/IsActiveServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http">IsActiveServlet</a></dt>
<dd>
<div class="block">Check whether this instance is the Active one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/PrometheusServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/PrometheusServlet.html" title="class in org.apache.hadoop.http">PrometheusServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/WebServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/WebServlet.html" title="class in org.apache.hadoop.http">WebServlet</a></dt>
<dd>
<div class="block">Get method is modified to support impersonation and Kerberos
SPNEGO token by forcing client side redirect when accessing
"/" (root) of the web application context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/jmx/JMXJsonServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.jmx.<a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx">JMXJsonServlet</a></dt>
<dd>
<div class="block">Process a GET request for the specified resource.</div>
</dd>
<dt><a href="org/apache/hadoop/net/DomainNameResolver.html" title="interface in org.apache.hadoop.net"><span class="typeNameLink">DomainNameResolver</span></a> - Interface in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">This interface provides methods for the failover proxy to get IP addresses
of the associated servers (NameNodes, RBF routers etc).</div>
</dd>
<dt><a href="org/apache/hadoop/net/unix/DomainSocketWatcher.Handler.html" title="interface in org.apache.hadoop.net.unix"><span class="typeNameLink">DomainSocketWatcher.Handler</span></a> - Interface in <a href="org/apache/hadoop/net/unix/package-summary.html">org.apache.hadoop.net.unix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#donotCreateParent--">donotCreateParent()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/DoNotPool.html" title="annotation in org.apache.hadoop.io.compress"><span class="typeNameLink">DoNotPool</span></a> - Annotation Type in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This is a marker annotation that marks a compressor or decompressor
type as not to be pooled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationServlet.html#doPost-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doPost(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationServlet.html" title="class in org.apache.hadoop.conf">ReconfigurationServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#doSync--">doSync()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>
<div class="block">Do the sync checks</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/jmx/JMXJsonServlet.html#doTrace-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doTrace(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.jmx.<a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx">JMXJsonServlet</a></dt>
<dd>
<div class="block">Disable TRACE method to avoid TRACE vulnerability.</div>
</dd>
<dt><a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">DoubleWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Writable for Double values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#DoubleWritable--">DoubleWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#DoubleWritable-double-">DoubleWritable(double)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/DoubleWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">DoubleWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for DoubleWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html#drain-java.lang.String-">drain(String)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.CryptoExtension</a></dt>
<dd>
<div class="block">Drains the Queue for the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#drain-java.lang.String-">drain(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#drainTo-java.util.Collection-">drainTo(Collection&lt;? super E&gt;)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#drainTo-java.util.Collection-int-">drainTo(Collection&lt;? super E&gt;, int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#drainTo-java.util.Collection-int-">drainTo(Collection&lt;? super E&gt;, int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">drainTo defers to each sub-queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#drainTo-java.util.Collection-">drainTo(Collection&lt;? super E&gt;)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#DROPBEHIND">DROPBEHIND</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Stream setDropBehind capability implemented by
<a href="org/apache/hadoop/fs/CanSetDropBehind.html#setDropBehind-java.lang.Boolean-"><code>CanSetDropBehind.setDropBehind(Boolean)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtUtilShell.html#DT_USAGE">DT_USAGE</a></span> - Static variable in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtUtilShell.html" title="class in org.apache.hadoop.security.token">DtUtilShell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/DtFetcher.html" title="interface in org.apache.hadoop.security.token"><span class="typeNameLink">DtFetcher</span></a> - Interface in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">DtFetcher is an interface which permits the abstraction and separation of
delegation token fetch implementaions across different packages and
compilation units.</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">DtFileOperations</span></a> - Class in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">DtFileOperations is a collection of delegation token file operations.</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/DtUtilShell.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">DtUtilShell</span></a> - Class in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">DtUtilShell is a set of command line token file management operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtUtilShell.html#DtUtilShell--">DtUtilShell()</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtUtilShell.html" title="class in org.apache.hadoop.security.token">DtUtilShell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/DUHelper.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">DUHelper</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#DUMMY_CODEC_NAME">DUMMY_CODEC_NAME</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/codec/DummyErasureCodec.html" title="class in org.apache.hadoop.io.erasurecode.codec"><span class="typeNameLink">DummyErasureCodec</span></a> - Class in org.apache.hadoop.io.erasurecode.codec</dt>
<dd>
<div class="block">Dummy erasure coder does not real coding computing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/codec/DummyErasureCodec.html#DummyErasureCodec-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.erasurecode.ErasureCodecOptions-">DummyErasureCodec(Configuration, ErasureCodecOptions)</a></span> - Constructor for class org.apache.hadoop.io.erasurecode.codec.<a href="org/apache/hadoop/io/erasurecode/codec/DummyErasureCodec.html" title="class in org.apache.hadoop.io.erasurecode.codec">DummyErasureCodec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureDecoder.html" title="class in org.apache.hadoop.io.erasurecode.coder"><span class="typeNameLink">DummyErasureDecoder</span></a> - Class in org.apache.hadoop.io.erasurecode.coder</dt>
<dd>
<div class="block">Dummy erasure decoder does no real computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureDecoder.html#DummyErasureDecoder-org.apache.hadoop.io.erasurecode.ErasureCoderOptions-">DummyErasureDecoder(ErasureCoderOptions)</a></span> - Constructor for class org.apache.hadoop.io.erasurecode.coder.<a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureDecoder.html" title="class in org.apache.hadoop.io.erasurecode.coder">DummyErasureDecoder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureEncoder.html" title="class in org.apache.hadoop.io.erasurecode.coder"><span class="typeNameLink">DummyErasureEncoder</span></a> - Class in org.apache.hadoop.io.erasurecode.coder</dt>
<dd>
<div class="block">Dummy erasure encoder does no real computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureEncoder.html#DummyErasureEncoder-org.apache.hadoop.io.erasurecode.ErasureCoderOptions-">DummyErasureEncoder(ErasureCoderOptions)</a></span> - Constructor for class org.apache.hadoop.io.erasurecode.coder.<a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureEncoder.html" title="class in org.apache.hadoop.io.erasurecode.coder">DummyErasureEncoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#dumpConfiguration-org.apache.hadoop.conf.Configuration-java.lang.String-java.io.Writer-">dumpConfiguration(Configuration, String, Writer)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Writes properties and their attributes (final and resource)
to the given <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#dumpConfiguration-org.apache.hadoop.conf.Configuration-java.io.Writer-">dumpConfiguration(Configuration, Writer)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Writes out all properties and their attributes (final and resource) to
the given <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>, the format of the output would be,</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#dumpDeprecatedKeys--">dumpDeprecatedKeys()</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#dumpTokens-org.apache.hadoop.security.UserGroupInformation-">dumpTokens(UserGroupInformation)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Dump all tokens of a UGI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#dumpTopology--">dumpTopology()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Generate a string listing the switch mapping implementation,
the mapping for every known node and the number of nodes and
unique switches known about -each entry to a separate line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.DuplicatedOptionException.html#DuplicatedOptionException-java.lang.String-">DuplicatedOptionException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.DuplicatedOptionException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.DuplicatedOptionException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/DurationInfo.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">DurationInfo</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A duration with logging of final state at info or debug
in the <code>close()</code> call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DurationInfo.html#DurationInfo-org.slf4j.Logger-java.lang.String-java.lang.Object...-">DurationInfo(Logger, String, Object...)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/DurationInfo.html" title="class in org.apache.hadoop.util">DurationInfo</a></dt>
<dd>
<div class="block">Create the duration text from a <code>String.format()</code> code call;
log output at info level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DurationInfo.html#DurationInfo-org.slf4j.Logger-boolean-java.lang.String-java.lang.Object...-">DurationInfo(Logger, boolean, String, Object...)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/DurationInfo.html" title="class in org.apache.hadoop.util">DurationInfo</a></dt>
<dd>
<div class="block">Create the duration text from a <code>String.format()</code> code call
and log either at info or debug.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">DurationStatisticSummary</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Summary of duration tracking statistics
as extracted from an IOStatistics instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#DurationStatisticSummary-java.lang.String-boolean-long-long-long-org.apache.hadoop.fs.statistics.MeanStatistic-">DurationStatisticSummary(String, boolean, long, long, long, MeanStatistic)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/DurationTracker.html" title="interface in org.apache.hadoop.fs.statistics"><span class="typeNameLink">DurationTracker</span></a> - Interface in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Interface to be implemented by objects which can track duration.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/DurationTrackerFactory.html" title="interface in org.apache.hadoop.fs.statistics"><span class="typeNameLink">DurationTrackerFactory</span></a> - Interface in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Interface for a source of duration tracking.</div>
</dd>
<dt><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom"><span class="typeNameLink">DynamicBloomFilter</span></a> - Class in <a href="org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</a></dt>
<dd>
<div class="block">Implements a <i>dynamic Bloom filter</i>, as defined in the INFOCOM 2006 paper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#DynamicBloomFilter--">DynamicBloomFilter()</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>
<div class="block">Zero-args constructor for the serialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#DynamicBloomFilter-int-int-int-int-">DynamicBloomFilter(int, int, int, int)</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#dynamicIOStatistics--">dynamicIOStatistics()</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Create a builder for dynamic IO Statistics.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">DynamicIOStatisticsBuilder</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Builder of <code>DynamicIOStatistics</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#DynamicIOStatisticsBuilder--">DynamicIOStatisticsBuilder()</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_CREATE_DIR">E_CREATE_DIR</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#E_CREATE_FAILED">E_CREATE_FAILED</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">class creation failed 5</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_DIR_CREATE_FROMFILE">E_DIR_CREATE_FROMFILE</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_DIR_NOTEMPTY">E_DIR_NOTEMPTY</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_DPATH_EXIST">E_DPATH_EXIST</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_FAILED_DISCONNECT">E_FAILED_DISCONNECT</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_FAILED_GETHOME">E_FAILED_GETHOME</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_FILE_CHECK_FAILED">E_FILE_CHECK_FAILED</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_FILE_EXIST">E_FILE_EXIST</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_FILE_NOTFOUND">E_FILE_NOTFOUND</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_FILE_STATUS">E_FILE_STATUS</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_FS_CLOSED">E_FS_CLOSED</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#E_GENERIC">E_GENERIC</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">generic error 1</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_HOST_NULL">E_HOST_NULL</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#E_LOAD_FAILED">E_LOAD_FAILED</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">class load failed 4</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_MAKE_DIR_FORPATH">E_MAKE_DIR_FORPATH</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#E_NOT_FOUND">E_NOT_FOUND</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">class or resource not found 3</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherArguments.html#E_PARSE_FAILED">E_PARSE_FAILED</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher">LauncherArguments</a></dt>
<dd>
<div class="block">Error string on a parse failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_PATH_DIR">E_PATH_DIR</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#E_SAME_DIRECTORY_ONLY">E_SAME_DIRECTORY_ONLY</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_SAME_DIRECTORY_ONLY">E_SAME_DIRECTORY_ONLY</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_SPATH_NOTEXIST">E_SPATH_NOTEXIST</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#E_USAGE">E_USAGE</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">usage error -bad arguments or similar 2</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#E_USER_NULL">E_USER_NULL</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#EC_DATA_FIELD_NUMBER">EC_DATA_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">echo(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Interface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Stub.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto-">echo(RpcController, TestProtos.OptRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.OptRequestProto, RpcCallback&lt;TestProtos.OptResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Interface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.OptRequestProto, RpcCallback&lt;TestProtos.OptResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Stub.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.OptRequestProto, RpcCallback&lt;TestProtos.OptResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">echo(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Interface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Stub.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-">echo(RpcController, TestProtos.EchoRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#echo-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">echo(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto-">echo(RpcController, TestProtosLegacy.OptRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.OptRequestProto, RpcCallback&lt;TestProtosLegacy.OptResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.OptRequestProto, RpcCallback&lt;TestProtosLegacy.OptResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.OptRequestProto, RpcCallback&lt;TestProtosLegacy.OptResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">echo(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-">echo(RpcController, TestProtosLegacy.EchoRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#echo-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echo(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-">echo2(RpcController, TestProtos.EchoRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo2(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo2(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo2(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2-">echo2(RpcController, TestProtos.EchoRequestProto2)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo2(RpcController, TestProtos.EchoRequestProto2, RpcCallback&lt;TestProtos.EchoResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo2(RpcController, TestProtos.EchoRequestProto2, RpcCallback&lt;TestProtos.EchoResponseProto2&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#echo2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echo2(RpcController, TestProtos.EchoRequestProto2, RpcCallback&lt;TestProtos.EchoResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-">echo2(RpcController, TestProtosLegacy.EchoRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echo2(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echo2(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echo2(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2-">echo2(RpcController, TestProtosLegacy.EchoRequestProto2)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2-com.google.protobuf.RpcCallback-">echo2(RpcController, TestProtosLegacy.EchoRequestProto2, RpcCallback&lt;TestProtosLegacy.EchoResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2-com.google.protobuf.RpcCallback-">echo2(RpcController, TestProtosLegacy.EchoRequestProto2, RpcCallback&lt;TestProtosLegacy.EchoResponseProto2&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#echo2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2-com.google.protobuf.RpcCallback-">echo2(RpcController, TestProtosLegacy.EchoRequestProto2, RpcCallback&lt;TestProtosLegacy.EchoResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#echoPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-">echoPostponed(RpcController, TestProtos.EchoRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#echoPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echoPostponed(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#echoPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echoPostponed(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#echoPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">echoPostponed(RpcController, TestProtos.EchoRequestProto, RpcCallback&lt;TestProtos.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#echoPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-">echoPostponed(RpcController, TestProtosLegacy.EchoRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#echoPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echoPostponed(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#echoPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echoPostponed(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#echoPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-com.google.protobuf.RpcCallback-">echoPostponed(RpcController, TestProtosLegacy.EchoRequestProto, RpcCallback&lt;TestProtosLegacy.EchoResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode"><span class="typeNameLink">ECSchema</span></a> - Class in <a href="org/apache/hadoop/io/erasurecode/package-summary.html">org.apache.hadoop.io.erasurecode</a></dt>
<dd>
<div class="block">Erasure coding schema to housekeeper relevant information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#ECSchema-java.util.Map-">ECSchema(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Constructor with schema name and provided all options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#ECSchema-java.lang.String-int-int-">ECSchema(String, int, int)</a></span> - Constructor for class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Constructor with key parameters provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#ECSchema-java.lang.String-int-int-java.util.Map-">ECSchema(String, int, int, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Constructor with key parameters provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#EFFECTIVEUSER_FIELD_NUMBER">EFFECTIVEUSER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/ElasticByteBufferPool.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ElasticByteBufferPool</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">This is a simple ByteBufferPool which just creates ByteBuffers as needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ElasticByteBufferPool.html#ElasticByteBufferPool--">ElasticByteBufferPool()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ElasticByteBufferPool.html" title="class in org.apache.hadoop.io">ElasticByteBufferPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.html#elementToPrevKey-E-">elementToPrevKey(E)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator</a></dt>
<dd>
<div class="block">Return the next list key associated with an element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html#emitMetric-java.lang.String-java.lang.String-java.lang.String-java.lang.String-org.apache.hadoop.metrics2.sink.ganglia.GangliaConf-org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaSlope-">emitMetric(String, String, String, String, GangliaConf, AbstractGangliaSink.GangliaSlope)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink30</a></dt>
<dd>
<div class="block">The method sends metrics to Ganglia servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink31.html#emitMetric-java.lang.String-java.lang.String-java.lang.String-java.lang.String-org.apache.hadoop.metrics2.sink.ganglia.GangliaConf-org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaSlope-">emitMetric(String, String, String, String, GangliaConf, AbstractGangliaSink.GangliaSlope)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink31.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink31</a></dt>
<dd>
<div class="block">The method sends metrics to Ganglia servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#emitToGangliaHosts--">emitToGangliaHosts()</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>
<div class="block">Sends Ganglia Metrics to the configured hosts</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#EMPTY_ARRAY">EMPTY_ARRAY</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#emptyStatistics--">emptyStatistics()</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Get the shared instance of the immutable empty statistics
object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html#ENABLED_SUFFIX">ENABLED_SUFFIX</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security">HttpCrossOriginFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#enableSymlinks--">enableSymlinks()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#encode-java.lang.String-">encode(String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Converts the provided String to bytes using the
UTF-8 encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#encode-java.lang.String-boolean-">encode(String, boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Converts the provided String to bytes using the
UTF-8 encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#encodeToUrlString--">encodeToUrlString()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Encode this token as a url safe string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/XAttrCodec.html#encodeValue-byte:A-org.apache.hadoop.fs.XAttrCodec-">encodeValue(byte[], XAttrCodec)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/XAttrCodec.html" title="enum in org.apache.hadoop.fs">XAttrCodec</a></dt>
<dd>
<div class="block">Encode byte[] value to string representation with encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html#EncryptedKeyVersion-java.lang.String-java.lang.String-byte:A-org.apache.hadoop.crypto.key.KeyProvider.KeyVersion-">EncryptedKeyVersion(String, String, byte[], KeyProvider.KeyVersion)</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.EncryptedKeyVersion</a></dt>
<dd>
<div class="block">Create a new EncryptedKeyVersion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#ENCRYPTION_DATA_FIELD_NUMBER">ENCRYPTION_DATA_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#end--">end()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Closes the compressor and discards any unprocessed input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#end--">end()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Closes the decompressor and discards any unprocessed input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Closes the compressor and discards any unprocessed input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Resets decompressor and input and output buffers so that a new set of
input data can be processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Closes the compressor and discards any unprocessed input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Resets decompressor and input and output buffers so that a new set of
input data can be processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#end--">end()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#END_OF_BLOCK">END_OF_BLOCK</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>
<div class="block">End of a BZip2 block</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#END_OF_STREAM">END_OF_STREAM</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>
<div class="block">End of BZip2 stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#endRecord--">endRecord()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Syntactic sugar to add multiple records in a collector in a one liner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#ensureCurrentState-org.apache.hadoop.service.Service.STATE-">ensureCurrentState(Service.STATE)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Verify that that a service is in a given state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/CompressedWritable.html#ensureInflated--">ensureInflated()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io">CompressedWritable</a></dt>
<dd>
<div class="block">Must be called by all methods which access fields to ensure that the data
has been uncompressed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.html#ensureInitialized--">ensureInitialized()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initialize this class if it isn't already.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html#enterNeutralMode--">enterNeutralMode()</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html" title="interface in org.apache.hadoop.ha">ActiveStandbyElector.ActiveStandbyElectorCallback</a></dt>
<dd>
<div class="block">If the elector gets disconnected from Zookeeper and does not know about
the lock state, then it will notify the service via the enterNeutralMode
interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#enterState-org.apache.hadoop.service.Service.STATE-">enterState(Service.STATE)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Enter a state -thread safe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#entry--">entry()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Get an entry to access the key and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#Entry--">Entry()</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#ENTRY_PATTERN">ENTRY_PATTERN</a></span> - Static variable in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Pattern used for each entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#entrySet--">entrySet()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#entrySet--">entrySet()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#entryToString-java.util.Map.Entry-">entryToString(Map.Entry&lt;String, E&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Convert an entry to the string format used in logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#entryToString-java.lang.String-E-">entryToString(String, E)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Convert entry values to the string format used in logging.</div>
</dd>
<dt><a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">EnumSetWritable</span></a>&lt;<a href="org/apache/hadoop/io/EnumSetWritable.html" title="type parameter in EnumSetWritable">E</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="org/apache/hadoop/io/EnumSetWritable.html" title="type parameter in EnumSetWritable">E</a>&gt;&gt; - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Writable wrapper for EnumSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#EnumSetWritable-java.util.EnumSet-java.lang.Class-">EnumSetWritable(EnumSet&lt;E&gt;, Class&lt;E&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>
<div class="block">Construct a new EnumSetWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#EnumSetWritable-java.util.EnumSet-">EnumSetWritable(EnumSet&lt;E&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>
<div class="block">Construct a new EnumSetWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#ENV_HADOOP_HOME">ENV_HADOOP_HOME</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Environment variable for Hadoop's home dir: "HADOOP_HOME".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#ENV_NAME_REGEX">ENV_NAME_REGEX</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Regular expression for environment variables: "[A-Za-z_][A-Za-z0-9_]*".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#eof">eof</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#EOF_IN_READ_FULLY">EOF_IN_READ_FULLY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#EOS_DELIMITER">EOS_DELIMITER</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#EQUAL">EQUAL</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.KeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="class in org.apache.hadoop.fs">DelegationTokenRenewer.RenewAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileChecksum.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</a></dt>
<dd>
<div class="block">Return true if both the algorithms and the values are the same.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Compare if this object is equal to another object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Compare if this object is equal to another object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartHandle.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartHandle.html" title="interface in org.apache.hadoop.fs">PartHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathHandle.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs">PathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsCreateModes.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission">FsCreateModes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/UploadHandle.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/UploadHandle.html" title="interface in org.apache.hadoop.fs">UploadHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BinaryComparable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io">BinaryComparable</a></dt>
<dd>
<div class="block">Return true if bytes from {#getBytes()} match.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Are the two byte sequences equal?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a ByteWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a DoubleWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>
<div class="block">Returns true if <code>o</code> is an EnumSetWritable with the same value,
or both are null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Compare whether this and other points to the same key value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a FloatWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a IntWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a LongWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is an MD5Hash whose digest contains the
same values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io">NullWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#equals-org.apache.hadoop.io.SequenceFile.Metadata-">equals(SequenceFile.Metadata)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a ShortWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a Text with the same contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a VIntWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>
<div class="block">Returns true iff <code>o</code> is a VLongWritable with the same value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntryWithPayload.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntryWithPayload.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntryWithPayload</a></dt>
<dd>
<div class="block">Override equals to avoid findbugs warnings</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Compare the subjects to see if they are equal to each other.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ComparableVersion.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ComparableVersion.html" title="class in org.apache.hadoop.util">ComparableVersion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode"><span class="typeNameLink">ErasureCodeConstants</span></a> - Class in <a href="org/apache/hadoop/io/erasurecode/package-summary.html">org.apache.hadoop.io.erasurecode</a></dt>
<dd>
<div class="block">Constants related to the erasure code feature.</div>
</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html" title="class in org.apache.hadoop.io.erasurecode"><span class="typeNameLink">ErasureCodeNative</span></a> - Class in <a href="org/apache/hadoop/io/erasurecode/package-summary.html">org.apache.hadoop.io.erasurecode</a></dt>
<dd>
<div class="block">Erasure code native libraries (for now, Intel ISA-L) related utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#erasureCodingPolicy-java.lang.String-">erasureCodingPolicy(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/nativeio/Errno.html" title="enum in org.apache.hadoop.io.nativeio"><span class="typeNameLink">Errno</span></a> - Enum in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">Enum representing POSIX errno values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#error-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">error(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#error-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">error(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#error-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">error(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#error-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">error(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#error-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">error(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#error-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">error(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#error-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">error(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#error-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">error(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback.html#error-java.lang.Throwable-">error(Throwable)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback.html" title="interface in org.apache.hadoop.ipc">ProtobufRpcEngineCallback</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback2.html#error-java.lang.Throwable-">error(Throwable)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback2.html" title="interface in org.apache.hadoop.ipc">ProtobufRpcEngineCallback2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Report an error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#error2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">error2(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#error2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">error2(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#error2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">error2(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#error2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">error2(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#error2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">error2(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#error2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">error2(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#error2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">error2(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#error2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">error2(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#ERROR_APPLICATION_VALUE">ERROR_APPLICATION_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Non-fatal Rpc error - connection left open for future rpc calls</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#ERROR_NO_SUCH_METHOD_VALUE">ERROR_NO_SUCH_METHOD_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Rpc error - no such method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#ERROR_NO_SUCH_PROTOCOL_VALUE">ERROR_NO_SUCH_PROTOCOL_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Rpc error - no such protocol</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#ERROR_RPC_SERVER_VALUE">ERROR_RPC_SERVER_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Rpc error on server side</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#ERROR_RPC_VERSION_MISMATCH_VALUE">ERROR_RPC_VERSION_MISMATCH_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Rpc protocol version mismatch</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#ERROR_SERIALIZING_RESPONSE_VALUE">ERROR_SERIALIZING_RESPONSE_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
error serializign response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#ERROR_VALUE">ERROR_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>
<div class="block">
RPC or error - connection left open for future calls</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#ERRORDETAIL_FIELD_NUMBER">ERRORDETAIL_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#ERRORMSG_FIELD_NUMBER">ERRORMSG_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store"><span class="typeNameLink">EtagChecksum</span></a> - Class in org.apache.hadoop.fs.store</dt>
<dd>
<div class="block">An etag as a checksum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#EtagChecksum--">EtagChecksum()</a></span> - Constructor for class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>
<div class="block">Create with an empty etag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#EtagChecksum-java.lang.String-">EtagChecksum(String)</a></span> - Constructor for class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>
<div class="block">Create with a string etag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ETC_KRB5_CONF">ETC_KRB5_CONF</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#ETC_NTP">ETC_NTP</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/log/EventCounter.html" title="class in org.apache.hadoop.log"><span class="typeNameLink">EventCounter</span></a> - Class in <a href="org/apache/hadoop/log/package-summary.html">org.apache.hadoop.log</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/log/metrics/EventCounter.html" title="class in org.apache.hadoop.log.metrics"><code>EventCounter</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/EventCounter.html#EventCounter--">EventCounter()</a></span> - Constructor for class org.apache.hadoop.log.<a href="org/apache/hadoop/log/EventCounter.html" title="class in org.apache.hadoop.log">EventCounter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/hadoop/log/metrics/EventCounter.html" title="class in org.apache.hadoop.log.metrics"><span class="typeNameLink">EventCounter</span></a> - Class in <a href="org/apache/hadoop/log/metrics/package-summary.html">org.apache.hadoop.log.metrics</a></dt>
<dd>
<div class="block">A log4J Appender that simply counts logging events in three levels:
fatal, error and warn.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/metrics/EventCounter.html#EventCounter--">EventCounter()</a></span> - Constructor for class org.apache.hadoop.log.metrics.<a href="org/apache/hadoop/log/metrics/EventCounter.html" title="class in org.apache.hadoop.log.metrics">EventCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#exact--">exact()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>
<div class="block">Handle is valid iff the referent is neither moved nor changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#EXCEPTION_CLASS">EXCEPTION_CLASS</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#EXCEPTIONCLASSNAME_FIELD_NUMBER">EXCEPTIONCLASSNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#exchange-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto-">exchange(RpcController, TestProtos.ExchangeRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#exchange-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">exchange(RpcController, TestProtos.ExchangeRequestProto, RpcCallback&lt;TestProtos.ExchangeResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#exchange-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">exchange(RpcController, TestProtos.ExchangeRequestProto, RpcCallback&lt;TestProtos.ExchangeResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#exchange-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">exchange(RpcController, TestProtos.ExchangeRequestProto, RpcCallback&lt;TestProtos.ExchangeResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#exchange-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto-">exchange(RpcController, TestProtosLegacy.ExchangeRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#exchange-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto-com.google.protobuf.RpcCallback-">exchange(RpcController, TestProtosLegacy.ExchangeRequestProto, RpcCallback&lt;TestProtosLegacy.ExchangeResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#exchange-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto-com.google.protobuf.RpcCallback-">exchange(RpcController, TestProtosLegacy.ExchangeRequestProto, RpcCallback&lt;TestProtosLegacy.ExchangeResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#exchange-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto-com.google.protobuf.RpcCallback-">exchange(RpcController, TestProtosLegacy.ExchangeRequestProto, RpcCallback&lt;TestProtosLegacy.ExchangeResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#excludeCiphers-java.lang.String-">excludeCiphers(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#excludeIncompatibleCredentialProviders-org.apache.hadoop.conf.Configuration-java.lang.Class-">excludeIncompatibleCredentialProviders(Configuration, Class&lt;? extends FileSystem&gt;)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>
<div class="block">There are certain integrations of the credential provider API in
which a recursive dependency between the provider and the hadoop
filesystem abstraction causes a problem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#exec-org.apache.hadoop.conf.Configuration-java.lang.String...-">exec(Configuration, String...)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Inner entry point, with no logging or system exits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#execCommand-java.lang.String...-">execCommand(String...)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Static method to execute a shell command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#execCommand-java.util.Map-java.lang.String:A-long-">execCommand(Map&lt;String, String&gt;, String[], long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Static method to execute a shell command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#execCommand-java.util.Map-java.lang.String...-">execCommand(Map&lt;String, String&gt;, String...)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Static method to execute a shell command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#execute--">execute()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Execute diagnostics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/AbstractLaunchableService.html#execute--">execute()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/AbstractLaunchableService.html" title="class in org.apache.hadoop.service.launcher">AbstractLaunchableService</a></dt>
<dd>
<div class="block">Run a service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LaunchableService.html#execute--">execute()</a></span> - Method in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LaunchableService.html" title="interface in org.apache.hadoop.service.launcher">LaunchableService</a></dt>
<dd>
<div class="block">Run a service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.SubCommand.html#execute--">execute()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.SubCommand.html" title="class in org.apache.hadoop.tools">CommandShell.SubCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.CommandExecutor.html#execute--">execute()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.CommandExecutor.html" title="interface in org.apache.hadoop.util">Shell.CommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#execute--">execute()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>
<div class="block">Execute the shell command.</div>
</dd>
<dt><a href="org/apache/hadoop/util/concurrent/ExecutorHelper.html" title="class in org.apache.hadoop.util.concurrent"><span class="typeNameLink">ExecutorHelper</span></a> - Class in org.apache.hadoop.util.concurrent</dt>
<dd>
<div class="block">Helper functions for Executors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#exists-org.apache.hadoop.fs.Path-">exists(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Does the file exist?
Note: Avoid using this method if you already have FileStatus in hand.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#exists-org.apache.hadoop.fs.Path-">exists(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Check if a path exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#exists-org.apache.hadoop.fs.Path-">exists(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#exit-int-java.lang.String-">exit(int, String)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Exit the JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#exit-org.apache.hadoop.util.ExitUtil.ExitException-">exit(ExitUtil.ExitException)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Exit the JVM using an exception for the exit code and message,
invoking <code>ExitUtil.terminate(ExitUtil.ExitException)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_BAD_CONFIGURATION">EXIT_BAD_CONFIGURATION</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when the configurations in valid/incomplete: 49.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_CLIENT_INITIATED_SHUTDOWN">EXIT_CLIENT_INITIATED_SHUTDOWN</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when a client requested service termination: 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_COMMAND_ARGUMENT_ERROR">EXIT_COMMAND_ARGUMENT_ERROR</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when the command line doesn't parse: 40, or
when it is otherwise invalid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_CONNECTIVITY_PROBLEM">EXIT_CONNECTIVITY_PROBLEM</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code on connectivity problems: 48.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_EXCEPTION_THROWN">EXIT_EXCEPTION_THROWN</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when an exception was thrown from the service: 50.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_FAIL">EXIT_FAIL</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Generic "false/fail" response: -1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_FORBIDDEN">EXIT_FORBIDDEN</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Forbidden action: 43.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_INTERRUPTED">EXIT_INTERRUPTED</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when a control-C, kill -3, signal was picked up: 3.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_NOT_ACCEPTABLE">EXIT_NOT_ACCEPTABLE</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">The command is somehow not acceptable: 46.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_NOT_FOUND">EXIT_NOT_FOUND</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Something was not found: 44.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_OPERATION_NOT_ALLOWED">EXIT_OPERATION_NOT_ALLOWED</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">The operation is not allowed: 45.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_OTHER_FAILURE">EXIT_OTHER_FAILURE</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when something happened but we can't be specific: 5.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_SERVICE_CREATION_FAILURE">EXIT_SERVICE_CREATION_FAILURE</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">The service instance could not be created: 56.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_SERVICE_LIFECYCLE_EXCEPTION">EXIT_SERVICE_LIFECYCLE_EXCEPTION</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">The service instance could not be created: 57.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_SERVICE_UNAVAILABLE">EXIT_SERVICE_UNAVAILABLE</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Service Unavailable; it may be available later: 53.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_SUCCESS">EXIT_SUCCESS</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Success: 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_TASK_LAUNCH_FAILURE">EXIT_TASK_LAUNCH_FAILURE</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when targets could not be launched: 2.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_UNAUTHORIZED">EXIT_UNAUTHORIZED</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">The request requires user authentication: 41.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_UNIMPLEMENTED">EXIT_UNIMPLEMENTED</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Unimplemented feature: 51.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_UNSUPPORTED_VERSION">EXIT_UNSUPPORTED_VERSION</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">The application does not support, or refuses to support this
version: 55.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_USAGE">EXIT_USAGE</a></span> - Static variable in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher">LauncherExitCodes</a></dt>
<dd>
<div class="block">Exit code when a usage message was printed: 42.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ExitCodeException.html#ExitCodeException-int-java.lang.String-">ExitCodeException(int, String)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ExitCodeException.html" title="class in org.apache.hadoop.util">Shell.ExitCodeException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/ExitCodeProvider.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">ExitCodeProvider</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Get the exit code of an exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.ExitException.html#ExitException-int-java.lang.String-">ExitException(int, String)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.ExitException.html" title="class in org.apache.hadoop.util">ExitUtil.ExitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.ExitException.html#ExitException-int-java.lang.String-java.lang.Throwable-">ExitException(int, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.ExitException.html" title="class in org.apache.hadoop.util">ExitUtil.ExitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.ExitException.html#ExitException-int-java.lang.Throwable-">ExitException(int, Throwable)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.ExitException.html" title="class in org.apache.hadoop.util">ExitUtil.ExitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#EXITSTATUS_FIELD_NUMBER">EXITSTATUS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/ExitUtil.ExitException.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ExitUtil.ExitException</span></a> - Exception in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">An exception raised when a call to <code>ExitUtil.terminate(int)</code> was
called and system exits were blocked.</div>
</dd>
<dt><a href="org/apache/hadoop/util/ExitUtil.HaltException.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ExitUtil.HaltException</span></a> - Exception in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">An exception raised when a call to <code>ExitUtil.terminate(int)</code> was
called and system halts were blocked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#exitWithMessage-int-java.lang.String-">exitWithMessage(int, String)</a></span> - Static method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Exit with a printed message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#exitWithUsageMessage--">exitWithUsageMessage()</a></span> - Static method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Exit with the usage exit code <a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_USAGE"><code>LauncherExitCodes.EXIT_USAGE</code></a>
and message <a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#USAGE_MESSAGE"><code>ServiceLauncher.USAGE_MESSAGE</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html#expected">expected</a></span> - Variable in exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.IllegalNumberOfArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#exponentialBackoffRetry-int-long-java.util.concurrent.TimeUnit-">exponentialBackoffRetry(int, long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Keep trying a limited number of times, waiting a growing amount of time between attempts,
and then fail by re-throwing the exception.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><span class="typeNameLink">Expression</span></a> - Interface in <a href="org/apache/hadoop/fs/shell/find/package-summary.html">org.apache.hadoop.fs.shell.find</a></dt>
<dd>
<div class="block">Interface describing an expression to be used in the
<code>Find</code> command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#expression">expression</a></span> - Variable in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#expunge--">expunge()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Delete old checkpoint(s).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#expungeImmediately--">expungeImmediately()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Delete all trash immediately.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#extendWorkingSetSize-long-">extendWorkingSetSize(long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>
<div class="block">Extends both the minimum and maximum working set size of the current
process.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/ExternalCall.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ExternalCall</span></a>&lt;<a href="org/apache/hadoop/ipc/ExternalCall.html" title="type parameter in ExternalCall">T</a>&gt; - Class in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ExternalCall.html#ExternalCall-java.security.PrivilegedExceptionAction-">ExternalCall(PrivilegedExceptionAction&lt;T&gt;)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ExternalCall.html" title="class in org.apache.hadoop.ipc">ExternalCall</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#extractCommandOptions-org.apache.hadoop.conf.Configuration-java.util.List-">extractCommandOptions(Configuration, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Extract the command options and apply them to the configuration,
building an array of processed arguments to hand down to the service.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.crypto.key">JavaKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.Factory.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/UserProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/UserProvider.Factory.html" title="class in org.apache.hadoop.crypto.key">UserProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.Factory.html" title="class in org.apache.hadoop.net">InnerNodeImpl.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/BouncyCastleFipsKeyStoreProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/BouncyCastleFipsKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">BouncyCastleFipsKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/JavaKeyStoreProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/JavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">JavaKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/LocalBouncyCastleFipsKeyStoreProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/LocalBouncyCastleFipsKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">LocalBouncyCastleFipsKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/LocalJavaKeyStoreProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/LocalJavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias">LocalJavaKeyStoreProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/UserProvider.Factory.html#Factory--">Factory()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/UserProvider.Factory.html" title="class in org.apache.hadoop.security.alias">UserProvider.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#fadvisePossible">fadvisePossible</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#FAIL">FAIL</a></span> - Static variable in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>
<div class="block">Result indicating <a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><code>Expression</code></a> processing should stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#FAIL">FAIL</a></span> - Static variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationTracker.html#failed--">failed()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationTracker.html" title="interface in org.apache.hadoop.fs.statistics">DurationTracker</a></dt>
<dd>
<div class="block">The operation failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html#failed--">failed()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StatisticDurationTracker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html#failed--">failed()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StubDurationTracker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#FAILED_TO_GET_UGI_MSG_HEADER">FAILED_TO_GET_UGI_MSG_HEADER</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#FAILOVER_AND_RETRY">FAILOVER_AND_RETRY</a></span> - Static variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/FailoverFailedException.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">FailoverFailedException</span></a> - Exception in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Exception thrown to indicate service failover has failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/FailoverFailedException.html#FailoverFailedException-java.lang.String-">FailoverFailedException(String)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/FailoverFailedException.html" title="class in org.apache.hadoop.ha">FailoverFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/FailoverFailedException.html#FailoverFailedException-java.lang.String-java.lang.Throwable-">FailoverFailedException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/FailoverFailedException.html" title="class in org.apache.hadoop.ha">FailoverFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#failoverOnNetworkException-int-">failoverOnNetworkException(int)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#failoverOnNetworkException-org.apache.hadoop.io.retry.RetryPolicy-int-">failoverOnNetworkException(RetryPolicy, int)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#failoverOnNetworkException-org.apache.hadoop.io.retry.RetryPolicy-int-long-long-">failoverOnNetworkException(RetryPolicy, int, long, long)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#failoverOnNetworkException-org.apache.hadoop.io.retry.RetryPolicy-int-int-long-long-">failoverOnNetworkException(RetryPolicy, int, int, long, long)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="interface in org.apache.hadoop.io.retry"><span class="typeNameLink">FailoverProxyProvider</span></a>&lt;<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="type parameter in FailoverProxyProvider">T</a>&gt; - Interface in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">An implementer of this interface is capable of providing proxy objects for
use in IPC communication, and potentially modifying these objects or creating
entirely new ones in the event of certain types of failures.</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">FailoverProxyProvider.ProxyInfo</span></a>&lt;<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html" title="type parameter in FailoverProxyProvider.ProxyInfo">T</a>&gt; - Class in org.apache.hadoop.io.retry</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">FairCallQueue</span></a>&lt;<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="type parameter in FairCallQueue">E</a> extends org.apache.hadoop.ipc.Schedulable&gt; - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">A queue with multiple levels for each priority.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#FairCallQueue-int-int-java.lang.String-org.apache.hadoop.conf.Configuration-">FairCallQueue(int, int, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">Create a FairCallQueue.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/FairCallQueueMXBean.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">FairCallQueueMXBean</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/FastNumberFormat.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">FastNumberFormat</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Fast thread-safe version of NumberFormat</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FastNumberFormat.html#FastNumberFormat--">FastNumberFormat()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FastNumberFormat.html" title="class in org.apache.hadoop.util">FastNumberFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#FATAL_DESERIALIZING_REQUEST_VALUE">FATAL_DESERIALIZING_REQUEST_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
could not deserilize rpc request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#FATAL_INVALID_RPC_HEADER_VALUE">FATAL_INVALID_RPC_HEADER_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
fields of RpcHeader are invalid</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#FATAL_UNAUTHORIZED_VALUE">FATAL_UNAUTHORIZED_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Auth failed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#FATAL_UNKNOWN_VALUE">FATAL_UNKNOWN_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Fatal Server side Rpc error - connection closed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#FATAL_UNSUPPORTED_SERIALIZATION_VALUE">FATAL_UNSUPPORTED_SERIALIZATION_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
IPC layer serilization type invalid</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#FATAL_VALUE">FATAL_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>
<div class="block">
Fatal error - connection closed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#FATAL_VERSION_MISMATCH_VALUE">FATAL_VERSION_MISMATCH_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">
Ipc Layer version mismatch</div>
</dd>
<dt><a href="org/apache/hadoop/ha/FenceMethod.html" title="interface in org.apache.hadoop.ha"><span class="typeNameLink">FenceMethod</span></a> - Interface in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">A fencing method is a method by which one node can forcibly prevent
another node from making continued progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html#fenceOldActive-byte:A-">fenceOldActive(byte[])</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html" title="interface in org.apache.hadoop.ha">ActiveStandbyElector.ActiveStandbyElectorCallback</a></dt>
<dd>
<div class="block">If an old active has failed, rather than exited gracefully, then
the new active may need to take some fencing actions against it
before proceeding with failover.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#fetchDurationSummary-org.apache.hadoop.fs.statistics.IOStatistics-java.lang.String-boolean-">fetchDurationSummary(IOStatistics, String, boolean)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>
<div class="block">Fetch the duration timing summary of success or failure operations
from an IO Statistics source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#fetchSuccessSummary-org.apache.hadoop.fs.statistics.IOStatistics-java.lang.String-">fetchSuccessSummary(IOStatistics, String)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>
<div class="block">Fetch the duration timing summary from an IOStatistics source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#file-org.apache.hadoop.fs.Path-">file(Path)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Create an option to specify the path name of the sequence file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#file-org.apache.hadoop.fs.Path-">file(Path)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#FILE_ATTRIBUTE_NORMAL">FILE_ATTRIBUTE_NORMAL</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#FILE_BEGIN">FILE_BEGIN</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#FILE_CURRENT">FILE_CURRENT</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#FILE_DEFAULT_PERM">FILE_DEFAULT_PERM</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Default permission for file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#FILE_END">FILE_END</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#FILE_SHARE_DELETE">FILE_SHARE_DELETE</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#FILE_SHARE_READ">FILE_SHARE_READ</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#FILE_SHARE_WRITE">FILE_SHARE_WRITE</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FileAlreadyExistsException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileAlreadyExistsException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Used when target file already exists for any operation and
is not configured to be overwritten.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileAlreadyExistsException.html#FileAlreadyExistsException--">FileAlreadyExistsException()</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileAlreadyExistsException.html" title="class in org.apache.hadoop.fs">FileAlreadyExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileAlreadyExistsException.html#FileAlreadyExistsException-java.lang.String-">FileAlreadyExistsException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileAlreadyExistsException.html" title="class in org.apache.hadoop.fs">FileAlreadyExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#fileAndDirectoryCount-long-">fileAndDirectoryCount(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/FileBasedIPList.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">FileBasedIPList</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">FileBasedIPList loads a list of subnets in CIDR format and ip addresses from
a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FileBasedIPList.html#FileBasedIPList-java.lang.String-">FileBasedIPList(String)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FileBasedIPList.html" title="class in org.apache.hadoop.util">FileBasedIPList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileChecksum</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">An abstract class representing file checksums for files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileChecksum.html#FileChecksum--">FileChecksum()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileContext</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">The FileContext class provides an interface for users of the Hadoop
file system.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileContext.Util</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Utility/library methods built over the basic FileContext methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#fileCount-long-">fileCount(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/FileSink.html" title="class in org.apache.hadoop.metrics2.sink"><span class="typeNameLink">FileSink</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a></dt>
<dd>
<div class="block">A metrics sink that writes to a file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/FileSink.html#FileSink--">FileSink()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/FileSink.html" title="class in org.apache.hadoop.metrics2.sink">FileSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileStatus</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Interface that represents the client side information for a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#FileStatus--">FileStatus()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#FileStatus-long-boolean-int-long-long-org.apache.hadoop.fs.Path-">FileStatus(long, boolean, int, long, long, Path)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#FileStatus-long-boolean-int-long-long-long-org.apache.hadoop.fs.permission.FsPermission-java.lang.String-java.lang.String-org.apache.hadoop.fs.Path-">FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Constructor for file systems on which symbolic links are not supported</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#FileStatus-long-boolean-int-long-long-long-org.apache.hadoop.fs.permission.FsPermission-java.lang.String-java.lang.String-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#FileStatus-long-boolean-int-long-long-long-org.apache.hadoop.fs.permission.FsPermission-java.lang.String-java.lang.String-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-boolean-boolean-">FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, boolean, boolean, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#FileStatus-long-boolean-int-long-long-long-org.apache.hadoop.fs.permission.FsPermission-java.lang.String-java.lang.String-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-java.util.Set-">FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, Set&lt;FileStatus.AttrFlags&gt;)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#FileStatus-org.apache.hadoop.fs.FileStatus-">FileStatus(FileStatus)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FileStatus.AttrFlags.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">FileStatus.AttrFlags</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Flags for entity attributes.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">An abstract base class for a fairly generic filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#FileSystem--">FileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FileSystem.DirListingIterator.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileSystem.DirListingIterator</span></a>&lt;<a href="org/apache/hadoop/fs/FileSystem.DirListingIterator.html" title="type parameter in FileSystem.DirListingIterator">T</a> extends <a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a>&gt; - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Generic iterator for implementing <a href="org/apache/hadoop/fs/FileSystem.html#listStatusIterator-org.apache.hadoop.fs.Path-"><code>FileSystem.listStatusIterator(Path)</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileSystem.Statistics</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Tracks statistics about how many reads, writes, and so forth have been
done in a FileSystem.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileSystem.Statistics.StatisticsData</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Statistics data.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl"><span class="typeNameLink">FileSystemMultipartUploaderBuilder</span></a> - Class in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block">Builder for <code>FileSystemMultipartUploader</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#FileSystemMultipartUploaderBuilder-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">FileSystemMultipartUploaderBuilder(FileSystem, Path)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#FILETYPE_FIELD_NUMBER">FILETYPE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileUtil</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A collection of file-processing util methods</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#FileUtil--">FileUtil()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FileUtil.HardLink.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FileUtil.HardLink</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/HardLink.html" title="class in org.apache.hadoop.fs"><code>HardLink</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/ValueQueue.QueueRefiller.html#fillQueueForKey-java.lang.String-java.util.Queue-int-">fillQueueForKey(String, Queue&lt;E&gt;, int)</a></span> - Method in interface org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/ValueQueue.QueueRefiller.html" title="interface in org.apache.hadoop.crypto.key.kms">ValueQueue.QueueRefiller</a></dt>
<dd>
<div class="block">Method that has to be implemented by implementing classes to fill the
Queue.</div>
</dd>
<dt><a href="org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http"><span class="typeNameLink">FilterContainer</span></a> - Interface in org.apache.hadoop.http</dt>
<dd>
<div class="block">A container class for javax.servlet.Filter.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find"><span class="typeNameLink">FilterExpression</span></a> - Class in <a href="org/apache/hadoop/fs/shell/find/package-summary.html">org.apache.hadoop.fs.shell.find</a></dt>
<dd>
<div class="block">Provides an abstract composition filter for the <a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><code>Expression</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#FilterExpression-org.apache.hadoop.fs.shell.find.Expression-">FilterExpression(Expression)</a></span> - Constructor for class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FilterFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A <code>FilterFileSystem</code> contains
some other file system, which it uses as
its basic file system, possibly transforming
the data along the way or providing additional
functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#FilterFileSystem--">FilterFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#FilterFileSystem-org.apache.hadoop.fs.FileSystem-">FilterFileSystem(FileSystem)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#filteringRemoteIterator-org.apache.hadoop.fs.RemoteIterator-org.apache.hadoop.util.functional.FunctionRaisingIOE-">filteringRemoteIterator(RemoteIterator&lt;S&gt;, FunctionRaisingIOE&lt;? super S, Boolean&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Create a RemoteIterator from a RemoteIterator and a filter
function which returns true for every element to be passed
through.</div>
</dd>
<dt><a href="org/apache/hadoop/http/FilterInitializer.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">FilterInitializer</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">Initialize a javax.servlet.Filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/FilterInitializer.html#FilterInitializer--">FilterInitializer()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/FilterInitializer.html" title="class in org.apache.hadoop.http">FilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#finalize--">finalize()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">Overriden to close the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#finalize--">finalize()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#finalize--">finalize()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#finalKey-org.apache.hadoop.io.WritableComparable-">finalKey(WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Reads the final key from the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#find-java.lang.String-">find(String)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#find-java.lang.String-int-">find(String, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Finds any occurrence of <code>what</code> in the backing
buffer, starting as position <code>start</code>.</div>
</dd>
<dt><a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">FindClass</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">This entry point exists for diagnosing classloader problems:
is a class or resource present -and if so, where?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#FindClass--">FindClass()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Empty constructor; passes a new Configuration
object instance to its superclass's constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#FindClass-org.apache.hadoop.conf.Configuration-">FindClass(Configuration)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Create a class with a specified configuration</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find"><span class="typeNameLink">FindOptions</span></a> - Class in <a href="org/apache/hadoop/fs/shell/find/package-summary.html">org.apache.hadoop.fs.shell.find</a></dt>
<dd>
<div class="block">Options to be used by the <code>Find</code> command and its <a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><code>Expression</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#FindOptions--">FindOptions()</a></span> - Constructor for class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#findProvider-java.util.List-java.lang.String-">findProvider(List&lt;KeyProvider&gt;, String)</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Find the provider with the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#finish--">finish()</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Finishes the expression, called once after processing all items.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockCompressorStream.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockCompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>
<div class="block">Finishes writing compressed data to the output stream
without closing the underlying stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#finish--">finish()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">When called, indicates that compression should end
with the current contents of the input buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">When called, indicates that compression should end
with the current contents of the input buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">When called, indicates that compression should end
with the current contents of the input buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#finish--">finish()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#finished--">finished()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Returns true if the end of the compressed
data output stream has been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#finished--">finished()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the end of the decompressed
data output stream has been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Returns true if the end of the compressed
data output stream has been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Returns true if the end of the decompressed
data output stream has been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Returns true if the end of the compressed
data output stream has been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Returns true if the end of the decompressed
data output stream has been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor.SnappyDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>
<div class="block">Returns true if the end of the gzip substream (single "member") has been
reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.ZlibDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor.ZStandardDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#finished--">finished()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Update the finished time with the current system time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#firstKey--">firstKey()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.html#fix-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-boolean-org.apache.hadoop.conf.Configuration-">fix(FileSystem, Path, Class&lt;? extends Writable&gt;, Class&lt;? extends Writable&gt;, boolean, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io">MapFile</a></dt>
<dd>
<div class="block">This method attempts to fix a corrupt MapFile by re-creating its index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#fixRelativePart-org.apache.hadoop.fs.Path-">fixRelativePart(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/FileContext.html#fixRelativePart-org.apache.hadoop.fs.Path-"><code>FileContext.fixRelativePart(org.apache.hadoop.fs.Path)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#FLAGS_FIELD_NUMBER">FLAGS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">FloatWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for floats.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#FloatWritable--">FloatWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#FloatWritable-float-">FloatWritable(float)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/FloatWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">FloatWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for FloatWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Ensures that any changes to the keys are written to persistent store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile">SimpleBufferedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSink.html#flush--">flush()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSink.html" title="interface in org.apache.hadoop.metrics2">MetricsSink</a></dt>
<dd>
<div class="block">Flush any buffered metrics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/FileSink.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/FileSink.html" title="class in org.apache.hadoop.metrics2.sink">FileSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink.Graphite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html" title="class in org.apache.hadoop.metrics2.sink">PrometheusMetricsSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#flush--">flush()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">Ensures that any changes to the credentials are written to persistent
store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#forceFlush">forceFlush</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#forceReloginFromKeytab--">forceReloginFromKeytab()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Force re-Login a user in from a keytab file irrespective of the last login
time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#forceSecureOpenForRandomRead-java.io.File-java.lang.String-java.lang.String-java.lang.String-">forceSecureOpenForRandomRead(File, String, String, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>
<div class="block">Same as openForRandomRead except that it will run even if security is off.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#forceSecureOpenForRead-java.io.File-java.lang.String-java.lang.String-">forceSecureOpenForRead(File, String, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>
<div class="block">Same as openForRead() except that it will run even if security is off.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#forceSecureOpenFSDataInputStream-java.io.File-java.lang.String-java.lang.String-">forceSecureOpenFSDataInputStream(File, String, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>
<div class="block">Same as openFSDataInputStream except that it will run even if security is
off.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#foreach-org.apache.hadoop.fs.RemoteIterator-org.apache.hadoop.util.functional.ConsumerRaisingIOE-">foreach(RemoteIterator&lt;T&gt;, ConsumerRaisingIOE&lt;? super T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Apply an operation to all values of a RemoteIterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#format-org.apache.log4j.spi.LoggingEvent-">format(LoggingEvent)</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.PasswordReader.html#format-java.lang.String-">format(String)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.PasswordReader.html" title="class in org.apache.hadoop.security.alias">CredentialShell.PasswordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FastNumberFormat.html#format-java.lang.StringBuilder-long-int-">format(StringBuilder, long, int)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FastNumberFormat.html" title="class in org.apache.hadoop.util">FastNumberFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#FORMAT_JAVA">FORMAT_JAVA</a></span> - Static variable in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Use FORMAT_* as arguments to format parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#FORMAT_PB">FORMAT_PB</a></span> - Static variable in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Use FORMAT_* as arguments to format parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#forNumber-int-">forNumber(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#FREEBSD">FREEBSD</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CleanerUtil.BufferCleaner.html#freeBuffer-java.nio.ByteBuffer-">freeBuffer(ByteBuffer)</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/CleanerUtil.BufferCleaner.html" title="interface in org.apache.hadoop.util">CleanerUtil.BufferCleaner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#fromBytes-double-">fromBytes(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#fromShort-short-">fromShort(short)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#fromStorageStatistics-org.apache.hadoop.fs.StorageStatistics-">fromStorageStatistics(StorageStatistics)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Create IOStatistics from a storage statistics instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpConfig.Policy.html#fromString-java.lang.String-">fromString(String)</a></span> - Static method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpConfig.Policy.html" title="enum in org.apache.hadoop.http">HttpConfig.Policy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#fromString-java.lang.String-">fromString(String)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Stringifier.html#fromString-java.lang.String-">fromString(String)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/Stringifier.html" title="interface in org.apache.hadoop.io">Stringifier</a></dt>
<dd>
<div class="block">Restores the object from its string representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#fs">fs</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#fs">fs</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_ACLS">FS_ACLS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support
<code>FileSystem.setAcl(Path, List)</code>,
<code>FileSystem.getAclStatus(Path)</code>
and related methods?
Value: "fs.capability.paths.acls".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_APPEND">FS_APPEND</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support <code>FileSystem.append(Path)</code>?
Value: "fs.capability.paths.append".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_AUTOMATIC_CLOSE_DEFAULT">FS_AUTOMATIC_CLOSE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_AUTOMATIC_CLOSE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_AUTOMATIC_CLOSE_KEY">FS_AUTOMATIC_CLOSE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_CHECKSUMS">FS_CHECKSUMS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support <code>FileSystem.getFileChecksum(Path)</code>?
Value: "fs.capability.paths.checksums".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_DEFAULT">FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_KEY">FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED">FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED_DEFAULT">FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_CONCAT">FS_CONCAT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support <code>FileSystem.concat(Path, Path[])</code>?
Value: "fs.capability.paths.concat".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_CREATION_PARALLEL_COUNT">FS_CREATION_PARALLEL_COUNT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Number of filesystems instances can be created in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_CREATION_PARALLEL_COUNT_DEFAULT">FS_CREATION_PARALLEL_COUNT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for <a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_CREATION_PARALLEL_COUNT"><code>CommonConfigurationKeysPublic.FS_CREATION_PARALLEL_COUNT</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_DEFAULT_NAME_DEFAULT">FS_DEFAULT_NAME_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_DEFAULT_NAME_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_DEFAULT_NAME_KEY">FS_DEFAULT_NAME_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#FS_DEFAULT_NAME_KEY">FS_DEFAULT_NAME_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_DF_INTERVAL_DEFAULT">FS_DF_INTERVAL_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_DF_INTERVAL_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_DF_INTERVAL_KEY">FS_DF_INTERVAL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_DU_INTERVAL_DEFAULT">FS_DU_INTERVAL_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_DU_INTERVAL_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_DU_INTERVAL_KEY">FS_DU_INTERVAL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_EXPERIMENTAL_BATCH_LISTING">FS_EXPERIMENTAL_BATCH_LISTING</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Probe for support for <a href="org/apache/hadoop/fs/BatchListingOperations.html" title="interface in org.apache.hadoop.fs"><code>BatchListingOperations</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_FILE_IMPL_KEY">FS_FILE_IMPL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FS_FTP_DATA_CONNECTION_MODE">FS_FTP_DATA_CONNECTION_MODE</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FS_FTP_HOST">FS_FTP_HOST</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_FTP_HOST_KEY">FS_FTP_HOST_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FS_FTP_HOST_PORT">FS_FTP_HOST_PORT</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_FTP_HOST_PORT_KEY">FS_FTP_HOST_PORT_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FS_FTP_PASSWORD_PREFIX">FS_FTP_PASSWORD_PREFIX</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FS_FTP_TIMEOUT">FS_FTP_TIMEOUT</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FS_FTP_TRANSFER_MODE">FS_FTP_TRANSFER_MODE</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FS_FTP_USER_PREFIX">FS_FTP_USER_PREFIX</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_GETSPACEUSED_CLASSNAME">FS_GETSPACEUSED_CLASSNAME</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_GETSPACEUSED_JITTER_DEFAULT">FS_GETSPACEUSED_JITTER_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_GETSPACEUSED_JITTER_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_GETSPACEUSED_JITTER_KEY">FS_GETSPACEUSED_JITTER_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_LIST_CORRUPT_FILE_BLOCKS">FS_LIST_CORRUPT_FILE_BLOCKS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support <code>FileSystem.listCorruptFileBlocks(Path)</code> ()}?
Value: "fs.capability.paths.list-corrupt-file-blocks".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_LOCAL_BLOCK_SIZE_DEFAULT">FS_LOCAL_BLOCK_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Not used anywhere, looks like default value for FS_LOCAL_BLOCK_SIZE</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_MULTIPART_UPLOADER">FS_MULTIPART_UPLOADER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support multipart uploading?
Value: "fs.capability.multipart.uploader".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_PATHHANDLES">FS_PATHHANDLES</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support
<code>FileSystem.createPathHandle(FileStatus, Options.HandleOpt...)</code>
and related methods?
Value: "fs.capability.paths.pathhandles".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_PERMISSIONS">FS_PERMISSIONS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support <code>FileSystem.setPermission(Path, FsPermission)</code>
and related methods?
Value: "fs.capability.paths.permissions".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_PROTECTED_DIRECTORIES">FS_PROTECTED_DIRECTORIES</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Directories that cannot be removed unless empty, even by an
administrator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_READ_ONLY_CONNECTOR">FS_READ_ONLY_CONNECTOR</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does this filesystem connector only support filesystem read operations?
For example, the <code>HttpFileSystem</code> is always read-only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#FS_SFTP_CONNECTION_MAX">FS_SFTP_CONNECTION_MAX</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#FS_SFTP_HOST">FS_SFTP_HOST</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#FS_SFTP_HOST_PORT">FS_SFTP_HOST_PORT</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#FS_SFTP_KEYFILE">FS_SFTP_KEYFILE</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#FS_SFTP_PASSWORD_PREFIX">FS_SFTP_PASSWORD_PREFIX</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#FS_SFTP_USER_PREFIX">FS_SFTP_USER_PREFIX</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_SNAPSHOTS">FS_SNAPSHOTS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support snapshots through
<code>FileSystem.createSnapshot(Path)</code> and related methods??
Value: "fs.capability.paths.snapshots".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_STORAGEPOLICY">FS_STORAGEPOLICY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support <code>FileSystem.setStoragePolicy(Path, String)</code>
and related methods?
Value: "fs.capability.paths.storagepolicy".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_SYMLINKS">FS_SYMLINKS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support symlinks through
<code>FileSystem.createSymlink(Path, Path, boolean)</code> and related methods?
Value: "fs.capability.paths.symlinks".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_TRASH_CHECKPOINT_INTERVAL_DEFAULT">FS_TRASH_CHECKPOINT_INTERVAL_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_TRASH_CHECKPOINT_INTERVAL_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_TRASH_CHECKPOINT_INTERVAL_KEY">FS_TRASH_CHECKPOINT_INTERVAL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_TRASH_INTERVAL_DEFAULT">FS_TRASH_INTERVAL_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for FS_TRASH_INTERVAL_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#FS_TRASH_INTERVAL_KEY">FS_TRASH_INTERVAL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_TRUNCATE">FS_TRUNCATE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support <code>FileSystem#truncate(Path, long)</code> ?
Value: "fs.capability.paths.truncate".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsConstants.html#FS_VIEWFS_OVERLOAD_SCHEME_TARGET_FS_IMPL_PATTERN">FS_VIEWFS_OVERLOAD_SCHEME_TARGET_FS_IMPL_PATTERN</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs">FsConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonPathCapabilities.html#FS_XATTRS">FS_XATTRS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonPathCapabilities.html" title="class in org.apache.hadoop.fs">CommonPathCapabilities</a></dt>
<dd>
<div class="block">Does the store support XAttributes through
<code>FileSystem#.setXAttr()</code> and related methods?
Value: "fs.capability.paths.xattrs".</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission"><span class="typeNameLink">FsAction</span></a> - Enum in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">File system actions, e.g.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">FSBuilder</span></a>&lt;<a href="org/apache/hadoop/fs/FSBuilder.html" title="type parameter in FSBuilder">S</a>,<a href="org/apache/hadoop/fs/FSBuilder.html" title="type parameter in FSBuilder">B</a> extends <a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a>&lt;<a href="org/apache/hadoop/fs/FSBuilder.html" title="type parameter in FSBuilder">S</a>,<a href="org/apache/hadoop/fs/FSBuilder.html" title="type parameter in FSBuilder">B</a>&gt;&gt; - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">The base interface which various FileSystem FileContext Builder
interfaces can extend, and which underlying implementations
will then implement.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">FsConstants</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">FileSystem related constants.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission"><span class="typeNameLink">FsCreateModes</span></a> - Class in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">A class that stores both masked and unmasked create modes
and is a drop-in replacement for masked permission.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSDataInputStream</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Utility that wraps a <a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs"><code>FSInputStream</code></a> in a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io"><code>DataInputStream</code></a>
and buffers input through a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/BufferedInputStream.html?is-external=true" title="class or interface in java.io"><code>BufferedInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#FSDataInputStream-java.io.InputStream-">FSDataInputStream(InputStream)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.FSDataInputStreamOption.html#FSDataInputStreamOption-org.apache.hadoop.fs.FSDataInputStream-">FSDataInputStreamOption(FSDataInputStream)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.FSDataInputStreamOption.html" title="class in org.apache.hadoop.util">Options.FSDataInputStreamOption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSDataOutputStream</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Utility that wraps a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> in a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io"><code>DataOutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#FSDataOutputStream-java.io.OutputStream-org.apache.hadoop.fs.FileSystem.Statistics-">FSDataOutputStream(OutputStream, FileSystem.Statistics)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#FSDataOutputStream-java.io.OutputStream-org.apache.hadoop.fs.FileSystem.Statistics-long-">FSDataOutputStream(OutputStream, FileSystem.Statistics, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSDataOutputStreamBuilder</span></a>&lt;<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="type parameter in FSDataOutputStreamBuilder">S</a> extends <a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a>,<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="type parameter in FSDataOutputStreamBuilder">B</a> extends <a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a>&lt;<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="type parameter in FSDataOutputStreamBuilder">S</a>,<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="type parameter in FSDataOutputStreamBuilder">B</a>&gt;&gt; - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Builder for <a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs"><code>FSDataOutputStream</code></a> and its subclasses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#FSDataOutputStreamBuilder-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">FSDataOutputStreamBuilder(FileSystem, Path)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.FSDataOutputStreamOption.html#FSDataOutputStreamOption-org.apache.hadoop.fs.FSDataOutputStream-">FSDataOutputStreamOption(FSDataOutputStream)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.FSDataOutputStreamOption.html" title="class in org.apache.hadoop.util">Options.FSDataOutputStreamOption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FSError.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSError</span></a> - Error in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Thrown for unexpected filesystem errors, presumed to reflect disk errors
in the native filesystem.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSExceptionMessages</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Standard strings to use in exception messages in filesystems
HDFS is used as the reference source of the strings</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#FSExceptionMessages--">FSExceptionMessages()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#fsGetter--">fsGetter()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Gets file system creator instance.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSInputStream</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">FSInputStream is a generic old InputStream with a little bit
of RAF-style seek ability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#FSInputStream--">FSInputStream()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/impl/FsLinkResolution.FsLinkResolutionFunction.html" title="interface in org.apache.hadoop.fs.impl"><span class="typeNameLink">FsLinkResolution.FsLinkResolutionFunction</span></a>&lt;<a href="org/apache/hadoop/fs/impl/FsLinkResolution.FsLinkResolutionFunction.html" title="type parameter in FsLinkResolution.FsLinkResolutionFunction">T</a>&gt; - Interface in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block">The signature of the function to invoke.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission"><span class="typeNameLink">FsPermission</span></a> - Class in org.apache.hadoop.fs.permission</dt>
<dd>
<div class="block">A class for file/directory permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#FsPermission-org.apache.hadoop.fs.permission.FsAction-org.apache.hadoop.fs.permission.FsAction-org.apache.hadoop.fs.permission.FsAction-">FsPermission(FsAction, FsAction, FsAction)</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Construct by the given <a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission"><code>FsAction</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#FsPermission-org.apache.hadoop.fs.permission.FsAction-org.apache.hadoop.fs.permission.FsAction-org.apache.hadoop.fs.permission.FsAction-boolean-">FsPermission(FsAction, FsAction, FsAction, boolean)</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#FsPermission-short-">FsPermission(short)</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Construct by the given mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#FsPermission-int-">FsPermission(int)</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Construct by the given mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#FsPermission-org.apache.hadoop.fs.permission.FsPermission-">FsPermission(FsPermission)</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Copy constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#FsPermission-java.lang.String-">FsPermission(String)</a></span> - Constructor for class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Construct by given mode, either in octal or symbolic format.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FileStatusProto</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">
FileStatus encoding.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FileStatusProto.Builder</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">
FileStatus encoding.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FileStatusProto.FileType</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.fs.FileStatusProto.FileType</code></div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FileStatusProto.Flags</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.fs.FileStatusProto.Flags</code></div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FileStatusProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FsPermissionProto</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.fs.FsPermissionProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FsPermissionProto.Builder</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.fs.FsPermissionProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProtoOrBuilder.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.FsPermissionProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.LocalFileSystemPathHandleProto</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">
Placeholder type for consistent basic FileSystem operations.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.LocalFileSystemPathHandleProto.Builder</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">
Placeholder type for consistent basic FileSystem operations.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">FSProtos.LocalFileSystemPathHandleProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FsServerDefaults</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Provides server default configuration values to clients.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#FsServerDefaults--">FsServerDefaults()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#FsServerDefaults-long-int-int-short-int-boolean-long-org.apache.hadoop.util.DataChecksum.Type-">FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#FsServerDefaults-long-int-int-short-int-boolean-long-org.apache.hadoop.util.DataChecksum.Type-java.lang.String-">FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type, String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#FsServerDefaults-long-int-int-short-int-boolean-long-org.apache.hadoop.util.DataChecksum.Type-java.lang.String-byte-">FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type, String, byte)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/FsShell.Help.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FsShell.Help</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Displays short usage of commands sans the long description</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FsShell.Usage.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FsShell.Usage</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Display help for commands with their short usage and long description.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FsShellPermissions.Chgrp</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Used to change group of files</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FsShellPermissions.Chmod</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">The pattern is almost as flexible as mode allowed by chmod shell command.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FsShellPermissions.Chown</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Used to change owner and/or group of files</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">FsStatus</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This class is used to represent the capacity, free and used space on a
<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><code>FileSystem</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsStatus.html#FsStatus-long-long-long-">FsStatus(long, long, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</a></dt>
<dd>
<div class="block">Construct a FsStatus object, using the specified statistics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#fsync-java.io.File-">fsync(File)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Ensure that any writes to the given file is written to the storage device
that contains it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#fsync-java.nio.channels.FileChannel-boolean-">fsync(FileChannel, boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Ensure that any writes to the given file is written to the storage device
that contains it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#FT_DIR_VALUE">FT_DIR_VALUE</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>
<div class="block"><code>FT_DIR = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#FT_FILE_VALUE">FT_FILE_VALUE</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>
<div class="block"><code>FT_FILE = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#FT_SYMLINK_VALUE">FT_SYMLINK_VALUE</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>
<div class="block"><code>FT_SYMLINK = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsConstants.html#FTP_SCHEME">FTP_SCHEME</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs">FsConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/ftp/FTPException.html" title="class in org.apache.hadoop.fs.ftp"><span class="typeNameLink">FTPException</span></a> - Exception in <a href="org/apache/hadoop/fs/ftp/package-summary.html">org.apache.hadoop.fs.ftp</a></dt>
<dd>
<div class="block">A class to wrap a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> into a Runtime Exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPException.html#FTPException-java.lang.String-">FTPException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPException.html" title="class in org.apache.hadoop.fs.ftp">FTPException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPException.html#FTPException-java.lang.Throwable-">FTPException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPException.html" title="class in org.apache.hadoop.fs.ftp">FTPException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPException.html#FTPException-java.lang.String-java.lang.Throwable-">FTPException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPException.html" title="class in org.apache.hadoop.fs.ftp">FTPException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp"><span class="typeNameLink">FTPFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/ftp/package-summary.html">org.apache.hadoop.fs.ftp</a></dt>
<dd>
<div class="block">
A <a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><code>FileSystem</code></a> backed by an FTP client provided by <a
href="http://commons.apache.org/net/">Apache Commons Net</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#FTPFileSystem--">FTPFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#fullyDelete-java.io.File-">fullyDelete(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Delete a directory and all its contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#fullyDelete-java.io.File-boolean-">fullyDelete(File, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Delete a directory and all its contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#fullyDelete-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">fullyDelete(FileSystem, Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileSystem.html#delete-org.apache.hadoop.fs.Path-boolean-"><code>FileSystem.delete(Path, boolean)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#fullyDeleteContents-java.io.File-">fullyDeleteContents(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Delete the contents of a directory, not the directory itself.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#fullyDeleteContents-java.io.File-boolean-">fullyDeleteContents(File, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Delete the contents of a directory, not the directory itself.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#fullyDeleteOnExit-java.io.File-">fullyDeleteOnExit(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Register all files recursively to be deleted on exit.</div>
</dd>
<dt><a href="org/apache/hadoop/util/functional/FunctionRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><span class="typeNameLink">FunctionRaisingIOE</span></a>&lt;<a href="org/apache/hadoop/util/functional/FunctionRaisingIOE.html" title="type parameter in FunctionRaisingIOE">T</a>,<a href="org/apache/hadoop/util/functional/FunctionRaisingIOE.html" title="type parameter in FunctionRaisingIOE">R</a>&gt; - Interface in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">Function of arity 1 which may raise an IOException.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.BiFunctionRaisingIOE.html" title="interface in org.apache.hadoop.fs.impl"><span class="typeNameLink">FunctionsRaisingIOE.BiFunctionRaisingIOE</span></a>&lt;<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.BiFunctionRaisingIOE.html" title="type parameter in FunctionsRaisingIOE.BiFunctionRaisingIOE">T</a>,<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.BiFunctionRaisingIOE.html" title="type parameter in FunctionsRaisingIOE.BiFunctionRaisingIOE">U</a>,<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.BiFunctionRaisingIOE.html" title="type parameter in FunctionsRaisingIOE.BiFunctionRaisingIOE">R</a>&gt; - Interface in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/util/functional/BiFunctionRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><code>BiFunctionRaisingIOE</code></a></span></div>
</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.CallableRaisingIOE.html" title="interface in org.apache.hadoop.fs.impl"><span class="typeNameLink">FunctionsRaisingIOE.CallableRaisingIOE</span></a>&lt;<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.CallableRaisingIOE.html" title="type parameter in FunctionsRaisingIOE.CallableRaisingIOE">R</a>&gt; - Interface in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/util/functional/CallableRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><code>CallableRaisingIOE</code></a></span></div>
</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.FunctionRaisingIOE.html" title="interface in org.apache.hadoop.fs.impl"><span class="typeNameLink">FunctionsRaisingIOE.FunctionRaisingIOE</span></a>&lt;<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.FunctionRaisingIOE.html" title="type parameter in FunctionsRaisingIOE.FunctionRaisingIOE">T</a>,<a href="org/apache/hadoop/fs/impl/FunctionsRaisingIOE.FunctionRaisingIOE.html" title="type parameter in FunctionsRaisingIOE.FunctionRaisingIOE">R</a>&gt; - Interface in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/util/functional/FunctionRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><code>FunctionRaisingIOE</code></a></span></div>
</div>
</dd>
<dt><a href="org/apache/hadoop/fs/FutureDataInputStreamBuilder.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">FutureDataInputStreamBuilder</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Builder for input streams and subclasses whose return value is
actually a completable future: this allows for better asynchronous
operation.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl"><span class="typeNameLink">FutureDataInputStreamBuilderImpl</span></a> - Class in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block">Builder for input streams and subclasses whose return value is
actually a completable future: this allows for better asynchronous
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#FutureDataInputStreamBuilderImpl-org.apache.hadoop.fs.FileContext-org.apache.hadoop.fs.Path-">FutureDataInputStreamBuilderImpl(FileContext, Path)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>
<div class="block">Construct from a <a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs"><code>FileContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#FutureDataInputStreamBuilderImpl-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">FutureDataInputStreamBuilderImpl(FileSystem, Path)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#FutureDataInputStreamBuilderImpl-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.PathHandle-">FutureDataInputStreamBuilderImpl(FileSystem, PathHandle)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>
<div class="block">Constructor with PathHandle.</div>
</dd>
<dt><a href="org/apache/hadoop/util/functional/FutureIO.html" title="class in org.apache.hadoop.util.functional"><span class="typeNameLink">FutureIO</span></a> - Class in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">Future IO Helper methods.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#G_SIZE">G_SIZE</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#gangliaMetricVisitor">gangliaMetricVisitor</a></span> - Variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>
<div class="block">Used for visiting Metrics</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html" title="class in org.apache.hadoop.metrics2.sink.ganglia"><span class="typeNameLink">GangliaSink30</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/ganglia/package-summary.html">org.apache.hadoop.metrics2.sink.ganglia</a></dt>
<dd>
<div class="block">This code supports Ganglia 3.0</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html#GangliaSink30--">GangliaSink30()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink30</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink31.html" title="class in org.apache.hadoop.metrics2.sink.ganglia"><span class="typeNameLink">GangliaSink31</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/ganglia/package-summary.html">org.apache.hadoop.metrics2.sink.ganglia</a></dt>
<dd>
<div class="block">This code supports Ganglia 3.1</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink31.html#GangliaSink31--">GangliaSink31()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink31.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink31</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsVisitor.html#gauge-org.apache.hadoop.metrics2.MetricsInfo-int-">gauge(MetricsInfo, int)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsVisitor.html" title="interface in org.apache.hadoop.metrics2">MetricsVisitor</a></dt>
<dd>
<div class="block">Callback for integer value gauges</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsVisitor.html#gauge-org.apache.hadoop.metrics2.MetricsInfo-long-">gauge(MetricsInfo, long)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsVisitor.html" title="interface in org.apache.hadoop.metrics2">MetricsVisitor</a></dt>
<dd>
<div class="block">Callback for long value gauges</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsVisitor.html#gauge-org.apache.hadoop.metrics2.MetricsInfo-float-">gauge(MetricsInfo, float)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsVisitor.html" title="interface in org.apache.hadoop.metrics2">MetricsVisitor</a></dt>
<dd>
<div class="block">Callback for float value gauges</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsVisitor.html#gauge-org.apache.hadoop.metrics2.MetricsInfo-double-">gauge(MetricsInfo, double)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsVisitor.html" title="interface in org.apache.hadoop.metrics2">MetricsVisitor</a></dt>
<dd>
<div class="block">Callback for double value gauges</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#gauges--">gauges()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatistics.html#gauges--">gauges()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics">IOStatistics</a></dt>
<dd>
<div class="block">Map of gauges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#gauges--">gauges()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html#GcData--">GcData()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util">GcTimeMonitor.GcData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html#gcTimeAlertHandler-org.apache.hadoop.util.GcTimeMonitor.GcTimeAlertHandler-">gcTimeAlertHandler(GcTimeMonitor.GcTimeAlertHandler)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html" title="class in org.apache.hadoop.util">GcTimeMonitor.Builder</a></dt>
<dd>
<div class="block">Set the GC alert handler.</div>
</dd>
<dt><a href="org/apache/hadoop/util/GcTimeMonitor.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">GcTimeMonitor</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">This class monitors the percentage of time the JVM is paused in GC within
the specified observation window, say 1 minute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.html#GcTimeMonitor-long-long-int-org.apache.hadoop.util.GcTimeMonitor.GcTimeAlertHandler-">GcTimeMonitor(long, long, int, GcTimeMonitor.GcTimeAlertHandler)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.html" title="class in org.apache.hadoop.util">GcTimeMonitor</a></dt>
<dd>
<div class="block">Create an instance of GCTimeMonitor.</div>
</dd>
<dt><a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">GcTimeMonitor.Builder</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">GcTimeMonitor.GcData</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Encapsulates data about GC pauses measured at the specific timestamp.</div>
</dd>
<dt><a href="org/apache/hadoop/util/GcTimeMonitor.GcTimeAlertHandler.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">GcTimeMonitor.GcTimeAlertHandler</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">The user can provide an instance of a class implementing this interface
when initializing a GcTimeMonitor to receive alerts when GC time
percentage exceeds the specified threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html#generateEncryptedKey-java.lang.String-">generateEncryptedKey(String)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.CryptoExtension</a></dt>
<dd>
<div class="block">Generates a key material and encrypts it using the given key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#generateEncryptedKey-java.lang.String-">generateEncryptedKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#generateKey-int-java.lang.String-">generateKey(int, String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Generates a key material.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#generateSecret--">generateSecret()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">Generate a new random secret key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#GENERIC_READ">GENERIC_READ</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#GENERIC_WRITE">GENERIC_WRITE</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB"><span class="typeNameLink">GenericRefreshProtocolClientSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/ipc/protocolPB/package-summary.html">org.apache.hadoop.ipc.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html#GenericRefreshProtocolClientSideTranslatorPB-org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolPB-">GenericRefreshProtocolClientSideTranslatorPB(GenericRefreshProtocolPB)</a></span> - Constructor for class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">GenericRefreshProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshProtocolService</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Protocol which is used to refresh a user-specified feature.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Refresh request.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Refresh request.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Collection of responses from zero or more handlers.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Collection of responses from zero or more handlers.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
A single response from a refresh handler.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
A single response from a refresh handler.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB"><span class="typeNameLink">GenericRefreshProtocolServerSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/ipc/protocolPB/package-summary.html">org.apache.hadoop.ipc.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolServerSideTranslatorPB.html#GenericRefreshProtocolServerSideTranslatorPB-org.apache.hadoop.ipc.GenericRefreshProtocol-">GenericRefreshProtocolServerSideTranslatorPB(GenericRefreshProtocol)</a></span> - Constructor for class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">GenericRefreshProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#GenericRefreshProtocolService--">GenericRefreshProtocolService()</a></span> - Constructor for class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">GenericWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A wrapper for Writable instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#GenericWritable--">GenericWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property, <code>null</code> if
no such property exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#get-java.lang.String-java.lang.String-">get(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html#get-java.net.URI-org.apache.hadoop.conf.Configuration-">get(URI, Configuration)</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html" title="class in org.apache.hadoop.crypto.key">KeyProviderFactory</a></dt>
<dd>
<div class="block">Create a KeyProvider based on a provided URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#get-java.net.URI-org.apache.hadoop.conf.Configuration-">get(URI, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The main factory method for creating a file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html#get-int-">get(int)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html" title="interface in org.apache.hadoop.fs">BatchedRemoteIterator.BatchedEntries</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html#get-int-">get(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator.BatchedListEntries</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#get-java.net.URI-org.apache.hadoop.conf.Configuration-java.lang.String-">get(URI, Configuration, String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get a FileSystem instance based on the uri, the passed in
configuration and the user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#get-org.apache.hadoop.conf.Configuration-">get(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns the configured FileSystem implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#get-java.net.URI-org.apache.hadoop.conf.Configuration-">get(URI, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get a FileSystem for this URI's scheme and authority.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobalStorageStatistics.html#get-java.lang.String-">get(String)</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobalStorageStatistics.html" title="enum in org.apache.hadoop.fs">GlobalStorageStatistics</a></dt>
<dd>
<div class="block">Get the StorageStatistics object with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartialListing.html#get--">get()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs">PartialListing</a></dt>
<dd>
<div class="block">Partial listing of the path being listed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html#get-java.lang.String-">get(String)</a></span> - Static method in enum org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html" title="enum in org.apache.hadoop.fs.viewfs">RegexMountPointInterceptorType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Reader.html#get-long-org.apache.hadoop.io.Writable-">get(long, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Reader.html" title="class in org.apache.hadoop.io">ArrayFile.Reader</a></dt>
<dd>
<div class="block">Return the <code>n</code>th value in the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>
<div class="block">Get the original array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Reader.html#get-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-">get(WritableComparable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io">BloomMapFile.Reader</a></dt>
<dd>
<div class="block">Fast version of the
<a href="org/apache/hadoop/io/MapFile.Reader.html#get-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-"><code>MapFile.Reader.get(WritableComparable, Writable)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>
<div class="block">Returns the value of the BooleanWritable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/BytesWritable.html#getBytes--"><code>BytesWritable.getBytes()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>
<div class="block">Return the value of this ByteWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>
<div class="block">Return the value of this EnumSetWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#get-org.apache.hadoop.io.BytesWritable-org.apache.hadoop.io.BytesWritable-">get(BytesWritable, BytesWritable)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Copy the key and value in one shot into BytesWritables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>
<div class="block">Return the value of this FloatWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>
<div class="block">Return the wrapped instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>
<div class="block">Return the value of this IntWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>
<div class="block">Return the value of this LongWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#get-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-">get(WritableComparable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Return the value for the named key, or null if none exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#get-java.lang.Object-">get(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.html#get--">get()</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io">NullWritable</a></dt>
<dd>
<div class="block">Returns the single instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Return the instance, or null if none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#get-org.apache.hadoop.io.Text-">get(Text)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#get-int-">get(int)</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Reader.html#get-org.apache.hadoop.io.WritableComparable-">get(WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Reader.html" title="class in org.apache.hadoop.io">SetFile.Reader</a></dt>
<dd>
<div class="block">Read the matching key from a set into <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">Return the value of this ShortWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#get-java.lang.Object-">get(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/TwoDArrayWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io">TwoDArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>
<div class="block">Return the value of this VIntWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#get--">get()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>
<div class="block">Return the value of this LongWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#get-java.lang.Class-">get(Class&lt;? extends WritableComparable&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">For backwards compatibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#get-java.lang.Class-org.apache.hadoop.conf.Configuration-">get(Class&lt;? extends WritableComparable&gt;, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Get a comparator for a <a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io"><code>WritableComparable</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ExternalCall.html#get--">get()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ExternalCall.html" title="class in org.apache.hadoop.ipc">ExternalCall</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#get--">get()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns the server instance called under or null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Get a metric by name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.html#get-java.lang.String-java.util.Collection-">get(String, Collection&lt;MetricsTag&gt;)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache</a></dt>
<dd>
<div class="block">Get the cached record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGet.html#get-long-java.util.concurrent.TimeUnit-">get(long, TimeUnit)</a></span> - Method in interface org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGet.html" title="interface in org.apache.hadoop.util.concurrent">AsyncGet</a></dt>
<dd>
<div class="block">Get the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html#get--">get()</a></span> - Method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="class in org.apache.hadoop.util.concurrent">AsyncGetFuture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html#get-long-java.util.concurrent.TimeUnit-">get(long, TimeUnit)</a></span> - Method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="class in org.apache.hadoop.util.concurrent">AsyncGetFuture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html#get--">get()</a></span> - Method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional">CommonCallableSupplier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#get--">get()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">Return <code>ShutdownHookManager</code> singleton.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getAccessTime--">getAccessTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get the access time of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getAccessTime--">getAccessTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getAccessTime--">getAccessTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getAccessTime--">getAccessTime()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html#getAccumulatedGcCount--">getAccumulatedGcCount()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util">GcTimeMonitor.GcData</a></dt>
<dd>
<div class="block">Returns the accumulated number of GC pauses since this JVM started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html#getAccumulatedGcTime--">getAccumulatedGcTime()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util">GcTimeMonitor.GcData</a></dt>
<dd>
<div class="block">Returns accumulated GC time since this JVM started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getAclBit--">getAclBit()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Get acl bit from the <a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs"><code>FileStatus</code></a>
object.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getAclStatus-org.apache.hadoop.fs.Path-">getAclStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Gets the ACLs of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getAclStatus-org.apache.hadoop.fs.Path-">getAclStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Gets the ACLs of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getAclStatus-org.apache.hadoop.fs.Path-">getAclStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Gets the ACL of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getAclStatus-org.apache.hadoop.fs.Path-">getAclStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getAclStatus-org.apache.hadoop.fs.Path-">getAclStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getAclStatus-org.apache.hadoop.fs.Path-">getAclStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#getAclString--">getAclString()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Returns the access control list as a String that can be used for building a
new instance by sending it to the constructor of <a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize"><code>AccessControlList</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getAddress--">getAddress()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html#getAddress--">getAddress()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.PmemMappedRegion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html#getAdjustedEnd--">getAdjustedEnd()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress">SplitCompressionInputStream</a></dt>
<dd>
<div class="block">After calling createInputStream, the values of start or end
might change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html#getAdjustedStart--">getAdjustedStart()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress">SplitCompressionInputStream</a></dt>
<dd>
<div class="block">After calling createInputStream, the values of start or end
might change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.KeyMetadata.html#getAlgorithm--">getAlgorithm()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.KeyMetadata.html" title="class in org.apache.hadoop.crypto.key">JavaKeyStoreProvider.KeyMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#getAlgorithm--">getAlgorithm()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>
<div class="block">Get the algorithm from the cipher.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileChecksum.html#getAlgorithmName--">getAlgorithmName()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</a></dt>
<dd>
<div class="block">The checksum algorithm name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#getAlgorithmName--">getAlgorithmName()</a></span> - Method in class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html#getAlias--">getAlias()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html" title="class in org.apache.hadoop.security.alias">CredentialProvider.CredentialEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getAlias--">getAlias()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getAlias--">getAlias()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#getAlias--">getAlias()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getAliasBytes--">getAliasBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getAliasBytes--">getAliasBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#getAliasBytes--">getAliasBytes()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#getAliases--">getAliases()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">Get the aliases for all credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DNSDomainNameResolver.html#getAllByDomainName-java.lang.String-">getAllByDomainName(String)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/DNSDomainNameResolver.html" title="class in org.apache.hadoop.net">DNSDomainNameResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DomainNameResolver.html#getAllByDomainName-java.lang.String-">getAllByDomainName(String)</a></span> - Method in interface org.apache.hadoop.net.<a href="org/apache/hadoop/net/DomainNameResolver.html" title="interface in org.apache.hadoop.net">DomainNameResolver</a></dt>
<dd>
<div class="block">Takes one domain name and returns its IP addresses based on the actual
service discovery methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getAllKeys--">getAllKeys()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getAllPropertiesByTag-java.lang.String-">getAllPropertiesByTag(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get all properties belonging to tag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getAllPropertiesByTags-java.util.List-">getAllPropertiesByTags(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get all properties belonging to list of input tags.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DNSDomainNameResolver.html#getAllResolvedHostnameByDomainName-java.lang.String-boolean-">getAllResolvedHostnameByDomainName(String, boolean)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/DNSDomainNameResolver.html" title="class in org.apache.hadoop.net">DNSDomainNameResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DomainNameResolver.html#getAllResolvedHostnameByDomainName-java.lang.String-boolean-">getAllResolvedHostnameByDomainName(String, boolean)</a></span> - Method in interface org.apache.hadoop.net.<a href="org/apache/hadoop/net/DomainNameResolver.html" title="interface in org.apache.hadoop.net">DomainNameResolver</a></dt>
<dd>
<div class="block">This function combines getAllByDomainName and getHostnameByIP, for a single
domain name, it will first do a forward lookup to get all of IP addresses,
then for each IP address, it will do a reverse lookup to get the fqdn.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#getAllSecretKeys--">getAllSecretKeys()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Return all the secret key entries in the in-memory map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getAllShells--">getAllShells()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Static method to return a Set of all <code>Shell</code> objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getAllStatistics--">getAllStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getAllStatistics--">getAllStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getAllStatistics--">getAllStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/FileSystem.html#getGlobalStorageStatistics--"><code>FileSystem.getGlobalStorageStatistics()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getAllStoragePolicies--">getAllStoragePolicies()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Retrieve all the storage policies supported by this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getAllStoragePolicies--">getAllStoragePolicies()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Retrieve all the storage policies supported by this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getAllStoragePolicies--">getAllStoragePolicies()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Retrieve all the storage policies supported by this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getAllStoragePolicies--">getAllStoragePolicies()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getAllStoragePolicies--">getAllStoragePolicies()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#getAllTokens--">getAllTokens()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Return all the tokens in the in-memory map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcMultiplexer.html#getAndAdvanceCurrentIndex--">getAndAdvanceCurrentIndex()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcMultiplexer.html" title="interface in org.apache.hadoop.ipc">RpcMultiplexer</a></dt>
<dd>
<div class="block">Should get current index and optionally perform whatever is needed
to prepare the next index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html#getAndAdvanceCurrentIndex--">getAndAdvanceCurrentIndex()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html" title="class in org.apache.hadoop.ipc">WeightedRoundRobinMultiplexer</a></dt>
<dd>
<div class="block">Use the mux by getting and advancing index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#getApproxChkSumLength-long-">getApproxChkSumLength(long)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getArgs-int-">getArgs(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getArgs-int-">getArgs(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html#getArgs-int-">getArgs(int)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getArgsBytes-int-">getArgsBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getArgsBytes-int-">getArgsBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html#getArgsBytes-int-">getArgsBytes(int)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getArgsCount--">getArgsCount()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getArgsCount--">getArgsCount()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html#getArgsCount--">getArgsCount()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getArgsList--">getArgsList()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getArgsList--">getArgsList()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html#getArgsList--">getArgsList()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getArgument-int-">getArgument(int)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Returns the argument at the given position (starting from 1).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getArguments--">getArguments()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Returns the arguments of this expression</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#getAsyncReturnMessage--">getAsyncReturnMessage()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#getAsyncReturnMessage--">getAsyncReturnMessage()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#getAsyncRpcResponse--">getAsyncRpcResponse()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#getAttributes--">getAttributes()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#getAttributes--">getAttributes()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getAuthenticationMethod-org.apache.hadoop.conf.Configuration-">getAuthenticationMethod(Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getAuthenticationMethod--">getAuthenticationMethod()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the authentication method from the subject</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#getAuthMethod-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">getAuthMethod(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getAuthMethod-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getAuthMethod(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.AuthMethodResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#getAuthMethod-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getAuthMethod(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.AuthMethodResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#getAuthMethod-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getAuthMethod(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.AuthMethodResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#getAuthMethod-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getAuthMethod-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.AuthMethodResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#getAuthMethod-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.AuthMethodResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#getAuthMethod-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.AuthMethodResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html#getAuthMethod--">getAuthMethod()</a></span> - Method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html" title="enum in org.apache.hadoop.security">UserGroupInformation.AuthenticationMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getAuths-int-">getAuths(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getAuths-int-">getAuths(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getAuths-int-">getAuths(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getAuthsBuilder-int-">getAuthsBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getAuthsBuilderList--">getAuthsBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getAuthsCount--">getAuthsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getAuthsCount--">getAuthsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getAuthsCount--">getAuthsCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getAuthsList--">getAuthsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getAuthsList--">getAuthsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getAuthsList--">getAuthsList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getAuthsOrBuilder-int-">getAuthsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getAuthsOrBuilder-int-">getAuthsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getAuthsOrBuilder-int-">getAuthsOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getAuthsOrBuilderList--">getAuthsOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getAuthsOrBuilderList--">getAuthsOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getAuthsOrBuilderList--">getAuthsOrBuilderList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#getAuthUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">getAuthUser(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getAuthUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getAuthUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#getAuthUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getAuthUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#getAuthUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getAuthUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#getAuthUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getAuthUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#getAuthUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#getAuthUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getAuxiliaryListenerAddresses--">getAuxiliaryListenerAddresses()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Return the set of all the configured auxiliary socket addresses NameNode
RPC is listening on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getAuxiliaryPortEstablishedQOP--">getAuxiliaryPortEstablishedQOP()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns the SASL qop for the current call, if the current call is
set, and the SASL negotiation is done.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getAvailablePhysicalMemorySize--">getAvailablePhysicalMemorySize()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the total size of the available physical memory present
in the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getAvailableVirtualMemorySize--">getAvailableVirtualMemorySize()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the total size of the available virtual memory present
in the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getAverageResponseTime--">getAverageResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getAverageResponseTime--">getAverageResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html#getAverageResponseTime--">getAverageResponseTime()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html" title="interface in org.apache.hadoop.ipc">DecayRpcSchedulerMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getBaseName-java.lang.String-">getBaseName(String)</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Split the versionName in to a base name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html#getBasePath--">getBasePath()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractMultipartUploader.html" title="class in org.apache.hadoop.fs.impl">AbstractMultipartUploader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getBestUGI-java.lang.String-java.lang.String-">getBestUGI(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Find the most appropriate UserGroupInformation to use</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#getBitLength--">getBitLength()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#getBitLength--">getBitLength()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getBlockers--">getBlockers()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getBlockers--">getBlockers()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get the blockers on a service -remote dependencies
that are stopping the service from being <i>live</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#getBlockLocations--">getBlockLocations()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Get the file's block locations
In HDFS, the returned BlockLocation will have different formats for
replicated and erasure coded file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getBlockReplication--">getBlockReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getBlockReplication--">getBlockReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getBlockReplication--">getBlockReplication()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get the block size of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getBlockSize-org.apache.hadoop.fs.Path-">getBlockSize(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-"><code>FileSystem.getFileStatus(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getBlockSize--">getBlockSize()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#getBlockSize-org.apache.hadoop.conf.Configuration-">getBlockSize(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#getBlockSize--">getBlockSize()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">Returns the blocksize parameter specified at construction time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Reader.html#getBloomFilter--">getBloomFilter()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io">BloomMapFile.Reader</a></dt>
<dd>
<div class="block">Retrieve the Bloom filter used by this instance of the Reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>boolean</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getBranch--">getBranch()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">Get the branch on which this originated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteBufferPool.html#getBuffer-boolean-int-">getBuffer(boolean, int)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteBufferPool.html" title="interface in org.apache.hadoop.io">ByteBufferPool</a></dt>
<dd>
<div class="block">Get a new direct ByteBuffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ElasticByteBufferPool.html#getBuffer-boolean-int-">getBuffer(boolean, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ElasticByteBufferPool.html" title="class in org.apache.hadoop.io">ElasticByteBufferPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getBufferSize--">getBufferSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getBufferSize--">getBufferSize()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#getBufferSize--">getBufferSize()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getBufferSize--">getBufferSize()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#getBufferSize--">getBufferSize()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getBuildVersion--">getBuildVersion()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">Returns the buildVersion which includes version,
revision, user and date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.QualifiedHostResolver.html#getByName-java.lang.String-">getByName(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.QualifiedHostResolver.html" title="class in org.apache.hadoop.security">SecurityUtil.QualifiedHostResolver</a></dt>
<dd>
<div class="block">Create an InetAddress with a fully qualified hostname of the given
hostname.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.InetAddressFactory.html#getByName-java.lang.String-">getByName(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.InetAddressFactory.html" title="class in org.apache.hadoop.util">MachineList.InetAddressFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileChecksum.html#getBytes--">getBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</a></dt>
<dd>
<div class="block">The value of the checksum in bytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#getBytes--">getBytes()</a></span> - Method in class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BinaryComparable.html#getBytes--">getBytes()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io">BinaryComparable</a></dt>
<dd>
<div class="block">Return representative byte array for this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#getBytes--">getBytes()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Get the data backing the BytesWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#getBytes--">getBytes()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Returns the raw bytes; however, only data up to <a href="org/apache/hadoop/io/Text.html#getLength--"><code>Text.getLength()</code></a> is
valid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenIdentifier.html#getBytes--">getBytes()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a></dt>
<dd>
<div class="block">Get the bytes for the token identifier</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getBytesPerChecksum--">getBytesPerChecksum()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#getBytesPerChecksum--">getBytesPerChecksum()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#getBytesPerSum--">getBytesPerSum()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Return the bytes Per Checksum</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get the total number of bytes read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>
<div class="block">Returns the total number of uncompressed bytes input so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>
<div class="block">Returns the total number of compressed bytes input so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#getBytesRead--">getBytesRead()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Return number of uncompressed bytes input so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Return number of bytes given to this compressor since last reset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Return number of bytes given to this compressor since last reset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>
<div class="block">Returns the total number of compressed bytes input so far, including
gzip header/trailer bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>
<div class="block">Returns the total number of uncompressed bytes input so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>
<div class="block">Returns the total number of compressed bytes input so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#getBytesRead--">getBytesRead()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>
<div class="block">Returns the total number of uncompressed bytes input so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getBytesReadByDistance-int-">getBytesReadByDistance(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">In the common network topology setup, distance value should be an even
number such as 0, 2, 4, 6.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getBytesReadDistanceOfFiveOrLarger--">getBytesReadDistanceOfFiveOrLarger()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getBytesReadDistanceOfOneOrTwo--">getBytesReadDistanceOfOneOrTwo()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getBytesReadDistanceOfThreeOrFour--">getBytesReadDistanceOfThreeOrFour()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getBytesReadErasureCoded--">getBytesReadErasureCoded()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get the total number of bytes read on erasure-coded files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getBytesReadErasureCoded--">getBytesReadErasureCoded()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getBytesReadLocalHost--">getBytesReadLocalHost()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get the total number of bytes written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>
<div class="block">Returns the total number of compressed bytes output so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>
<div class="block">Returns the total number of uncompressed bytes output so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Return number of compressed bytes output so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Return number of bytes consumed by callers of compress since last reset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Return number of bytes consumed by callers of compress since last reset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>
<div class="block">Returns the total number of compressed bytes output so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>
<div class="block">Returns the total number of uncompressed bytes output so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#getBytesWritten--">getBytesWritten()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>
<div class="block">Returns the total number of compressed bytes output so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#getBzip2Compressor-org.apache.hadoop.conf.Configuration-">getBzip2Compressor(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>
<div class="block">Return the appropriate implementation of the bzip2 compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#getBzip2CompressorType-org.apache.hadoop.conf.Configuration-">getBzip2CompressorType(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>
<div class="block">Return the appropriate type of the bzip2 compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#getBzip2Decompressor-org.apache.hadoop.conf.Configuration-">getBzip2Decompressor(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>
<div class="block">Return the appropriate implementation of the bzip2 decompressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#getBzip2DecompressorType-org.apache.hadoop.conf.Configuration-">getBzip2DecompressorType(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>
<div class="block">Return the appropriate type of the bzip2 decompressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getCachedHosts--">getCachedHosts()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the list of hosts (hostname) hosting a cached replica of the block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#getCacheManipulator--">getCacheManipulator()</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getCachePoolDefault--">getCachePoolDefault()</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Get the default permission for cache pools.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getCallerContext--">getCallerContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getCallerContext--">getCallerContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getCallerContext--">getCallerContext()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getCallerContextBuilder--">getCallerContextBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getCallerContextOrBuilder--">getCallerContextOrBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getCallerContextOrBuilder--">getCallerContextOrBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getCallerContextOrBuilder--">getCallerContextOrBuilder()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getCallId--">getCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getCallId--">getCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getCallId--">getCallId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getCallId--">getCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getCallId--">getCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getCallId--">getCallId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getCallId--">getCallId()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns the currently active RPC call's sequential ID number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getCallQueueLen--">getCallQueueLen()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">The number of rpc calls in the queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getCallRetryCount--">getCallRetryCount()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getCallVolumeSummary--">getCallVolumeSummary()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getCallVolumeSummary--">getCallVolumeSummary()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html#getCallVolumeSummary--">getCallVolumeSummary()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html" title="interface in org.apache.hadoop.ipc">DecayRpcSchedulerMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.html#getCanonicalServiceName--">getCanonicalServiceName()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderDelegationTokenExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getCanonicalServiceName--">getCanonicalServiceName()</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getCanonicalServiceName--">getCanonicalServiceName()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Get a canonical name for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getCanonicalServiceName--">getCanonicalServiceName()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get a canonical service name for this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getCanonicalUri--">getCanonicalUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return a canonicalized form of this FileSystem's URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getCanonicalUri--">getCanonicalUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getCanonicalUri--">getCanonicalUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Used for delegation token related functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsStatus.html#getCapacity--">getCapacity()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</a></dt>
<dd>
<div class="block">Return the capacity in bytes of the file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#getCapacity--">getCapacity()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Get the capacity, which is the maximum size that could handled without
resizing the backing storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html#getCategory--">getCategory()</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html" title="class in org.apache.hadoop.security">KDiag.KerberosDiagsFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getChallenge--">getChallenge()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getChallenge--">getChallenge()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getChallenge--">getChallenge()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#getChangedProperties-org.apache.hadoop.conf.Configuration-org.apache.hadoop.conf.Configuration-">getChangedProperties(Configuration, Configuration)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationUtil.html#getChangedProperties-org.apache.hadoop.conf.Configuration-org.apache.hadoop.conf.Configuration-">getChangedProperties(Configuration, Configuration)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationUtil.html" title="class in org.apache.hadoop.conf">ReconfigurationUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html#getChannel--">getChannel()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#getChannelMode--">getChannelMode()</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>
<div class="block">Get the channel mode of this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getCheckProcessIsAliveCommand-java.lang.String-">getCheckProcessIsAliveCommand(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command for determining if process with specified pid is alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#getChecksumFile-org.apache.hadoop.fs.Path-">getChecksumFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Return the name of the checksum file associated with a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#getChecksumFileLength-org.apache.hadoop.fs.Path-long-">getChecksumFileLength(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Return the length of the checksum file given the size of the
actual file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#getChecksumLength-long-int-">getChecksumLength(long, int)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Calculated the length of the checksum file in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileChecksum.html#getChecksumOpt--">getChecksumOpt()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getChecksumOpt--">getChecksumOpt()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getChecksumOpt--">getChecksumOpt()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getChecksumOpt--">getChecksumOpt()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getChecksumType--">getChecksumType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#getChecksumType--">getChecksumType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getChildFileSystems--">getChildFileSystems()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getChildFileSystems--">getChildFileSystems()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Used for delegation token related functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getChildFileSystems--">getChildFileSystems()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getChildren--">getChildren()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Returns the children of this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#getChildren--">getChildren()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#getCipher--">getCipher()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#getCipher--">getCipher()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getClass-java.lang.String-java.lang.Class-">getClass(String, Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>Class</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getClass-java.lang.String-java.lang.Class-java.lang.Class-">getClass(String, Class&lt;? extends U&gt;, Class&lt;U&gt;)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>Class</code>
implementing the interface specified by <code>xface</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#getClass-byte-">getClass(byte)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#getClass-T-">getClass(T)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Return the correctly-typed <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a> of the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getClassByName-java.lang.String-">getClassByName(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Load a class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getClassByNameOrNull-java.lang.String-">getClassByNameOrNull(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Load a class by name, returning null rather than throwing an exception
if it couldn't be loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getClasses-java.lang.String-java.lang.Class...-">getClasses(String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property
as an array of <code>Class</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getClassLoader--">getClassLoader()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a> for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getClassLoader--">getClassLoader()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Override point: get the classloader to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#getClassName--">getClassName()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/SpanReceiverInfo.html#getClassName--">getClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/SpanReceiverInfo.html" title="class in org.apache.hadoop.tracing">SpanReceiverInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getClassName--">getClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getClassName--">getClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#getClassName--">getClassName()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#getClassName--">getClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getClassName--">getClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html#getClassName--">getClassName()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getClassNameBytes--">getClassNameBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getClassNameBytes--">getClassNameBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#getClassNameBytes--">getClassNameBytes()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#getClassNameBytes--">getClassNameBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getClassNameBytes--">getClassNameBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html#getClassNameBytes--">getClassNameBytes()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#getClassSchema--">getClassSchema()</a></span> - Static method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#getClientExecutor--">getClientExecutor()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getClientId--">getClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getClientId--">getClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getClientId--">getClientId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getClientId--">getClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getClientId--">getClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getClientId--">getClientId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getClientId--">getClientId()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns the clientId from the current RPC request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getClientPrincipal-java.lang.Class-org.apache.hadoop.conf.Configuration-">getClientPrincipal(Class&lt;?&gt;, Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Look up the client principal for a given protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#getClientProperties-java.net.InetAddress-">getClientProperties(InetAddress)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>
<div class="block">Identify the Sasl Properties to be used for a connection with a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#getClientProperties-java.net.InetAddress-int-">getClientProperties(InetAddress, int)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>
<div class="block">Identify the Sasl Properties to be used for a connection with a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#getClientProtocolVersion--">getClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getClientStateId--">getClientStateId()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html#getClientVersion--">getClientVersion()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html" title="class in org.apache.hadoop.ipc">RPC.VersionMismatch</a></dt>
<dd>
<div class="block">Get the client's preferred version</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#getClosest-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-">getClosest(WritableComparable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Finds the record that is the closest match to the specified key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#getClosest-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-boolean-">getClosest(WritableComparable, Writable, boolean)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Finds the record that is the closest match to the specified key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.Certificates.html#getCNs-java.security.cert.X509Certificate-">getCNs(X509Certificate)</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.Certificates.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.Certificates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#getCode--">getCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getCode--">getCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html#getCode--">getCode()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#getCode--">getCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getCode--">getCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html#getCode--">getCode()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#getCodec-org.apache.hadoop.fs.Path-">getCodec(Path)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Find the relevant compression codec for the given file based on its
filename suffix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#getCodecByClassName-java.lang.String-">getCodecByClassName(String)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Find the relevant compression codec for the codec's canonical class name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#getCodecByName-java.lang.String-">getCodecByName(String)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Find the relevant compression codec for the codec's canonical class name
or by codec alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#getCodecClassByName-java.lang.String-">getCodecClassByName(String)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Find the relevant compression codec for the codec's canonical class name
or by codec alias and returns its implemetation class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#getCodecClasses-org.apache.hadoop.conf.Configuration-">getCodecClasses(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Get the list of codecs discovered via a Java ServiceLoader, or
listed in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#getCodecName--">getCodecName()</a></span> - Method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Get the codec name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#getCollection--">getCollection()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>
<div class="block">returns the contents of the MachineList as a Collection&lt;String&gt; .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getCommandFactory--">getCommandFactory()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Return the command factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyShell.html#getCommandUsage--">getCommandUsage()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyShell.html" title="class in org.apache.hadoop.crypto.key">KeyShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#getCommandUsage--">getCommandUsage()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtUtilShell.html#getCommandUsage--">getCommandUsage()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtUtilShell.html" title="class in org.apache.hadoop.security.token">DtUtilShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#getCommandUsage--">getCommandUsage()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>
<div class="block">Return usage string for the command including any summary of subcommands.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getComparator--">getComparator()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get an instance of the RawComparator that is constructed based on the
string comparator representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getComparatorName--">getComparatorName()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get the string representation of the comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#getComponentType--">getComponentType()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html#getCompressedData--">getCompressedData()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#getCompressedData--">getCompressedData()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.html#getCompressionAlgorithmByName-java.lang.String-">getCompressionAlgorithmByName(String)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.html" title="class in org.apache.hadoop.io.file.tfile">Compression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getCompressionBufferSize-org.apache.hadoop.conf.Configuration-">getCompressionBufferSize(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getCompressionCodec--">getCompressionCodec()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns the compression codec of data in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#getCompressionCodec--">getCompressionCodec()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">Returns the compression codec of data in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getCompressionLevel-org.apache.hadoop.conf.Configuration-">getCompressionLevel(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getCompressionLevel-org.apache.hadoop.conf.Configuration-">getCompressionLevel(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getCompressionStrategy-org.apache.hadoop.conf.Configuration-">getCompressionStrategy(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getCompressionType--">getCompressionType()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Get the compression type for this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#getCompressor-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.conf.Configuration-">getCompressor(CompressionCodec, Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>
<div class="block">Get a <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> for the given <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a> from the
pool or a new one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#getCompressor-org.apache.hadoop.io.compress.CompressionCodec-">getCompressor(CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#getCompressor--">getCompressor()</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#getCompressorType--">getCompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#getCompressorType--">getCompressorType()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#getCompressorType--">getCompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#getCompressorType--">getCompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#getCompressorType--">getCompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#getCompressorType--">getCompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#getCompressorType--">getCompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getCompressorType--">getCompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configurable.html#getConf--">getConf()</a></span> - Method in interface org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configurable.html" title="interface in org.apache.hadoop.conf">Configurable</a></dt>
<dd>
<div class="block">Return the configuration used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configured.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configured.html" title="class in org.apache.hadoop.conf">Configured</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Return the provider configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Return the configuration used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Return the configuration used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Return the configuration used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Return the configuration used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/TableMapping.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/TableMapping.html" title="class in org.apache.hadoop.net">TableMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#getConf--">getConf()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getConfig--">getConfig()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getConfig--">getConfig()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get the configuration of this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getConfig-int-">getConfig(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getConfig-int-">getConfig(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#getConfig-int-">getConfig(int)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getConfigBuilder-int-">getConfigBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getConfigBuilderList--">getConfigBuilderList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getConfigCount--">getConfigCount()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getConfigCount--">getConfigCount()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#getConfigCount--">getConfigCount()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getConfigList--">getConfigList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getConfigList--">getConfigList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#getConfigList--">getConfigList()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html#getConfigName--">getConfigName()</a></span> - Method in enum org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html" title="enum in org.apache.hadoop.fs.viewfs">RegexMountPointInterceptorType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getConfigOrBuilder-int-">getConfigOrBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getConfigOrBuilder-int-">getConfigOrBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#getConfigOrBuilder-int-">getConfigOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getConfigOrBuilderList--">getConfigOrBuilderList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getConfigOrBuilderList--">getConfigOrBuilderList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#getConfigOrBuilderList--">getConfigOrBuilderList()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getConfiguration--">getConfiguration()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><code>Configuration</code></a> return configuration <a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><code>Configuration</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getConfiguration--">getConfiguration()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Get the configuration constructed from the command line arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getConfigurationsToCreate--">getConfigurationsToCreate()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Override point: Get a list of configuration classes to create.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#getConfigViewFsPrefix-java.lang.String-">getConfigViewFsPrefix(String)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Get the config variable prefix for the specified mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#getConfigViewFsPrefix--">getConfigViewFsPrefix()</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Get the config variable prefix for the default mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getConfResourceAsInputStream-java.lang.String-">getConfResourceAsInputStream(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get an input stream attached to the configuration resource with the
given <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getConfResourceAsReader-java.lang.String-">getConfResourceAsReader(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> attached to the configuration resource with the
given <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#getConnectionId--">getConnectionId()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#getConnectionId--">getConnectionId()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcInvocationHandler.html#getConnectionId--">getConnectionId()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcInvocationHandler.html" title="interface in org.apache.hadoop.ipc">RpcInvocationHandler</a></dt>
<dd>
<div class="block">Returns the connection id associated with the InvocationHandler instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#getCons--">getCons()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#getContentSummary-org.apache.hadoop.fs.Path-">getContentSummary(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs"><code>ContentSummary</code></a> of path f.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getContentSummary-org.apache.hadoop.fs.Path-">getContentSummary(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs"><code>ContentSummary</code></a> of a given <a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><code>Path</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getContentSummary-org.apache.hadoop.fs.Path-">getContentSummary(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#getContentType--">getContentType()</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#getContext--">getContext()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#getContext--">getContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getContext--">getContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html#getContext--">getContext()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#getContextBytes--">getContextBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getContextBytes--">getContextBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html#getContextBytes--">getContextBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CostProvider.html#getCost-org.apache.hadoop.ipc.ProcessingDetails-">getCost(ProcessingDetails)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CostProvider.html" title="interface in org.apache.hadoop.ipc">CostProvider</a></dt>
<dd>
<div class="block">Get cost from <code>ProcessingDetails</code> which will be used in scheduler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultCostProvider.html#getCost-org.apache.hadoop.ipc.ProcessingDetails-">getCost(ProcessingDetails)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultCostProvider.html" title="class in org.apache.hadoop.ipc">DefaultCostProvider</a></dt>
<dd>
<div class="block">Returns 1, regardless of the processing details.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html#getCost-org.apache.hadoop.ipc.ProcessingDetails-">getCost(ProcessingDetails)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html" title="class in org.apache.hadoop.ipc">WeightedTimeCostProvider</a></dt>
<dd>
<div class="block">Calculates a weighted sum of the times stored on the provided processing
details to be used as the cost in <a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc"><code>DecayRpcScheduler</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#getCount--">getCount()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html#getCount--">getCount()</a></span> - Method in interface org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html" title="interface in org.apache.hadoop.log">LogThrottlingHelper.LogAction</a></dt>
<dd>
<div class="block">Return the number of records encapsulated in this action; that is, the
number of times <code>record</code> was called to produce this action,
including the current one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html#getCount--">getCount()</a></span> - Method in interface org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html" title="interface in org.apache.hadoop.metrics2.util">QuantileEstimator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#getCounterReference-java.lang.String-">getCounterReference(String)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Get a reference to the atomic instance providing the
value for a specific counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getCpuFrequency--">getCpuFrequency()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the CPU frequency of on the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getCpuUsagePercentage--">getCpuUsagePercentage()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the CPU usage % of the machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MD5MD5CRC32CastagnoliFileChecksum.html#getCrcType--">getCrcType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MD5MD5CRC32CastagnoliFileChecksum.html" title="class in org.apache.hadoop.fs">MD5MD5CRC32CastagnoliFileChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MD5MD5CRC32GzipFileChecksum.html#getCrcType--">getCrcType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MD5MD5CRC32GzipFileChecksum.html" title="class in org.apache.hadoop.fs">MD5MD5CRC32GzipFileChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#getCreated--">getCreated()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html#getCreationFallbacks--">getCreationFallbacks()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html" title="interface in org.apache.hadoop.fs">BlockStoragePolicySpi</a></dt>
<dd>
<div class="block">Get the fallback storage types for creating new block replicas.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html#getCredential--">getCredential()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html" title="class in org.apache.hadoop.security.alias">CredentialProvider.CredentialEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#getCredentialEntry-java.lang.String-">getCredentialEntry(String)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">Get the credential entry for a specific alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getCredentials--">getCredentials()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Obtain the tokens in credentials form associated with this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getCumulativeCpuTime--">getCumulativeCpuTime()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the cumulative CPU time since the system is on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getCurCall--">getCurCall()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Get the current call</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#getCurrent--">getCurrent()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#getCurrentKey-java.lang.String-">getCurrentKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getCurrentKey-java.lang.String-">getCurrentKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Get the current version of the key, which should be used for encrypting new
data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getCurrentKey-java.lang.String-">getCurrentKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getCurrentKey-java.lang.String-">getCurrentKey(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getCurrentKeyId--">getCurrentKeyId()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.html#getCurrentStats-java.lang.String-int-">getCurrentStats(String, int)</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log">LogThrottlingHelper</a></dt>
<dd>
<div class="block">Return the summary information for given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getCurrentTokensSize--">getCurrentTokensSize()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Total count of active delegation tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#getCurrentTrashDir-org.apache.hadoop.fs.Path-">getCurrentTrashDir(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#getCurrentTrashDir--">getCurrentTrashDir()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Get the current working directory of the Trash Policy
This API does not work with files deleted from encryption zone when HDFS
data encryption at rest feature is enabled as rename file between
encryption zones or encryption zone and non-encryption zone is not allowed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#getCurrentTrashDir-org.apache.hadoop.fs.Path-">getCurrentTrashDir(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Get the current trash directory for path specified based on the Trash
Policy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#getCurrentUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">getCurrentUser(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getCurrentUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getCurrentUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#getCurrentUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getCurrentUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#getCurrentUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getCurrentUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#getCurrentUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getCurrentUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#getCurrentUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#getCurrentUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getCurrentUser--">getCurrentUser()</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Return the current user, including any doAs in the current stack.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getCurrentValue-org.apache.hadoop.io.Writable-">getCurrentValue(Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Get the 'value' corresponding to the last read 'key'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getCurrentValue-java.lang.Object-">getCurrentValue(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Get the 'value' corresponding to the last read 'key'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html#getCustomMessage--">getCustomMessage()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html" title="class in org.apache.hadoop.conf">Configuration.DeprecationDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getData--">getData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get all statistics data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataInputByteBuffer.html#getData--">getData()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataInputByteBuffer.html" title="class in org.apache.hadoop.io">DataInputByteBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getDate--">getDate()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">The date that Hadoop was compiled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getDecayRpcSchedulerDetailedMetrics--">getDecayRpcSchedulerDetailedMetrics()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#getDeclaredClass--">getDeclaredClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Return the class this is meant to be.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#getDeclaredComponentType--">getDeclaredComponentType()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#getDeclaredFieldsIncludingInherited-java.lang.Class-">getDeclaredFieldsIncludingInherited(Class&lt;?&gt;)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Gets all the declared fields of a class including fields declared in
superclasses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#getDeclaredMethodsIncludingInherited-java.lang.Class-">getDeclaredMethodsIncludingInherited(Class&lt;?&gt;)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Gets all the declared methods of a class including methods declared in
superclasses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getDeclaringClassProtocolName--">getDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getDeclaringClassProtocolName--">getDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#getDeclaringClassProtocolName--">getDeclaringClassProtocolName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getDeclaringClassProtocolName--">getDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getDeclaringClassProtocolName--">getDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#getDeclaringClassProtocolName--">getDeclaringClassProtocolName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getDeclaringClassProtocolNameBytes--">getDeclaringClassProtocolNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getDeclaringClassProtocolNameBytes--">getDeclaringClassProtocolNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#getDeclaringClassProtocolNameBytes--">getDeclaringClassProtocolNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getDeclaringClassProtocolNameBytes--">getDeclaringClassProtocolNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getDeclaringClassProtocolNameBytes--">getDeclaringClassProtocolNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#getDeclaringClassProtocolNameBytes--">getDeclaringClassProtocolNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getDecompressionBufferSize-org.apache.hadoop.conf.Configuration-">getDecompressionBufferSize(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#getDecompressor-org.apache.hadoop.io.compress.CompressionCodec-">getDecompressor(CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>
<div class="block">Get a <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> for the given <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a> from the
pool or a new one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#getDecompressor--">getDecompressor()</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> needed by this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getDecompressorType--">getDecompressorType()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Get the type of <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> needed by
this <a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#getDefault-double-">getDefault(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getDefault--">getDefault()</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Get the default permission for directory and symlink.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getDefaultBlockSize--">getDefaultBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/FileSystem.html#getDefaultBlockSize-org.apache.hadoop.fs.Path-"><code>FileSystem.getDefaultBlockSize(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getDefaultBlockSize-org.apache.hadoop.fs.Path-">getDefaultBlockSize(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the number of bytes that large input files should be optimally
be split into to minimize I/O time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getDefaultBlockSize--">getDefaultBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getDefaultBlockSize-org.apache.hadoop.fs.Path-">getDefaultBlockSize(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getDefaultBlockSize--">getDefaultBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getDefaultBlockSize-org.apache.hadoop.fs.Path-">getDefaultBlockSize(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getDefaultBlockSize--">getDefaultBlockSize()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getDefaultBlockSize-org.apache.hadoop.fs.Path-">getDefaultBlockSize(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#getDefaultCipherSuites--">getDefaultCipherSuites()</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#getDefaultCompressionType-org.apache.hadoop.conf.Configuration-">getDefaultCompressionType(Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block">Get the compression type for the reduce outputs</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#getDefaultDelegationTokenAuthenticator--">getDefaultDelegationTokenAuthenticator()</a></span> - Static method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Returns the default <a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web"><code>DelegationTokenAuthenticator</code></a> class to use when
an <a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web"><code>DelegationTokenAuthenticatedURL</code></a> instance is created without
specifying one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">.bz2 is recognized as the default extension for compressed BZip2 files</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</a></dt>
<dd>
<div class="block">Get the default filename extension for this kind of compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Get the default filename extension for this kind of compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Get the default filename extension for this kind of compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getDefaultExtension--">getDefaultExtension()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Get the default filename extension for this kind of compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#getDefaultFactory--">getDefaultFactory()</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>
<div class="block">Singleton instance of the SSLSocketFactory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getDefaultInstance--">getDefaultInstance()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getDefaultInstanceForType--">getDefaultInstanceForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#getDefaultMountTableName-org.apache.hadoop.conf.Configuration-">getDefaultMountTableName(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Get the name of the default mount table to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getDefaultPort--">getDefaultPort()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the default port for this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#getDefaultPort--">getDefaultPort()</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>
<div class="block">Get the default port for this FTPFileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#getDefaultProperties--">getDefaultProperties()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>
<div class="block">The default Sasl Properties read from the configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getDefaultReplication--">getDefaultReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/FileSystem.html#getDefaultReplication-org.apache.hadoop.fs.Path-"><code>FileSystem.getDefaultReplication(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getDefaultReplication-org.apache.hadoop.fs.Path-">getDefaultReplication(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the default replication for a path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getDefaultReplication--">getDefaultReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getDefaultReplication-org.apache.hadoop.fs.Path-">getDefaultReplication(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getDefaultReplication--">getDefaultReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getDefaultReplication-org.apache.hadoop.fs.Path-">getDefaultReplication(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getDefaultReplication--">getDefaultReplication()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getDefaultReplication-org.apache.hadoop.fs.Path-">getDefaultReplication(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryUtils.html#getDefaultRetryPolicy-org.apache.hadoop.conf.Configuration-java.lang.String-boolean-java.lang.String-java.lang.String-java.lang.String-">getDefaultRetryPolicy(Configuration, String, boolean, String, String, String)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryUtils.html" title="class in org.apache.hadoop.io.retry">RetryUtils</a></dt>
<dd>
<div class="block">Return the default retry policy set in conf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getDefaultStoragePolicyId--">getDefaultStoragePolicyId()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getDefaultUri-org.apache.hadoop.conf.Configuration-">getDefaultUri(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the default FileSystem URI from a configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html#getDelay-java.util.concurrent.TimeUnit-">getDelay(TimeUnit)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="class in org.apache.hadoop.fs">DelegationTokenRenewer.RenewAction</a></dt>
<dd>
<div class="block">Get the delay until this event should happen.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getDelegationKey-int-">getDelegationKey(int)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.html#getDelegationToken-java.lang.String-">getDelegationToken(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderDelegationTokenExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getDelegationToken-java.lang.String-">getDelegationToken(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#getDelegationToken-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-java.lang.String-">getDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Requests a delegation token using the configured <code>Authenticator</code>
for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#getDelegationToken-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-java.lang.String-java.lang.String-">getDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Requests a delegation token using the configured <code>Authenticator</code>
for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html#getDelegationToken--">getDelegationToken()</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL.Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#getDelegationToken-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-java.lang.String-">getDelegationToken(URL, AuthenticatedURL.Token, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>
<div class="block">Requests a delegation token using the configured <code>Authenticator</code>
for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#getDelegationToken-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-java.lang.String-java.lang.String-">getDelegationToken(URL, AuthenticatedURL.Token, String, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>
<div class="block">Requests a delegation token using the configured <code>Authenticator</code>
for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getDelegationTokens-java.lang.String-">getDelegationTokens(String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getDelegationTokenSeqNum--">getDelegationTokenSeqNum()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#getDescription--">getDescription()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#getDescription--">getDescription()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptions-int-">getDescriptions(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDescriptions-int-">getDescriptions(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html#getDescriptions-int-">getDescriptions(int)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptionsBuilder-int-">getDescriptionsBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptionsBuilderList--">getDescriptionsBuilderList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptionsCount--">getDescriptionsCount()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDescriptionsCount--">getDescriptionsCount()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html#getDescriptionsCount--">getDescriptionsCount()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptionsList--">getDescriptionsList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDescriptionsList--">getDescriptionsList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html#getDescriptionsList--">getDescriptionsList()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptionsOrBuilder-int-">getDescriptionsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDescriptionsOrBuilder-int-">getDescriptionsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html#getDescriptionsOrBuilder-int-">getDescriptionsOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptionsOrBuilderList--">getDescriptionsOrBuilderList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDescriptionsOrBuilderList--">getDescriptionsOrBuilderList()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html#getDescriptionsOrBuilderList--">getDescriptionsOrBuilderList()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.html" title="class in org.apache.hadoop.fs">FSProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#getDescriptor--">getDescriptor()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.html" title="class in org.apache.hadoop.security.proto">SecurityProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.html" title="class in org.apache.hadoop.tracing">TraceAdminPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#getDescriptor--">getDescriptor()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#getDescriptorForType--">getDescriptorForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ExternalCall.html#getDetailedMetricsName--">getDetailedMetricsName()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ExternalCall.html" title="class in org.apache.hadoop.ipc">ExternalCall</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#getDigest--">getDigest()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Returns the digest bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#getDigester--">getDigester()</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Create a thread local MD5 digester</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getDirDefault--">getDirDefault()</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Get the default permission for directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getDirectoryCount--">getDirectoryCount()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.Certificates.html#getDNSSubjectAlts-java.security.cert.X509Certificate-">getDNSSubjectAlts(X509Certificate)</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.Certificates.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.Certificates</a></dt>
<dd>
<div class="block">Extracts the array of SubjectAlt DNS names from an X509Certificate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getDouble-java.lang.String-double-">getDouble(String, double)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>double</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#getDU-java.io.File-">getDU(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Takes an input dir and returns the du on that local directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#getDurationString--">getDurationString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Return the duration as <a href="org/apache/hadoop/util/OperationDuration.html#humanTime-long-"><code>OperationDuration.humanTime(long)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getEcData--">getEcData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getEcData--">getEcData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getEcData--">getEcData()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#getEffectivePermission-org.apache.hadoop.fs.permission.AclEntry-">getEffectivePermission(AclEntry)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>
<div class="block">Get the effective permission for the AclEntry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#getEffectivePermission-org.apache.hadoop.fs.permission.AclEntry-org.apache.hadoop.fs.permission.FsPermission-">getEffectivePermission(AclEntry, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>
<div class="block">Get the effective permission for the AclEntry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#getEffectiveUser--">getEffectiveUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getEffectiveUser--">getEffectiveUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html#getEffectiveUser--">getEffectiveUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#getEffectiveUserBytes--">getEffectiveUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getEffectiveUserBytes--">getEffectiveUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html#getEffectiveUserBytes--">getEffectiveUserBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#getElementType--">getElementType()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>
<div class="block">Returns the class of all the elements of the underlying EnumSetWriable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#getEmptier--">getEmptier()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Return a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a> that periodically empties the trash of all
users, intended to be run by the superuser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#getEmptier--">getEmptier()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Return a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a> that periodically empties the trash of all
users, intended to be run by the superuser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicyDefault.Emptier.html#getEmptierInterval--">getEmptierInterval()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicyDefault.Emptier.html" title="class in org.apache.hadoop.fs">TrashPolicyDefault.Emptier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html#getEnabledConfigKey--">getEnabledConfigKey()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security">HttpCrossOriginFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.KeyMetadata.html#getEncoded--">getEncoded()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.KeyMetadata.html" title="class in org.apache.hadoop.crypto.key">JavaKeyStoreProvider.KeyMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getEncryptDataTransfer--">getEncryptDataTransfer()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getEncryptedBit--">getEncryptedBit()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Get encryption bit from the
<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs"><code>FileStatus</code></a> object.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html#getEncryptedKeyIv--">getEncryptedKeyIv()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.EncryptedKeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html#getEncryptedKeyVersion--">getEncryptedKeyVersion()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.EncryptedKeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getEncryptionData--">getEncryptionData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getEncryptionData--">getEncryptionData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getEncryptionData--">getEncryptionData()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html#getEncryptionKeyName--">getEncryptionKeyName()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.EncryptedKeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html#getEncryptionKeyVersionName--">getEncryptionKeyVersionName()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.EncryptedKeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#getEntries--">getEntries()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>
<div class="block">Returns the list of all ACL entries, ordered by their natural ordering.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getEntryComparator--">getEntryComparator()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get a Comparator object to compare Entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getEntryCount--">getEntryCount()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get the number of key-value pair entries in TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getEnum-java.lang.String-T-">getEnum(String, T)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Return value matching this enumerated type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getEnvironment-java.lang.String-">getEnvironment(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Get an environment variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getEnvironmentVariableRegex--">getEnvironmentVariableRegex()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a regular expression string that match environment variables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getErasureCodedBit--">getErasureCodedBit()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Get ec bit from the <a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs"><code>FileStatus</code></a>
object.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getErasureCodingPolicy--">getErasureCodingPolicy()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getErr--">getErr()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Returns the error stream to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#getErr--">getErr()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIOException.html#getErrno--">getErrno()</a></span> - Method in exception org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIOException.html" title="class in org.apache.hadoop.io.nativeio">NativeIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIOException.html#getErrorCode--">getErrorCode()</a></span> - Method in exception org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIOException.html" title="class in org.apache.hadoop.io.nativeio">NativeIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#getErrorCode--">getErrorCode()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getErrorDetail--">getErrorDetail()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getErrorDetail--">getErrorDetail()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getErrorDetail--">getErrorDetail()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getErrorMsg--">getErrorMsg()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getErrorMsg--">getErrorMsg()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getErrorMsg--">getErrorMsg()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getErrorMsgBytes--">getErrorMsgBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getErrorMsgBytes--">getErrorMsgBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getErrorMsgBytes--">getErrorMsgBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#getEstablishedQOP--">getEstablishedQOP()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#getEstimator--">getEstimator()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>
<div class="block">Get the quantile estimator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getExceptionClassName--">getExceptionClassName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getExceptionClassName--">getExceptionClassName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getExceptionClassName--">getExceptionClassName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getExceptionClassNameBytes--">getExceptionClassNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getExceptionClassNameBytes--">getExceptionClassNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getExceptionClassNameBytes--">getExceptionClassNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MultipleIOException.html#getExceptions--">getExceptions()</a></span> - Method in exception org.apache.hadoop.io.<a href="org/apache/hadoop/io/MultipleIOException.html" title="class in org.apache.hadoop.io">MultipleIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/MultiException.html#getExceptions--">getExceptions()</a></span> - Method in exception org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/MultiException.html" title="class in org.apache.hadoop.io.retry">MultiException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html#getExcludedHosts--">getExcludedHosts()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html" title="class in org.apache.hadoop.util">HostsFileReader.HostDetails</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html#getExcludedMap--">getExcludedMap()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html" title="class in org.apache.hadoop.util">HostsFileReader.HostDetails</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html#getExcludesFile--">getExcludesFile()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html" title="class in org.apache.hadoop.util">HostsFileReader.HostDetails</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getExecString--">getExecString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">return an array containing the command name and its parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#getExecString--">getExecString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateException.html#getExitCode--">getExitCode()</a></span> - Method in exception org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service">ServiceStateException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitCodeProvider.html#getExitCode--">getExitCode()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitCodeProvider.html" title="interface in org.apache.hadoop.util">ExitCodeProvider</a></dt>
<dd>
<div class="block">Method to get the exit code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.ExitException.html#getExitCode--">getExitCode()</a></span> - Method in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.ExitException.html" title="class in org.apache.hadoop.util">ExitUtil.ExitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.HaltException.html#getExitCode--">getExitCode()</a></span> - Method in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.HaltException.html" title="class in org.apache.hadoop.util">ExitUtil.HaltException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.CommandExecutor.html#getExitCode--">getExitCode()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.CommandExecutor.html" title="interface in org.apache.hadoop.util">Shell.CommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ExitCodeException.html#getExitCode--">getExitCode()</a></span> - Method in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ExitCodeException.html" title="class in org.apache.hadoop.util">Shell.ExitCodeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getExitCode--">getExitCode()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">get the exit code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getExitStatus--">getExitStatus()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getExitStatus--">getExitStatus()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#getExitStatus--">getExitStatus()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#getExpirationTime--">getExpirationTime()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightCache.Entry.html#getExpirationTime--">getExpirationTime()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightCache.Entry.html" title="interface in org.apache.hadoop.util">LightWeightCache.Entry</a></dt>
<dd>
<div class="block">Get the expiration time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getExtension--">getExtension()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#getExtraOptions--">getExtraOptions()</a></span> - Method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Get extra options specific to a erasure code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#getFactor--">getFactor()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Get the number of streams to merge at once.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableFactories.html#getFactory-java.lang.Class-">getFactory(Class)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableFactories.html" title="class in org.apache.hadoop.io">WritableFactories</a></dt>
<dd>
<div class="block">Define a factory for a class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getFailureCause--">getFailureCause()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getFailureCause--">getFailureCause()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get the first exception raised during the service failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getFailureState--">getFailureState()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getFailureState--">getFailureState()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get the state in which the failure in <a href="org/apache/hadoop/service/Service.html#getFailureCause--"><code>Service.getFailureCause()</code></a> occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getFencer--">getFencer()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getFencingParameters--">getFencingParameters()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getFile-java.lang.String-java.lang.String-">getFile(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get a local file name under a directory named in <i>dirsProp</i> with
the given <i>path</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getFileAndDirectoryCount--">getFileAndDirectoryCount()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return the directory count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getFileBlockLocations-org.apache.hadoop.fs.Path-long-long-">getFileBlockLocations(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#getFileBlockLocations-org.apache.hadoop.fs.Path-long-long-"><code>FileContext.getFileBlockLocations(Path, long, long)</code></a> except that
Path f must be for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFileBlockLocations-org.apache.hadoop.fs.FileStatus-long-long-">getFileBlockLocations(FileStatus, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return an array containing hostnames, offset and size of
portions of the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFileBlockLocations-org.apache.hadoop.fs.Path-long-long-">getFileBlockLocations(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return an array containing hostnames, offset and size of
portions of the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getFileBlockLocations-org.apache.hadoop.fs.FileStatus-long-long-">getFileBlockLocations(FileStatus, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getFileBlockLocations-org.apache.hadoop.fs.FileStatus-long-long-">getFileBlockLocations(FileStatus, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Get block locations from the underlying fs and fix their
offsets and lengths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getFileBlockLocations-org.apache.hadoop.fs.FileStatus-long-long-">getFileBlockLocations(FileStatus, long, long)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getFileBlockLocations-org.apache.hadoop.fs.Path-long-long-">getFileBlockLocations(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getFileBufferSize--">getFileBufferSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-">getFileChecksum(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#getFileChecksum-org.apache.hadoop.fs.Path-"><code>FileContext.getFileChecksum(Path)</code></a> except that Path f must be for
this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileChecksum-org.apache.hadoop.fs.Path-">getFileChecksum(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Get the checksum of a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-">getFileChecksum(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the checksum of a file, if the FS supports checksums.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-long-">getFileChecksum(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the checksum of a file, from the beginning of the file till the
specific length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-">getFileChecksum(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-long-">getFileChecksum(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-long-">getFileChecksum(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-">getFileChecksum(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getFileChecksum-org.apache.hadoop.fs.Path-long-">getFileChecksum(Path, long)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getFileChecksum-org.apache.hadoop.fs.Path-">getFileChecksum(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileContext-org.apache.hadoop.fs.AbstractFileSystem-org.apache.hadoop.conf.Configuration-">getFileContext(AbstractFileSystem, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a FileContext with specified FS as default using the specified
config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileContext-org.apache.hadoop.fs.AbstractFileSystem-">getFileContext(AbstractFileSystem)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a FileContext for specified file system using the default config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileContext--">getFileContext()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a FileContext using the default config read from the
$HADOOP_CONFIG/core.xml, Unspecified key-values for config are defaulted
from core-defaults.xml in the release jar.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileContext-java.net.URI-">getFileContext(URI)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a FileContext for specified URI using the default config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileContext-java.net.URI-org.apache.hadoop.conf.Configuration-">getFileContext(URI, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a FileContext for specified default URI using the specified config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileContext-org.apache.hadoop.conf.Configuration-">getFileContext(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Create a FileContext using the passed config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getFileCount--">getFileCount()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DUHelper.html#getFileCount--">getFileCount()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DUHelper.html" title="class in org.apache.hadoop.fs">DUHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getFileDefault--">getFileDefault()</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Get the default permission for file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#getFileDescriptor--">getFileDescriptor()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getFileLinkStatus-org.apache.hadoop.fs.Path-">getFileLinkStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#getFileLinkStatus-org.apache.hadoop.fs.Path-"><code>FileContext.getFileLinkStatus(Path)</code></a>
except that an UnresolvedLinkException may be thrown if a symlink is
encountered in the path leading up to the final path component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileLinkStatus-org.apache.hadoop.fs.Path-">getFileLinkStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Return a file status object that represents the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFileLinkStatus-org.apache.hadoop.fs.Path-">getFileLinkStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/FileContext.html#getFileLinkStatus-org.apache.hadoop.fs.Path-"><code>FileContext.getFileLinkStatus(Path)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getFileLinkStatus-org.apache.hadoop.fs.Path-">getFileLinkStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#getFileLinkStatus-org.apache.hadoop.fs.Path-">getFileLinkStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getFileLinkStatus-org.apache.hadoop.fs.Path-">getFileLinkStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Return a FileStatus representing the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getFileLinkStatus-org.apache.hadoop.fs.Path-">getFileLinkStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#getFilename--">getFilename()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#getFileStatus-org.apache.hadoop.fs.Path-"><code>FileContext.getFileStatus(Path)</code></a>
except that an UnresolvedLinkException may be thrown if a symlink is
encountered in the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Return a file status object that represents the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return a file status object that represents the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Get file status.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">return the filestatus of files in har archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getFileStatus-org.apache.hadoop.fs.shell.PathData-int-">getFileStatus(PathData, int)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs"><code>FileStatus</code></a> from the <code>PathData</code> item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Return a file status object that represents the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getFileStatus-org.apache.hadoop.fs.Path-">getFileStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#getFileStatus-org.apache.hadoop.fs.Path-"><code>FileContext.getFileStatus(Path)</code></a>
except that an UnresolvedLinkException may be thrown if a symlink is
encountered in the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#getFileSystem-org.apache.hadoop.conf.Configuration-">getFileSystem(Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Return the FileSystem that owns this Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getFileSystem-org.apache.hadoop.fs.shell.PathData-">getFileSystem(PathData)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><code>FileSystem</code></a> associated with the <code>PathData</code> item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFileSystemClass-java.lang.String-org.apache.hadoop.conf.Configuration-">getFileSystemClass(String, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the FileSystem implementation class of a filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getFileType--">getFileType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getFileType--">getFileType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getFileType--">getFileType()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AuthenticationFilterInitializer.html#getFilterConfigMap-org.apache.hadoop.conf.Configuration-java.lang.String-">getFilterConfigMap(Configuration, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/AuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security">AuthenticationFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html#getFilterParameters-org.apache.hadoop.conf.Configuration-java.lang.String-">getFilterParameters(Configuration, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security">HttpCrossOriginFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#getFilterParams-org.apache.hadoop.conf.Configuration-java.lang.String-">getFilterParams(Configuration, String)</a></span> - Static method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>
<div class="block">Constructs a mapping of configuration properties to be used for filter
initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html#getFilterParams-org.apache.hadoop.conf.Configuration-java.lang.String-">getFilterParams(Configuration, String)</a></span> - Static method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter</a></dt>
<dd>
<div class="block">Constructs a mapping of configuration properties to be used for filter
initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getFinalParameters--">getFinalParameters()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the set of parameters marked final.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getFirstKey--">getFirstKey()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get the first key in the TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getFlags--">getFlags()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getFlags--">getFlags()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getFlags--">getFlags()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getFlags--">getFlags()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getFlags--">getFlags()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getFlags--">getFlags()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getFloat-java.lang.String-float-">getFloat(String, float)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>float</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DUHelper.html#getFolderUsage-java.lang.String-">getFolderUsage(String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DUHelper.html" title="class in org.apache.hadoop.fs">DUHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.KeyMetadata.html#getFormat--">getFormat()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.KeyMetadata.html" title="class in org.apache.hadoop.crypto.key">JavaKeyStoreProvider.KeyMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getFS--">getFS()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getFS--">getFS()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#getFS--">getFS()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getFS--">getFS()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#getFsAction-java.lang.String-">getFsAction(String)</a></span> - Static method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>
<div class="block">Get the FsAction enum for String representation of permissions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFSofPath-org.apache.hadoop.fs.Path-">getFSofPath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Get the file system of supplied path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getFSofPath-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-">getFSofPath(Path, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getFsStatus-org.apache.hadoop.fs.Path-">getFsStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#getFsStatus-org.apache.hadoop.fs.Path-"><code>FileContext.getFsStatus(Path)</code></a> except that Path f must be for this
file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getFsStatus--">getFsStatus()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#getFsStatus-org.apache.hadoop.fs.Path-"><code>FileContext.getFsStatus(Path)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getFsStatus-org.apache.hadoop.fs.Path-">getFsStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Returns a status object describing the use and capacity of the
file system denoted by the Parh argument p.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getFsStatus--">getFsStatus()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#getFstat-java.io.FileDescriptor-">getFstat(FileDescriptor)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>
<div class="block">Returns the file stat for a file descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#getGangliaConfForMetric-java.lang.String-">getGangliaConfForMetric(String)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>
<div class="block">Lookup GangliaConf from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#getGaugeReference-java.lang.String-">getGaugeReference(String)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Get a reference to the atomic instance providing the
value for a specific gauge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html#getGcMonitorRunTime--">getGcMonitorRunTime()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util">GcTimeMonitor.GcData</a></dt>
<dd>
<div class="block">Returns the time since the start of the associated GcTimeMonitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html#getGcTimePercentage--">getGcTimePercentage()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util">GcTimeMonitor.GcData</a></dt>
<dd>
<div class="block">Returns the percentage (0..100) of time that the JVM spent in GC pauses
within the observation window of the associated GcTimeMonitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getGetPermissionCommand--">getGetPermissionCommand()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command to get permission information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingServiceProvider.html#getGid-java.lang.String-">getGid(String)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security">IdMappingServiceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getGid-java.lang.String-">getGid(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingServiceProvider.html#getGidAllowingUnknown-java.lang.String-">getGidAllowingUnknown(String)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security">IdMappingServiceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getGidAllowingUnknown-java.lang.String-">getGidAllowingUnknown(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getGidNameMap--">getGidNameMap()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getGlobalStorageStatistics--">getGlobalStorageStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the global storage statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getGroup--">getGroup()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get the group associated with the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getGroup--">getGroup()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getGroup--">getGroup()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getGroup--">getGroup()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#getGroup--">getGroup()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>
<div class="block">Returns the file group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#getGroup--">getGroup()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getGroupAction--">getGroupAction()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Return group <a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission"><code>FsAction</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getGroupBytes--">getGroupBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getGroupBytes--">getGroupBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getGroupBytes--">getGroupBytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingServiceProvider.html#getGroupName-int-java.lang.String-">getGroupName(int, String)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security">IdMappingServiceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getGroupName-int-java.lang.String-">getGroupName(int, String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getGroupNames--">getGroupNames()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the group names for this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#getGroups--">getGroups()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Get the names of user groups allowed for this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/GroupMappingServiceProvider.html#getGroups-java.lang.String-">getGroups(String)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/GroupMappingServiceProvider.html" title="interface in org.apache.hadoop.security">GroupMappingServiceProvider</a></dt>
<dd>
<div class="block">Get all various group memberships of a given user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html#getGroups-java.lang.String-">getGroups(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html#getGroups-java.lang.String-">getGroups(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsNetgroupMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/NullGroupsMapping.html#getGroups-java.lang.String-">getGroups(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/NullGroupsMapping.html" title="class in org.apache.hadoop.security">NullGroupsMapping</a></dt>
<dd>
<div class="block">Returns an empty list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getGroups--">getGroups()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the group names for this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#getGroups-int-">getGroups(int)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getGroups-int-">getGroups(int)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html#getGroups-int-">getGroups(int)</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><a href="org/apache/hadoop/tools/GetGroupsBase.html" title="class in org.apache.hadoop.tools"><span class="typeNameLink">GetGroupsBase</span></a> - Class in <a href="org/apache/hadoop/tools/package-summary.html">org.apache.hadoop.tools</a></dt>
<dd>
<div class="block">Base class for the HDFS and MR implementations of tools which fetch and
display the groups that users belong to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/GetGroupsBase.html#GetGroupsBase-org.apache.hadoop.conf.Configuration-">GetGroupsBase(Configuration)</a></span> - Constructor for class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/GetGroupsBase.html" title="class in org.apache.hadoop.tools">GetGroupsBase</a></dt>
<dd>
<div class="block">Create an instance of this tool using the given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/GetGroupsBase.html#GetGroupsBase-org.apache.hadoop.conf.Configuration-java.io.PrintStream-">GetGroupsBase(Configuration, PrintStream)</a></span> - Constructor for class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/GetGroupsBase.html" title="class in org.apache.hadoop.tools">GetGroupsBase</a></dt>
<dd>
<div class="block">Used exclusively for testing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#getGroupsBytes-int-">getGroupsBytes(int)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getGroupsBytes-int-">getGroupsBytes(int)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html#getGroupsBytes-int-">getGroupsBytes(int)</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getGroupsCommand--">getGroupsCommand()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">a Unix command to get the current user's groups list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#getGroupsCount--">getGroupsCount()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getGroupsCount--">getGroupsCount()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html#getGroupsCount--">getGroupsCount()</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface.html#getGroupsForUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto-">getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto)</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#getGroupsForUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback&lt;GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>
<div class="block">
Get the groups which are mapped to the given user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface.html#getGroupsForUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback&lt;GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface</a></dt>
<dd>
<div class="block">
Get the groups which are mapped to the given user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub.html#getGroupsForUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback&lt;GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html#getGroupsForUser-java.lang.String-">getGroupsForUser(String)</a></span> - Method in class org.apache.hadoop.tools.protocolPB.<a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB">GetUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolServerSideTranslatorPB.html#getGroupsForUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto-">getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto)</a></span> - Method in class org.apache.hadoop.tools.protocolPB.<a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB">GetUserMappingsProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getGroupsForUserCommand-java.lang.String-">getGroupsForUserCommand(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">A command to get a given user's groups list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getGroupsIDForUserCommand-java.lang.String-">getGroupsIDForUserCommand(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">A command to get a given user's group id list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#getGroupsList--">getGroupsList()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getGroupsList--">getGroupsList()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html#getGroupsList--">getGroupsList()</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getHadoopHome--">getHadoopHome()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Get the Hadoop home directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getHarHash-org.apache.hadoop.fs.Path-">getHarHash(Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">the hash of the path p inside the filesystem</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getHarVersion--">getHarVersion()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getHeader-boolean-">getHeader(boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Return the header of the output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getHeader--">getHeader()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return the header of the output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html#getHeader-java.lang.String-">getHeader(String)</a></span> - Method in interface org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html" title="interface in org.apache.hadoop.security.http">RestCsrfPreventionFilter.HttpInteraction</a></dt>
<dd>
<div class="block">Returns the value of a header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getHeaderFields--">getHeaderFields()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Returns the names of the fields from the summary header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getHealthMonitorAddress--">getHealthMonitorAddress()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>
<div class="block">Returns an optional separate RPC server address for health checks at the
target node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getHealthMonitorProxy-org.apache.hadoop.conf.Configuration-int-">getHealthMonitorProxy(Configuration, int)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>
<div class="block">Returns a proxy to connect to the target HA service for health monitoring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getHealthMonitorProxy-org.apache.hadoop.conf.Configuration-int-int-">getHealthMonitorProxy(Configuration, int, int)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getHelp--">getHelp()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#getHelp--">getHelp()</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Returns a description of the expression for use in help.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#getHelp--">getHelp()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Return the current user's home directory in this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Return the current user's home directory in this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the current user's home directory in this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">return the top level archive path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getHomeDirectory--">getHomeDirectory()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#getHomeDirValue-org.apache.hadoop.conf.Configuration-">getHomeDirValue(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Get the value of the home dir conf value for default mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#getHomeDirValue-org.apache.hadoop.conf.Configuration-java.lang.String-">getHomeDirValue(Configuration, String)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Get the value of the home dir conf value for specified mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getHostAddress--">getHostAddress()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#getHostAddress--">getHostAddress()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getHostFromPrincipal-java.lang.String-">getHostFromPrincipal(String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Get the host name from the principal name of format &lt;service
&gt;/host@realm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getHostInetAddress--">getHostInetAddress()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#getHostInetAddress--">getHostInetAddress()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#getHostName--">getHostName()</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DNSDomainNameResolver.html#getHostnameByIP-java.net.InetAddress-">getHostnameByIP(InetAddress)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/DNSDomainNameResolver.html" title="class in org.apache.hadoop.net">DNSDomainNameResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DomainNameResolver.html#getHostnameByIP-java.net.InetAddress-">getHostnameByIP(InetAddress)</a></span> - Method in interface org.apache.hadoop.net.<a href="org/apache/hadoop/net/DomainNameResolver.html" title="interface in org.apache.hadoop.net">DomainNameResolver</a></dt>
<dd>
<div class="block">Reverse lookup an IP address and get the fully qualified domain name(fqdn).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getHosts--">getHosts()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the list of hosts (hostname) hosting this block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#getId-java.lang.Class-">getId(Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/SpanReceiverInfo.html#getId--">getId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/SpanReceiverInfo.html" title="class in org.apache.hadoop.tracing">SpanReceiverInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#getId--">getId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#getId--">getId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder.html#getId--">getId()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#getId--">getId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#getId--">getId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder.html#getId--">getId()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#getId--">getId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getId--">getId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html#getId--">getId()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html#getIdentifier--">getIdentifier()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#getIdentifier--">getIdentifier()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Get the token identifier's byte representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#getIdentifierBytes--">getIdentifierBytes()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getIdentifierBytes--">getIdentifierBytes()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html#getIdentifierBytes--">getIdentifierBytes()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getIn--">getIn()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Returns the input stream to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html#getIncludedHosts--">getIncludedHosts()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html" title="class in org.apache.hadoop.util">HostsFileReader.HostDetails</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html#getIncludesFile--">getIncludesFile()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html" title="class in org.apache.hadoop.util">HostsFileReader.HostDetails</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#getIndexInterval--">getIndexInterval()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block">The number of entries that are added before an index entry is added.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#getIngressPort--">getIngressPort()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#getInitialMessage--">getInitialMessage()</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#getInitialUsed--">getInitialUsed()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getInitialWorkingDirectory--">getInitialWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Some file systems like LocalFileSystem have an initial workingDir
that is used as the starting workingDir.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getInitialWorkingDirectory--">getInitialWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Note: with the new FileContext class, getWorkingDirectory()
will be removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getInitialWorkingDirectory--">getInitialWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getInitialWorkingDirectory--">getInitialWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getInitialWorkingDirectory--">getInitialWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#getInstance-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">getInstance(Configuration, FileSystem, Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/TrashPolicy.html#getInstance-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-"><code>TrashPolicy.getInstance(Configuration, FileSystem)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#getInstance-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-">getInstance(Configuration, FileSystem)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Get an instance of the configured TrashPolicy based on the value
of the configuration parameter fs.trash.classname.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getInstance-java.lang.String-int-org.apache.hadoop.ipc.DecayRpcScheduler-">getInstance(String, int, DecayRpcScheduler)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#getInstance-org.apache.hadoop.conf.Configuration-">getInstance(Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>
<div class="block">Returns an instance of SaslPropertiesResolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getInstances-java.lang.String-java.lang.Class-">getInstances(String, Class&lt;U&gt;)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>List</code>
of objects implementing the interface specified by <code>xface</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as an <code>int</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html#getInterface--">getInterface()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html" title="class in org.apache.hadoop.io.retry">DefaultFailoverProxyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html#getInterface--">getInterface()</a></span> - Method in interface org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="interface in org.apache.hadoop.io.retry">FailoverProxyProvider</a></dt>
<dd>
<div class="block">Return a reference to the interface this provider's proxy objects actually
implement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html#getInterfaceName--">getInterfaceName()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html" title="class in org.apache.hadoop.ipc">RPC.VersionMismatch</a></dt>
<dd>
<div class="block">Get the interface name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#getInterval--">getInterval()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#getInterval--">getInterval()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html#getIntField--">getIntField()</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord.Builder</a></dt>
<dd>
<div class="block">Gets the value of the 'intField' field</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#getIntField--">getIntField()</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block">Gets the value of the 'intField' field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getInts-java.lang.String-">getInts(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a set of comma-delimited
<code>int</code> values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#getIOStatistics--">getIOStatistics()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">Get the IO Statistics of the nested stream, falling back to
null if the stream does not implement the interface
<a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#getIOStatistics--">getIOStatistics()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>
<div class="block">Get the IO Statistics of the nested stream, falling back to
empty statistics if the stream does not implement the interface
<a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html#getIOStatistics--">getIOStatistics()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsInputStream</a></dt>
<dd>
<div class="block">Return any IOStatistics offered by the inner stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html#getIOStatistics--">getIOStatistics()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsOutputStream</a></dt>
<dd>
<div class="block">Ask the inner stream for their IOStatistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/SourceWrappedStatistics.html#getIOStatistics--">getIOStatistics()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/SourceWrappedStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">SourceWrappedStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html#getIOStatistics--">getIOStatistics()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics">IOStatisticsSource</a></dt>
<dd>
<div class="block">Return a statistics instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#getIOStatistics--">getIOStatistics()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">Return any IOStatistics provided by the underlying stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#getIOStatistics--">getIOStatistics()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>
<div class="block">Return any IOStatistics provided by the underlying stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getIssueDate--">getIssueDate()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#getJarsInDirectory-java.lang.String-">getJarsInDirectory(String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Returns all jars that are in the directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#getJarsInDirectory-java.lang.String-boolean-">getJarsInDirectory(String, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Returns all jars that are in the directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#getJitter--">getJitter()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AnnotatedSecurityInfo.html#getKerberosInfo-java.lang.Class-org.apache.hadoop.conf.Configuration-">getKerberosInfo(Class&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/AnnotatedSecurityInfo.html" title="class in org.apache.hadoop.security">AnnotatedSecurityInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getKerberosInfo-java.lang.Class-org.apache.hadoop.conf.Configuration-">getKerberosInfo(Class&lt;?&gt;, Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Look up the KerberosInfo for a given protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html#getKey--">getKey()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html" title="class in org.apache.hadoop.conf">Configuration.DeprecationDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#getKey--">getKey()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getKey-org.apache.hadoop.io.BytesWritable-">getKey(BytesWritable)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Copy the key into BytesWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getKey-byte:A-">getKey(byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Copy the key into user supplied buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getKey-byte:A-int-">getKey(byte[], int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Copy the key into user supplied buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html#getKey--">getKey()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</a></dt>
<dd>
<div class="block">Gets the current raw key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#getKey--">getKey()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>
<div class="block">Returns the stored rawKey</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#getKey--">getKey()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getKey--">getKey()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html#getKey--">getKey()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ConfigPairOrBuilder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#getKeyBytes--">getKeyBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getKeyBytes--">getKeyBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html#getKeyBytes--">getKeyBytes()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ConfigPairOrBuilder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#getKeyClass--">getKeyClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Returns the class of keys in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getKeyClass--">getKeyClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns the class of keys in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#getKeyClass--">getKeyClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">Returns the class of keys in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#getKeyClass--">getKeyClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Returns the WritableComparable implementation class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getKeyClassName--">getKeyClassName()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns the name of the key class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getKeyLength--">getKeyLength()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Get the length of the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getKeyNear-long-">getKeyNear(long)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get a sample key that is within a block whose starting offset is greater
than or equal to the specified offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getKeyProvider--">getKeyProvider()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getKeyProviderUri--">getKeyProviderUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getKeys--">getKeys()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Get the key names for all keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getKeys--">getKeys()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getKeys--">getKeys()</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getKeysMetadata-java.lang.String...-">getKeysMetadata(String...)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Get key metadata in bulk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getKeysMetadata-java.lang.String...-">getKeysMetadata(String...)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getKeysMetadata-java.lang.String...-">getKeysMetadata(String...)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getKeyStream--">getKeyStream()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Streaming access to the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#getKeytabFile--">getKeytabFile()</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#getKeyVersion-java.lang.String-">getKeyVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getKeyVersion-java.lang.String-">getKeyVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Get the key material for a specific version of the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getKeyVersion-java.lang.String-">getKeyVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getKeyVersion-java.lang.String-">getKeyVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getKeyVersions-java.lang.String-">getKeyVersions(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Get the key material for all versions of a specific key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getKeyVersions-java.lang.String-">getKeyVersions(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getKeyVersions-java.lang.String-">getKeyVersions(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSDelegationToken.KMSDelegationTokenIdentifier.html#getKind--">getKind()</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSDelegationToken.KMSDelegationTokenIdentifier.html" title="class in org.apache.hadoop.crypto.key.kms">KMSDelegationToken.KMSDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getKind--">getKind()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getKind--">getKind()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#getKind--">getKind()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getKind--">getKind()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#getKind--">getKind()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Get the token kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html#getKind--">getKind()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html" title="class in org.apache.hadoop.security.token">Token.TrivialRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenIdentifier.html#getKind--">getKind()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a></dt>
<dd>
<div class="block">Get the token kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getKindBytes--">getKindBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getKindBytes--">getKindBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#getKindBytes--">getKindBytes()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#getKlass--">getKlass()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getLargeReadOps--">getLargeReadOps()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get the number of large file system read operations such as list files
under a large directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getLargeReadOps--">getLargeReadOps()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#getLastContact--">getLastContact()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getLastKey--">getLastKey()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get the last key in the TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.html#getLatestGcData--">getLatestGcData()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.html" title="class in org.apache.hadoop.util">GcTimeMonitor</a></dt>
<dd>
<div class="block">Returns a copy of the most recent data measured by this monitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#getLeaf-int-org.apache.hadoop.net.Node-">getLeaf(int, Node)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#getLeasedCompressorsCount-org.apache.hadoop.io.compress.CompressionCodec-">getLeasedCompressorsCount(CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>
<div class="block">Return the number of leased <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a>s for this
<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#getLeasedDecompressorsCount-org.apache.hadoop.io.compress.CompressionCodec-">getLeasedDecompressorsCount(CompressionCodec)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>
<div class="block">Return the number of leased <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a>s for this
<a href="org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><code>CompressionCodec</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getLen--">getLen()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get the length of this file, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the length of the block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileChecksum.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</a></dt>
<dd>
<div class="block">The length of the checksum in bytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getLength-org.apache.hadoop.fs.Path-">getLength(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-"><code>FileSystem.getFileStatus(Path)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getLength--">getLength()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BinaryComparable.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io">BinaryComparable</a></dt>
<dd>
<div class="block">Return n st bytes 0..n-1 from {#getBytes()} are valid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Get the current size of the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataInputByteBuffer.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataInputByteBuffer.html" title="class in org.apache.hadoop.io">DataInputByteBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.PmemMappedRegion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ReadaheadPool.ReadaheadRequest.html#getLength--">getLength()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/ReadaheadPool.ReadaheadRequest.html" title="interface in org.apache.hadoop.io">ReadaheadPool.ReadaheadRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">Returns the current length of the output file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#getLength--">getLength()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Returns the number of bytes in the byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#getLibraryName--">getLibraryName()</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#getLibraryName-org.apache.hadoop.conf.Configuration-">getLibraryName(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#getLibraryName--">getLibraryName()</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getLibraryName--">getLibraryName()</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#getLibraryName--">getLibraryName()</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#getLibraryName--">getLibraryName()</a></span> - Static method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html#getLibraryName--">getLibraryName()</a></span> - Static method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeNative</a></dt>
<dd>
<div class="block">Get the native library name that's available or supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getLifecycleHistory--">getLifecycleHistory()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getLifecycleHistory--">getLifecycleHistory()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get a snapshot of the lifecycle history; it is a static list</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.html#getLinkCount-java.io.File-">getLinkCount(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.html" title="class in org.apache.hadoop.fs">HardLink</a></dt>
<dd>
<div class="block">Retrieves the number of links to the specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Partially resolves the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Returns the target of the given symbolic link as it was specified
when the link was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/FileContext.html#getLinkTarget-org.apache.hadoop.fs.Path-"><code>FileContext.getLinkTarget(Path)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getLinkTarget-org.apache.hadoop.fs.Path-">getLinkTarget(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartialListing.html#getListedPath--">getListedPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs">PartialListing</a></dt>
<dd>
<div class="block">Path being listed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getListenerAddress--">getListenerAddress()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Return the socket (ip+port) on which the RPC server is listening to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html#getLoadingFailureReason--">getLoadingFailureReason()</a></span> - Static method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeNative</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#getLoc-java.lang.String-">getLoc(String)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getLocal-org.apache.hadoop.conf.Configuration-">getLocal(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the local FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getLocalFSFileContext--">getLocalFSFileContext()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getLocalFSFileContext-org.apache.hadoop.conf.Configuration-">getLocalFSFileContext(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getLocalPath-java.lang.String-java.lang.String-">getLocalPath(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get a local file under a directory named by <i>dirsProp</i> with
the given <i>path</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getLoginUser--">getLoginUser()</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the currently logged in user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.html#getLogSupressionMessage-org.apache.hadoop.log.LogThrottlingHelper.LogAction-">getLogSupressionMessage(LogThrottlingHelper.LogAction)</a></span> - Static method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log">LogThrottlingHelper</a></dt>
<dd>
<div class="block">Helper function to create a message about how many log statements were
suppressed in the provided log action.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getLong-java.lang.String-long-">getLong(String, long)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>long</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">StorageStatisticsFromIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs">StorageStatistics</a></dt>
<dd>
<div class="block">Get the value of a statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getLongBytes-java.lang.String-long-">getLongBytes(String, long)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>long</code> or
human readable format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#getLongName--">getLongName()</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html#getLongStatistics--">getLongStatistics()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">StorageStatisticsFromIOStatistics</a></dt>
<dd>
<div class="block">Take a snapshot of the current counter values
and return an iterator over them.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.html#getLongStatistics--">getLongStatistics()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs">StorageStatistics</a></dt>
<dd>
<div class="block">Get an iterator over all the currently tracked long statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#getMajor--">getMajor()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Get the major version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#getMandatoryKeys--">getMandatoryKeys()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Get all the keys that are set as mandatory keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#getMandatoryKeys--">getMandatoryKeys()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsCreateModes.html#getMasked--">getMasked()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission">FsCreateModes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getMasked--">getMasked()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Get masked permission if exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getMasterKeyId--">getMasterKeyId()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html#getMaterial--">getMaterial()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.KeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#getMax--">getMax()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getMaxDate--">getMaxDate()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getMaxDepth--">getMaxDepth()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Returns the maximum depth for applying expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getMaxIdleTime--">getMaxIdleTime()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#getMaximumReference-java.lang.String-">getMaximumReference(String)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Get a reference to the atomic instance providing the
value for a specific maximum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getMaxQueueSize--">getMaxQueueSize()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">The maximum size of the rpc call queue of this server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/InstrumentedLock.SuppressedSnapshot.html#getMaxSuppressedWait--">getMaxSuppressedWait()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/InstrumentedLock.SuppressedSnapshot.html" title="class in org.apache.hadoop.util">InstrumentedLock.SuppressedSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MBeans.html#getMbeanNameName-javax.management.ObjectName-">getMbeanNameName(ObjectName)</a></span> - Static method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MBeans.html" title="class in org.apache.hadoop.metrics2.util">MBeans</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MBeans.html#getMbeanNameService-javax.management.ObjectName-">getMbeanNameService(ObjectName)</a></span> - Static method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MBeans.html" title="class in org.apache.hadoop.metrics2.util">MBeans</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#getMean--">getMean()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#getMeanStatistic-java.lang.String-">getMeanStatistic(String)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Get a reference to the atomic instance providing the
value for a specific meanStatistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getMechanism--">getMechanism()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getMechanism--">getMechanism()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getMechanism--">getMechanism()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getMechanismBytes--">getMechanismBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getMechanismBytes--">getMechanismBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getMechanismBytes--">getMechanismBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#getMechanismName--">getMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getMechanismName--">getMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html#getMechanismName--">getMechanismName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#getMechanismName--">getMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getMechanismName--">getMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html#getMechanismName--">getMechanismName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html#getMechanismName--">getMechanismName()</a></span> - Method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security">SaslRpcServer.AuthMethod</a></dt>
<dd>
<div class="block">Return the SASL mechanism name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#getMechanismNameBytes--">getMechanismNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getMechanismNameBytes--">getMechanismNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html#getMechanismNameBytes--">getMechanismNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#getMechanismNameBytes--">getMechanismNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getMechanismNameBytes--">getMechanismNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html#getMechanismNameBytes--">getMechanismNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPlainServer.SaslPlainServerFactory.html#getMechanismNames-java.util.Map-">getMechanismNames(Map&lt;String, ?&gt;)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPlainServer.SaslPlainServerFactory.html" title="class in org.apache.hadoop.security">SaslPlainServer.SaslPlainServerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html#getMemlockLimit--">getMemlockLimit()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.CacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html#getMemlockLimit--">getMemlockLimit()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.NoMlockCacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getMemlockLimit-java.lang.Long-">getMemlockLimit(Long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Static method to return the memory lock limit for datanode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#getMemory--">getMemory()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Get the total amount of buffer memory, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>
<div class="block">Format:
cmd: {operation} `path' {to `target'}: error string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.IllegalNumberOfArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.NotEnoughArgumentsException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.NotEnoughArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.NotEnoughArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.TooManyArgumentsException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.TooManyArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.TooManyArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/NotInMountpointException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/NotInMountpointException.html" title="class in org.apache.hadoop.fs.viewfs">NotInMountpointException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html#getMessage--">getMessage()</a></span> - Method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html" title="enum in org.apache.hadoop.io.nativeio">NativeIO.POSIX.SupportState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html#getMessage-int-">getMessage(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html#getMessage-int-">getMessage(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html#getMessage-int-">getMessage(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getMessage-int-">getMessage(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html#getMessage-int-">getMessage(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProtoOrBuilder.html#getMessage--">getMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#getMessage--">getMessage()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html#getMessageBytes-int-">getMessageBytes(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getMessageBytes--">getMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProtoOrBuilder.html#getMessageBytes--">getMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html#getMessageCount--">getMessageCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html#getMessageCount--">getMessageCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html#getMessageCount--">getMessageCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getMessageCount--">getMessageCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html#getMessageCount--">getMessageCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html#getMessageList--">getMessageList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html#getMessageList--">getMessageList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html#getMessageList--">getMessageList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getMessageList--">getMessageList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html#getMessageList--">getMessageList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getMetaBlock-java.lang.String-">getMetaBlock(String)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Stream access to a meta block.``</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#getMetadata-java.lang.String-">getMetadata(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#getMetadata-java.lang.String-">getMetadata(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Get metadata about the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#getMetadata-java.lang.String-">getMetadata(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getMetadata-java.lang.String-">getMetadata(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#getMetadata--">getMetadata()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getMetadata--">getMetadata()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns the metadata object of the file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getMethod--">getMethod()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getMethod--">getMethod()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getMethod--">getMethod()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html#getMethod--">getMethod()</a></span> - Method in interface org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html" title="interface in org.apache.hadoop.security.http">RestCsrfPreventionFilter.HttpInteraction</a></dt>
<dd>
<div class="block">Returns the method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getMethodBytes--">getMethodBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getMethodBytes--">getMethodBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getMethodBytes--">getMethodBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#getMethodName--">getMethodName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#getMethodName--">getMethodName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#getMethodNameBytes--">getMethodNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getMethodNameBytes--">getMethodNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#getMethodNameBytes--">getMethodNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#getMethodNameBytes--">getMethodNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getMethodNameBytes--">getMethodNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#getMethodNameBytes--">getMethodNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#getMethods-int-">getMethods(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getMethods-int-">getMethods(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html#getMethods-int-">getMethods(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#getMethods--">getMethods()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#getMethodsCount--">getMethodsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getMethodsCount--">getMethodsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html#getMethodsCount--">getMethodsCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#getMethodsList--">getMethodsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getMethodsList--">getMethodsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html#getMethodsList--">getMethodsList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#getMetric-java.lang.String-">getMetric(String)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>
<div class="block">Lookup a metric value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#getMetricInstance-java.lang.String-">getMetricInstance(String)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>
<div class="block">Lookup a metric instance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getMetrics-org.apache.hadoop.metrics2.MetricsCollector-boolean-">getMetrics(MetricsCollector, boolean)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getMetrics-org.apache.hadoop.metrics2.MetricsCollector-boolean-">getMetrics(MetricsCollector, boolean)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSource.html#getMetrics-org.apache.hadoop.metrics2.MetricsCollector-boolean-">getMetrics(MetricsCollector, boolean)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2">MetricsSource</a></dt>
<dd>
<div class="block">Get metrics from the metrics source</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#getMilliSeconds--">getMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#getMilliSeconds--">getMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProtoOrBuilder.html#getMilliSeconds--">getMilliSeconds()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#getMilliSeconds--">getMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#getMilliSeconds--">getMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProtoOrBuilder.html#getMilliSeconds--">getMilliSeconds()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#getMillisToCede--">getMillisToCede()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#getMillisToCede--">getMillisToCede()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder.html#getMillisToCede--">getMillisToCede()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#getMin--">getMin()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getMinDepth--">getMinDepth()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Returns the minimum depth for applying expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#getMinimumReference-java.lang.String-">getMinimumReference(String)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Get a reference to the atomic instance providing the
value for a specific minimum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#getMinor--">getMinor()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Get the minor version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#getMode--">getMode()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getModificationTime--">getModificationTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get the modification time of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getModificationTime--">getModificationTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getModificationTime--">getModificationTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getModificationTime--">getModificationTime()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.MountPoint.html#getMountedOnPath--">getMountedOnPath()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.MountPoint.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem.MountPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getMountPoints--">getMountPoints()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getMountPoints--">getMountPoints()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#getMovableTypes--">getMovableTypes()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#getMtime--">getMtime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getMtime--">getMtime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html#getMtime--">getMtime()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryUtils.html#getMultipleLinearRandomRetry-org.apache.hadoop.conf.Configuration-java.lang.String-boolean-java.lang.String-java.lang.String-">getMultipleLinearRandomRetry(Configuration, String, boolean, String, String)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryUtils.html" title="class in org.apache.hadoop.io.retry">RetryUtils</a></dt>
<dd>
<div class="block">Return the MultipleLinearRandomRetry policy specified in the conf,
or null if the feature is disabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.KeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html#getName--">getName()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html" title="interface in org.apache.hadoop.fs">BlockStoragePolicySpi</a></dt>
<dd>
<div class="block">Return the name of the storage policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">call <a href="org/apache/hadoop/fs/FileSystem.html#getUri--"><code>FileSystem.getUri()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Returns the final component of this path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Returns the optional ACL entry name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs">StorageStatistics</a></dt>
<dd>
<div class="block">Get the name of this StorageStatistics object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html" title="class in org.apache.hadoop.fs">StorageStatistics.LongStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#getName--">getName()</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html#getName--">getName()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html" title="class in org.apache.hadoop.service.launcher">IrqHandler.InterruptData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getName--">getName()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get the name of this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getNamed-java.lang.String-org.apache.hadoop.conf.Configuration-">getNamed(String, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">call <a href="org/apache/hadoop/fs/FileSystem.html#get-java.net.URI-org.apache.hadoop.conf.Configuration-"><code>FileSystem.get(URI, Configuration)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getNames--">getNames()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the list of names (IP:xferPort) hosting this block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getNetworkBytesRead--">getNetworkBytesRead()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the aggregated number of bytes read over the network.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getNetworkBytesWritten--">getNetworkBytesWritten()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the aggregated number of bytes written to the network.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#getNewConf--">getNewConf()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Create a new configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#getNewExpiryTime--">getNewExpiryTime()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#getNewExpiryTime--">getNewExpiryTime()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder.html#getNewExpiryTime--">getNewExpiryTime()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html#getNewKeys--">getNewKeys()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.DeprecationDelta.html" title="class in org.apache.hadoop.conf">Configuration.DeprecationDelta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationException.html#getNewValue--">getNewValue()</a></span> - Method in exception org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf">ReconfigurationException</a></dt>
<dd>
<div class="block">Get value to which property was supposed to be changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#getNext--">getNext()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightGSet.LinkedElement.html#getNext--">getNext()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightGSet.LinkedElement.html" title="interface in org.apache.hadoop.util">LightWeightGSet.LinkedElement</a></dt>
<dd>
<div class="block">Get the next element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#getNextAncestorName-org.apache.hadoop.net.Node-">getNextAncestorName(Node)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#getNotReadyReason--">getNotReadyReason()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getNotReadyReason--">getNotReadyReason()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html#getNotReadyReason--">getNotReadyReason()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#getNotReadyReasonBytes--">getNotReadyReasonBytes()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getNotReadyReasonBytes--">getNotReadyReasonBytes()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html#getNotReadyReasonBytes--">getNotReadyReasonBytes()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#getNumber--">getNumber()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html#getNumber--">getNumber()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html" title="class in org.apache.hadoop.service.launcher">IrqHandler.InterruptData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getNumCores--">getNumCores()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain total number of physical cores present on the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#getNumDataUnits--">getNumDataUnits()</a></span> - Method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Get required data units count in a coding group</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getNumDroppedConnections--">getNumDroppedConnections()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">The number of RPC connections dropped due to
too many connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#getNumOfChildren--">getNumOfChildren()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#getNumOfLeaves--">getNumOfLeaves()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getNumOpenConnections--">getNumOpenConnections()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">The number of open RPC conections</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getNumOpenConnectionsPerUser--">getNumOpenConnectionsPerUser()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Get the NumOpenConnections/User.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#getNumParityUnits--">getNumParityUnits()</a></span> - Method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Get required parity units count in a coding group</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getNumProcessors--">getNumProcessors()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the total number of logical processors present on the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getNumReaders--">getNumReaders()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">The number of reader threads for this server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getNumVCoresUsed--">getNumVCoresUsed()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the number of VCores used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getOffset--">getOffset()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the start offset of file associated with this block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ReadaheadPool.ReadaheadRequest.html#getOffset--">getOffset()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/ReadaheadPool.ReadaheadRequest.html" title="interface in org.apache.hadoop.io">ReadaheadPool.ReadaheadRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationException.html#getOldValue--">getOldValue()</a></span> - Method in exception org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf">ReconfigurationException</a></dt>
<dd>
<div class="block">Get old value of property that cannot be changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html#getOperatingSystemPageSize--">getOperatingSystemPageSize()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.CacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html#getOperatingSystemPageSize--">getOperatingSystemPageSize()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.NoMlockCacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#getOpt-java.lang.Class-org.apache.hadoop.fs.Options.HandleOpt...-">getOpt(Class&lt;T&gt;, Options.HandleOpt...)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>
<div class="block">Utility method to extract a HandleOpt from the set provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#getOpt-java.lang.String-">getOpt(String)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block">Return if the option is set or not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.UnknownOptionException.html#getOption--">getOption()</a></span> - Method in exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.UnknownOptionException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.UnknownOptionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.html#getOption-java.lang.Class-base:A-">getOption(Class&lt;T&gt;, base[])</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.html" title="class in org.apache.hadoop.util">Options</a></dt>
<dd>
<div class="block">Find the first option of the required class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#getOptionalPath--">getOptionalPath()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Get the optional path; may be empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#getOptionalPathHandle--">getOptionalPathHandle()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Get the optional path handle; may be empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#getOptions--">getOptions()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Get the mutable option configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#getOptions--">getOptions()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getOptions--">getOptions()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Return the options to be used by this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#getOpts--">getOpts()</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block">Returns all the options that are set</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#getOptValue-java.lang.String-">getOptValue(String)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block">get the option's value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getOtherAction--">getOtherAction()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Return other <a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission"><code>FsAction</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getOut--">getOut()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Returns the output stream to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#getOut--">getOut()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.CommandExecutor.html#getOutput--">getOutput()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.CommandExecutor.html" title="interface in org.apache.hadoop.util">Shell.CommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#getOutput--">getOutput()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>
<div class="block">Get the output of the shell command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#getOverflowedCalls--">getOverflowedCalls()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueueMXBean.html#getOverflowedCalls--">getOverflowedCalls()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueueMXBean.html" title="interface in org.apache.hadoop.ipc">FairCallQueueMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getOwner--">getOwner()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get the owner of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getOwner--">getOwner()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getOwner--">getOwner()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getOwner--">getOwner()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#getOwner--">getOwner()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>
<div class="block">Returns the file owner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#getOwner--">getOwner()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getOwner--">getOwner()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getOwnerBytes--">getOwnerBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getOwnerBytes--">getOwnerBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getOwnerBytes--">getOwnerBytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#getParam1--">getParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getParam1--">getParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html#getParam1--">getParam1()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#getParam1--">getParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getParam1--">getParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html#getParam1--">getParam1()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#getParam2--">getParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getParam2--">getParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html#getParam2--">getParam2()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#getParam2--">getParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getParam2--">getParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html#getParam2--">getParam2()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html#getParameter-java.lang.String-">getParameter(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter.RequestQuoter</a></dt>
<dd>
<div class="block">Unquote the name and quote the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html#getParameterMap--">getParameterMap()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter.RequestQuoter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html#getParameterNames--">getParameterNames()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter.RequestQuoter</a></dt>
<dd>
<div class="block">Return the set of parameter names, quoting each name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html#getParameterValues-java.lang.String-">getParameterValues(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter.RequestQuoter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#getParams-int-">getParams(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getParams-int-">getParams(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2OrBuilder.html#getParams-int-">getParams(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#getParams-int-">getParams(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getParams-int-">getParams(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2OrBuilder.html#getParams-int-">getParams(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#getParamsCount--">getParamsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getParamsCount--">getParamsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2OrBuilder.html#getParamsCount--">getParamsCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#getParamsCount--">getParamsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getParamsCount--">getParamsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2OrBuilder.html#getParamsCount--">getParamsCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#getParamsList--">getParamsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getParamsList--">getParamsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2OrBuilder.html#getParamsList--">getParamsList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#getParamsList--">getParamsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getParamsList--">getParamsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2OrBuilder.html#getParamsList--">getParamsList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#getParent--">getParent()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Returns the parent of a path or null if at root.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#getParentId--">getParentId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getParentId--">getParentId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html#getParentId--">getParentId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProtoOrBuilder</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getParserForType--">getParserForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getPassword-java.lang.String-">getPassword(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value for a known password configuration element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getPassword--">getPassword()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getPassword--">getPassword()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#getPassword--">getPassword()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#getPassword--">getPassword()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Get the token password/secret.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getPasswordFromConfig-java.lang.String-">getPasswordFromConfig(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Fallback to clear text passwords in configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getPasswordFromCredentialProviders-java.lang.String-">getPasswordFromCredentialProviders(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Try and resolve the provided element name as a credential provider
alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#getPasswordReader--">getPasswordReader()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getPath--">getPath()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html#getPath--">getPath()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Get the path: only valid if constructed with a path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#getPath--">getPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#getPath--">getPath()</a></span> - Method in exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getPath-org.apache.hadoop.fs.shell.PathData-">getPath(PathData)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><code>Path</code></a> from the <code>PathData</code> item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getPathBytes--">getPathBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getPathBytes--">getPathBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getPathBytes--">getPathBytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#getPathBytes--">getPathBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getPathBytes--">getPathBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html#getPathBytes--">getPathBytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getPathHandle-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.Options.HandleOpt...-">getPathHandle(FileStatus, Options.HandleOpt...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a durable, serializable handle to the referent of the given
entity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#getPathHandle--">getPathHandle()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Get the PathHandle: only valid if constructed with a PathHandle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html#getPathOnTarget--">getPathOnTarget()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystemOverloadScheme.MountPathInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#getPathWithoutSchemeAndAuthority-org.apache.hadoop.fs.Path-">getPathWithoutSchemeAndAuthority(Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Return a version of the given Path without the scheme information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getPattern-java.lang.String-java.util.regex.Pattern-">getPattern(String, Pattern)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a <code>Pattern</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntryWithPayload.html#getPayload--">getPayload()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntryWithPayload.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntryWithPayload</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#getPerm--">getPerm()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#getPerm--">getPerm()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProtoOrBuilder.html#getPerm--">getPerm()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FsPermissionProtoOrBuilder</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get FsPermission associated with the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getPermission--">getPermission()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Returns the set of permissions in the ACL entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#getPermission--">getPermission()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>
<div class="block">Returns the permission set for the path</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getPermissionBuilder--">getPermissionBuilder()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getPermissionOrBuilder--">getPermissionOrBuilder()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getPermissionOrBuilder--">getPermissionOrBuilder()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getPermissionOrBuilder--">getPermissionOrBuilder()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getPhysicalMemorySize--">getPhysicalMemorySize()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the total size of the physical memory present in the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#getPingInterval-org.apache.hadoop.conf.Configuration-">getPingInterval(Configuration)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Get the ping interval from configuration;
If not set in the configuration, return the default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html#getPmdkLibPath--">getPmdkLibPath()</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Pmem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#getPmdkSupportStateMessage--">getPmdkSupportStateMessage()</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getPort--">getPort()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Get the port on which the IPC Server is listening for incoming connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumException.html#getPos--">getPos()</a></span> - Method in exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumException.html" title="class in org.apache.hadoop.fs">ChecksumException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html#getPos--">getPos()</a></span> - Method in class org.apache.hadoop.fs.crypto.<a href="org/apache/hadoop/fs/crypto/CryptoFSDataOutputStream.html" title="class in org.apache.hadoop.fs.crypto">CryptoFSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#getPos--">getPos()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">Get the current position in the input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#getPos--">getPos()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>
<div class="block">Get the current position in the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#getPos--">getPos()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>
<div class="block">Return the current offset from the start of the file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Seekable.html#getPos--">getPos()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Seekable.html" title="interface in org.apache.hadoop.fs">Seekable</a></dt>
<dd>
<div class="block">Return the current offset from the start of the file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#getPos--">getPos()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">This method returns the current position in the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataInputByteBuffer.html#getPosition--">getPosition()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataInputByteBuffer.html" title="class in org.apache.hadoop.io">DataInputByteBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getPosition--">getPosition()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Return the current byte position in the input file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#getPrecedence--">getPrecedence()</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Returns the precedence of this expression
(only applicable to operators).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#getPrecedence--">getPrecedence()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html#getPrefix--">getPrefix()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security">HttpCrossOriginFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getPrimaryGroupName--">getPrimaryGroupName()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#getPrincipal--">getPrincipal()</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getPriorityLevel-org.apache.hadoop.ipc.Schedulable-">getPriorityLevel(Schedulable)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block">Compute the appropriate priority for a schedulable based on past requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html#getPriorityLevel-org.apache.hadoop.ipc.Schedulable-">getPriorityLevel(Schedulable)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html" title="class in org.apache.hadoop.ipc">DefaultRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcScheduler.html#getPriorityLevel-org.apache.hadoop.ipc.Schedulable-">getPriorityLevel(Schedulable)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcScheduler.html" title="interface in org.apache.hadoop.ipc">RpcScheduler</a></dt>
<dd>
<div class="block">Returns priority level greater than zero as a hint for scheduling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getPriorityLevel--">getPriorityLevel()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getPriorityLevel--">getPriorityLevel()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Return the priority level assigned by call queue to an RPC
Returns 0 in case no priority is assigned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getProcess--">getProcess()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">get the current sub-process executing the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#getProcessedByteCount--">getProcessedByteCount()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>
<div class="block">This method reports the processed bytes so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getProcessingDetails--">getProcessingDetails()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getProgress--">getProgress()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html#getProgress--">getProgress()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</a></dt>
<dd>
<div class="block">Gets the Progress object; this has a float (0.0 - 1.0)
indicating the bytes processed by the iterator so far</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/PrometheusServlet.html#getPrometheusSink--">getPrometheusSink()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/PrometheusServlet.html" title="class in org.apache.hadoop.http">PrometheusServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationException.html#getProperty--">getProperty()</a></span> - Method in exception org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf">ReconfigurationException</a></dt>
<dd>
<div class="block">Get property that cannot be changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getPropertySources-java.lang.String-">getPropertySources(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Gets information about why a property was set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getProps--">getProps()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getPropsWithPrefix-java.lang.String-">getPropsWithPrefix(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Constructs a mapping of configuration and includes all properties that
start with the specified configuration prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html#getProtocol--">getProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html#getProtocol--">getProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder.html#getProtocol--">getProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getProtocol--">getProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getProtocol--">getProtocol()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/GetGroupsBase.html#getProtocolAddress-org.apache.hadoop.conf.Configuration-">getProtocolAddress(Configuration)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/GetGroupsBase.html" title="class in org.apache.hadoop.tools">GetGroupsBase</a></dt>
<dd>
<div class="block">Must be overridden by subclasses to get the address where the
<code>GetUserMappingsProtocol</code> implementation is running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getProtocolBytes--">getProtocolBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#getProtocolMetaInfoProxy-org.apache.hadoop.ipc.Client.ConnectionId-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-">getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#getProtocolMetaInfoProxy-org.apache.hadoop.ipc.Client.ConnectionId-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-">getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcEngine.html#getProtocolMetaInfoProxy-org.apache.hadoop.ipc.Client.ConnectionId-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-">getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcEngine.html" title="interface in org.apache.hadoop.ipc">RpcEngine</a></dt>
<dd>
<div class="block">Returns a proxy for ProtocolMetaInfoPB, which uses the given connection
id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.html#getProtocolMetaInfoProxy-org.apache.hadoop.ipc.Client.ConnectionId-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-">getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#getProtocolName--">getProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#getProtocolName--">getProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getProtocolSignature-int-">getProtocolSignature(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getProtocolSignature-int-">getProtocolSignature(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html#getProtocolSignature-int-">getProtocolSignature(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.BlockingInterface.html#getProtocolSignature-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto-">getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#getProtocolSignature-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback&lt;ProtocolInfoProtos.GetProtocolSignatureResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>
<div class="block">
Return protocol version corresponding to protocol interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Interface.html#getProtocolSignature-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback&lt;ProtocolInfoProtos.GetProtocolSignatureResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService.Interface</a></dt>
<dd>
<div class="block">
Return protocol version corresponding to protocol interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Stub.html#getProtocolSignature-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback&lt;ProtocolInfoProtos.GetProtocolSignatureResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolMetaInfoServerSideTranslatorPB.html#getProtocolSignature-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto-">getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolMetaInfoServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc">ProtocolMetaInfoServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#getProtocolSignature-int-long-java.lang.Class-">getProtocolSignature(int, long, Class&lt;? extends VersionedProtocol&gt;)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>
<div class="block">Get a server protocol's signature</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#getProtocolSignature-java.lang.String-long-">getProtocolSignature(String, long)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#getProtocolSignature-org.apache.hadoop.ipc.VersionedProtocol-java.lang.String-long-int-">getProtocolSignature(VersionedProtocol, String, long, int)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>
<div class="block">Get a server protocol's signature</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/VersionedProtocol.html#getProtocolSignature-java.lang.String-long-int-">getProtocolSignature(String, long, int)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/VersionedProtocol.html" title="interface in org.apache.hadoop.ipc">VersionedProtocol</a></dt>
<dd>
<div class="block">Return protocol version corresponding to protocol interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getProtocolSignatureBuilder-int-">getProtocolSignatureBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getProtocolSignatureBuilderList--">getProtocolSignatureBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getProtocolSignatureCount--">getProtocolSignatureCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getProtocolSignatureCount--">getProtocolSignatureCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html#getProtocolSignatureCount--">getProtocolSignatureCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getProtocolSignatureList--">getProtocolSignatureList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getProtocolSignatureList--">getProtocolSignatureList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html#getProtocolSignatureList--">getProtocolSignatureList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getProtocolSignatureOrBuilder-int-">getProtocolSignatureOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getProtocolSignatureOrBuilder-int-">getProtocolSignatureOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html#getProtocolSignatureOrBuilder-int-">getProtocolSignatureOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#getProtocolSignatureOrBuilderList--">getProtocolSignatureOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getProtocolSignatureOrBuilderList--">getProtocolSignatureOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html#getProtocolSignatureOrBuilderList--">getProtocolSignatureOrBuilderList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/VersionedProtocol.html#getProtocolVersion-java.lang.String-long-">getProtocolVersion(String, long)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/VersionedProtocol.html" title="interface in org.apache.hadoop.ipc">VersionedProtocol</a></dt>
<dd>
<div class="block">Return protocol version corresponding to protocol interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getProtocolVersions-int-">getProtocolVersions(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getProtocolVersions-int-">getProtocolVersions(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html#getProtocolVersions-int-">getProtocolVersions(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.BlockingInterface.html#getProtocolVersions-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto-">getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#getProtocolVersions-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback&lt;ProtocolInfoProtos.GetProtocolVersionsResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>
<div class="block">
Return protocol version corresponding to protocol interface for each
supported rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Interface.html#getProtocolVersions-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback&lt;ProtocolInfoProtos.GetProtocolVersionsResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService.Interface</a></dt>
<dd>
<div class="block">
Return protocol version corresponding to protocol interface for each
supported rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Stub.html#getProtocolVersions-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback&lt;ProtocolInfoProtos.GetProtocolVersionsResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolMetaInfoServerSideTranslatorPB.html#getProtocolVersions-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto-">getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolMetaInfoServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc">ProtocolMetaInfoServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getProtocolVersionsBuilder-int-">getProtocolVersionsBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getProtocolVersionsBuilderList--">getProtocolVersionsBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getProtocolVersionsCount--">getProtocolVersionsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getProtocolVersionsCount--">getProtocolVersionsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html#getProtocolVersionsCount--">getProtocolVersionsCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getProtocolVersionsList--">getProtocolVersionsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getProtocolVersionsList--">getProtocolVersionsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html#getProtocolVersionsList--">getProtocolVersionsList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getProtocolVersionsOrBuilder-int-">getProtocolVersionsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getProtocolVersionsOrBuilder-int-">getProtocolVersionsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html#getProtocolVersionsOrBuilder-int-">getProtocolVersionsOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#getProtocolVersionsOrBuilderList--">getProtocolVersionsOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getProtocolVersionsOrBuilderList--">getProtocolVersionsOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html#getProtocolVersionsOrBuilderList--">getProtocolVersionsOrBuilderList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getProtocVersion--">getProtocVersion()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">Returns the protoc version used for the build.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#getProviderName--">getProviderName()</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html#getProviders-org.apache.hadoop.conf.Configuration-">getProviders(Configuration)</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html" title="class in org.apache.hadoop.crypto.key">KeyProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#getProviders--">getProviders()</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html#getProviders-org.apache.hadoop.conf.Configuration-">getProviders(Configuration)</a></span> - Static method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProviderFactory.html" title="class in org.apache.hadoop.security.alias">CredentialProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getProxy-org.apache.hadoop.conf.Configuration-int-">getProxy(Configuration, int)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html#getProxy--">getProxy()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html" title="class in org.apache.hadoop.io.retry">DefaultFailoverProxyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html#getProxy--">getProxy()</a></span> - Method in interface org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="interface in org.apache.hadoop.io.retry">FailoverProxyProvider</a></dt>
<dd>
<div class="block">Get the proxy object which should be used until the next failover event
occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-java.util.concurrent.atomic.AtomicBoolean-org.apache.hadoop.ipc.AlignmentContext-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-java.util.concurrent.atomic.AtomicBoolean-org.apache.hadoop.ipc.AlignmentContext-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolProxy.html#getProxy--">getProxy()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolProxy.html" title="class in org.apache.hadoop.ipc">ProtocolProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcEngine.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcEngine.html" title="interface in org.apache.hadoop.ipc">RpcEngine</a></dt>
<dd>
<div class="block">Construct a client-side proxy object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcEngine.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-java.util.concurrent.atomic.AtomicBoolean-org.apache.hadoop.ipc.AlignmentContext-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcEngine.html" title="interface in org.apache.hadoop.ipc">RpcEngine</a></dt>
<dd>
<div class="block">Construct a client-side proxy object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct a client-side proxy object that implements the named protocol,
talking to a server at the named address.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.html#getProxy-java.lang.Class-long-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-java.util.concurrent.atomic.AtomicBoolean-org.apache.hadoop.ipc.AlignmentContext-">getProxy(Class&lt;T&gt;, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct a client-side proxy object that implements the named protocol,
talking to a server at the named address.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#getProxyGroups--">getProxyGroups()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#getProxyHosts--">getProxyHosts()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#getProxySuperuserGroupConfKey-java.lang.String-">getProxySuperuserGroupConfKey(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>
<div class="block">Returns configuration key for effective groups allowed for a superuser</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#getProxySuperuserIpConfKey-java.lang.String-">getProxySuperuserIpConfKey(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>
<div class="block">Return configuration key for superuser ip addresses</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#getProxySuperuserUserConfKey-java.lang.String-">getProxySuperuserUserConfKey(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>
<div class="block">Returns configuration key for effective usergroups allowed for a superuser</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html#getProxyuserConfiguration-javax.servlet.FilterConfig-">getProxyuserConfiguration(FilterConfig)</a></span> - Method in class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getQualifiedBin-java.lang.String-">getQualifiedBin(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Fully qualify the path to a binary that should be in a known hadoop
bin location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getQualifiedBinPath-java.lang.String-">getQualifiedBinPath(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Fully qualify the path to a binary that should be in a known hadoop
bin location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#getQueueSizes--">getQueueSizes()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueueMXBean.html#getQueueSizes--">getQueueSizes()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueueMXBean.html" title="interface in org.apache.hadoop.ipc">FairCallQueueMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getQuota--">getQuota()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return the directory quota.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getQuotaHeaderFields--">getQuotaHeaderFields()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Returns the names of the fields used in the quota summary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getQuotaUsage-org.apache.hadoop.fs.Path-">getQuotaUsage(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs"><code>QuotaUsage</code></a> of a given <a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><code>Path</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getQuotaUsage-boolean-">getQuotaUsage(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getQuotaUsage-org.apache.hadoop.fs.Path-">getQuotaUsage(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getRange-java.lang.String-java.lang.String-">getRange(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Parse the given attribute as a set of integer ranges</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html#getRangeStart--">getRangeStart()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf">Configuration.IntegerRanges</a></dt>
<dd>
<div class="block">Get range start for the first integer range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getRaw-java.lang.String-">getRaw(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property, without doing
<a href="./org/apache/hadoop/conf/#VariableExpansion">variable expansion</a>.If the key is
deprecated, it returns the value of the first key which replaces
the deprecated key and is not null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#getRaw--">getRaw()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#getRawFileSystem--">getRawFileSystem()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">get the raw file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getRawFileSystem--">getRawFileSystem()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Get the raw file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getReadlinkCommand-java.lang.String-">getReadlinkCommand(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command to read the target of the a symbolic link.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getReadOps--">getReadOps()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get the number of file system read operations such as list files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getReadOps--">getReadOps()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#getReadyToBecomeActive--">getReadyToBecomeActive()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getReadyToBecomeActive--">getReadyToBecomeActive()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html#getReadyToBecomeActive--">getReadyToBecomeActive()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getRealAuthenticationMethod--">getRealAuthenticationMethod()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the authentication method from the real user's subject.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getRealAuthenticationMethod-org.apache.hadoop.security.UserGroupInformation-">getRealAuthenticationMethod(UserGroupInformation)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Returns the authentication method of a ugi.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#getRealUser--">getRealUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getRealUser--">getRealUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html#getRealUser--">getRealUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getRealUser--">getRealUser()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getRealUser--">getRealUser()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">get RealUser (vs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#getRealUserBytes--">getRealUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getRealUserBytes--">getRealUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html#getRealUserBytes--">getRealUserBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#getReceiveTime--">getReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getReceiveTime--">getReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html#getReceiveTime--">getReceiveTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#getReceiveTime--">getReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getReceiveTime--">getReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html#getReceiveTime--">getReceiveTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#getRecommendedBufferSize--">getRecommendedBufferSize()</a></span> - Static method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#getRecommendedBufferSize--">getRecommendedBufferSize()</a></span> - Static method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Reconfigurable.html#getReconfigurableProperties--">getReconfigurableProperties()</a></span> - Method in interface org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Reconfigurable.html" title="interface in org.apache.hadoop.conf">Reconfigurable</a></dt>
<dd>
<div class="block">Return all the properties that can be changed at run time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#getReconfigurableProperties--">getReconfigurableProperties()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Return all the properties that can be changed at run time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#getReconfigurationTaskStatus--">getReconfigurationTaskStatus()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#getRecordNum--">getRecordNum()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Get the RecordNum corresponding to the entry pointed by the cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#getRecordNumNear-long-">getRecordNumNear(long)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Get the RecordNum for the first key-value pair in a compressed block
whose byte offset in the TFile is greater than or equal to the specified
offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CloseableReferenceCount.html#getReferenceCount--">getReferenceCount()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util">CloseableReferenceCount</a></dt>
<dd>
<div class="block">Get the current reference count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsStatus.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</a></dt>
<dd>
<div class="block">Return the number of remaining bytes on the file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>
<div class="block">Returns the number of bytes remaining in the input buffers; normally
called when finished() is true to determine amount of post-gzip-stream
data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#getRemaining--">getRemaining()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Returns the number of bytes remaining in the compressed data buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Returns <code>0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Returns <code>0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>
<div class="block">Returns the number of bytes remaining in the input buffer; normally
called when finished() is true to determine amount of post-gzip-stream
data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>
<div class="block">Returns the number of bytes remaining in the input buffers; normally
called when finished() is true to determine amount of post-gzip-stream
data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>
<div class="block">Returns the number of bytes remaining in the input buffers;
normally called when finished() is true to determine amount of post-stream
data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getRemoteAddress--">getRemoteAddress()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns remote address as a string when invoked inside an RPC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getRemoteIp--">getRemoteIp()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns the remote side ip address when invoked inside an RPC
Returns null incase of an error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ExternalCall.html#getRemoteUser--">getRemoteUser()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ExternalCall.html" title="class in org.apache.hadoop.ipc">ExternalCall</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getRemoteUser--">getRemoteUser()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getRemoteUser--">getRemoteUser()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns the RPC remote user when invoked inside an RPC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html#getRenewDate--">getRenewDate()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager.DelegationTokenInformation</a></dt>
<dd>
<div class="block">returns renew date</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#getRenewer--">getRenewer()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getRenewer--">getRenewer()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProtoOrBuilder.html#getRenewer--">getRenewer()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getRenewer--">getRenewer()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#getRenewerBytes--">getRenewerBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getRenewerBytes--">getRenewerBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProtoOrBuilder.html#getRenewerBytes--">getRenewerBytes()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.Renewable.html#getRenewToken--">getRenewToken()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.Renewable.html" title="interface in org.apache.hadoop.fs">DelegationTokenRenewer.Renewable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getReplication--">getReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Get the replication factor of a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getReplication-org.apache.hadoop.fs.Path-">getReplication(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-"><code>FileSystem.getFileStatus(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getReplication--">getReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getReplication--">getReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getReplication--">getReplication()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getReplication--">getReplication()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html#getReplicationFallbacks--">getReplicationFallbacks()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html" title="interface in org.apache.hadoop.fs">BlockStoragePolicySpi</a></dt>
<dd>
<div class="block">Get the fallback storage types for replicating existing block replicas.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#getReqInfo--">getReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getReqInfo--">getReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder.html#getReqInfo--">getReqInfo()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#getReqInfo--">getReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getReqInfo--">getReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder.html#getReqInfo--">getReqInfo()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#getReqInfo--">getReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getReqInfo--">getReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder.html#getReqInfo--">getReqInfo()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#getReqInfoBuilder--">getReqInfoBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#getReqInfoBuilder--">getReqInfoBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#getReqInfoBuilder--">getReqInfoBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder.html#getReqInfoOrBuilder--">getReqInfoOrBuilder()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#getReqSource--">getReqSource()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#getReqSource--">getReqSource()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder.html#getReqSource--">getReqSource()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLog.html#getRequestLog-java.lang.String-">getRequestLog(String)</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLog.html" title="class in org.apache.hadoop.http">HttpRequestLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#getRequestPrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#getRequestPrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#getRequestPrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#getRequestPrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#getRequestPrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#getRequestPrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getRequestPrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#getRequestPrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getRequestPrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html#getRequestURL--">getRequestURL()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter.RequestQuoter</a></dt>
<dd>
<div class="block">Quote the url so that users specifying the HOST HTTP header
can't inject attacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getResource-java.lang.String-">getResource(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the <a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></a> for the named resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ApplicationClassLoader.html#getResource-java.lang.String-">getResource(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util">ApplicationClassLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ThreadUtil.html#getResourceAsStream-java.lang.String-">getResourceAsStream(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ThreadUtil.html" title="class in org.apache.hadoop.util">ThreadUtil</a></dt>
<dd>
<div class="block">Convenience method that returns a resource as inputstream from the
classpath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ThreadUtil.html#getResourceAsStream-java.lang.ClassLoader-java.lang.String-">getResourceAsStream(ClassLoader, String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ThreadUtil.html" title="class in org.apache.hadoop.util">ThreadUtil</a></dt>
<dd>
<div class="block">Convenience method that returns a resource as inputstream from the
classpath using given classloader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#getResponsePrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#getResponsePrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#getResponsePrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#getResponsePrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#getResponsePrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#getResponsePrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getResponsePrototype-com.google.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#getResponsePrototype-org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor-">getResponsePrototype(Descriptors.MethodDescriptor)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getResponses-int-">getResponses(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getResponses-int-">getResponses(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html#getResponses-int-">getResponses(int)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getResponsesBuilder-int-">getResponsesBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getResponsesBuilderList--">getResponsesBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getResponsesCount--">getResponsesCount()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getResponsesCount--">getResponsesCount()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html#getResponsesCount--">getResponsesCount()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getResponsesList--">getResponsesList()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getResponsesList--">getResponsesList()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html#getResponsesList--">getResponsesList()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getResponsesOrBuilder-int-">getResponsesOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getResponsesOrBuilder-int-">getResponsesOrBuilder(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html#getResponsesOrBuilder-int-">getResponsesOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#getResponsesOrBuilderList--">getResponsesOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getResponsesOrBuilderList--">getResponsesOrBuilderList()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html#getResponsesOrBuilderList--">getResponsesOrBuilderList()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#getResponseTime--">getResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getResponseTime--">getResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html#getResponseTime--">getResponseTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#getResponseTime--">getResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getResponseTime--">getResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html#getResponseTime--">getResponseTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getResponseTimeCountInLastWindow--">getResponseTimeCountInLastWindow()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getResponseTimeCountInLastWindow--">getResponseTimeCountInLastWindow()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html#getResponseTimeCountInLastWindow--">getResponseTimeCountInLastWindow()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html" title="interface in org.apache.hadoop.ipc">DecayRpcSchedulerMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#getResult--">getResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#getResult--">getResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProtoOrBuilder.html#getResult--">getResult()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#getResult--">getResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#getResult--">getResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProtoOrBuilder.html#getResult--">getResult()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#getRetainDays--">getRetainDays()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getRetryCount--">getRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getRetryCount--">getRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getRetryCount--">getRetryCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getRetryCount--">getRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getRetryCount--">getRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getRetryCount--">getRetryCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#getReturnCode--">getReturnCode()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueueMXBean.html#getRevision--">getRevision()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueueMXBean.html" title="interface in org.apache.hadoop.ipc">FairCallQueueMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getRevision--">getRevision()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">Get the Git commit hash of the repository when compiled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#getRollInterval--">getRollInterval()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>
<div class="block">Extract the roll interval from the configuration and return it in
milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getRpcDetailedMetrics--">getRpcDetailedMetrics()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html#getRpcErrorCodeProto--">getRpcErrorCodeProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html" title="class in org.apache.hadoop.ipc">RPC.VersionMismatch</a></dt>
<dd>
<div class="block">get the detailed rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcNoSuchMethodException.html#getRpcErrorCodeProto--">getRpcErrorCodeProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcNoSuchMethodException.html" title="class in org.apache.hadoop.ipc">RpcNoSuchMethodException</a></dt>
<dd>
<div class="block">get the detailed rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcNoSuchProtocolException.html#getRpcErrorCodeProto--">getRpcErrorCodeProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcNoSuchProtocolException.html" title="class in org.apache.hadoop.ipc">RpcNoSuchProtocolException</a></dt>
<dd>
<div class="block">get the detailed rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcServerException.html#getRpcErrorCodeProto--">getRpcErrorCodeProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcServerException.html" title="class in org.apache.hadoop.ipc">RpcServerException</a></dt>
<dd>
<div class="block">get the detailed rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getRpcInvoker-org.apache.hadoop.ipc.RPC.RpcKind-">getRpcInvoker(RPC.RpcKind)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#getRpcKind--">getRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getRpcKind--">getRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html#getRpcKind--">getRpcKind()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getRpcKind--">getRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getRpcKind--">getRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html#getRpcKind--">getRpcKind()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getRpcKind--">getRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getRpcKind--">getRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getRpcKind--">getRpcKind()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#getRpcKindBytes--">getRpcKindBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getRpcKindBytes--">getRpcKindBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html#getRpcKindBytes--">getRpcKindBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getRpcKindBytes--">getRpcKindBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getRpcKindBytes--">getRpcKindBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html#getRpcKindBytes--">getRpcKindBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getRpcMetrics--">getRpcMetrics()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Returns a handle to the rpcMetrics (required in tests)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getRpcOp--">getRpcOp()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getRpcOp--">getRpcOp()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getRpcOp--">getRpcOp()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getRpcRequestWrapper-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto-">getRpcRequestWrapper(RpcHeaderProtos.RpcKindProto)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html#getRpcStatusProto--">getRpcStatusProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html" title="class in org.apache.hadoop.ipc">RPC.VersionMismatch</a></dt>
<dd>
<div class="block">get the rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcNoSuchMethodException.html#getRpcStatusProto--">getRpcStatusProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcNoSuchMethodException.html" title="class in org.apache.hadoop.ipc">RpcNoSuchMethodException</a></dt>
<dd>
<div class="block">get the rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcNoSuchProtocolException.html#getRpcStatusProto--">getRpcStatusProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcNoSuchProtocolException.html" title="class in org.apache.hadoop.ipc">RpcNoSuchProtocolException</a></dt>
<dd>
<div class="block">get the rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcServerException.html#getRpcStatusProto--">getRpcStatusProto()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcServerException.html" title="class in org.apache.hadoop.ipc">RpcServerException</a></dt>
<dd>
<div class="block">get the rpc status corresponding to this exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#getRpcTimeout-org.apache.hadoop.conf.Configuration-">getRpcTimeout(Configuration)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">The time after which a RPC will timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getRunScriptCommand-java.io.File-">getRunScriptCommand(File)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Returns a command to run the given script.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#getSamples--">getSamples()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Get the sample count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html#getSaslQop--">getSaslQop()</a></span> - Method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html" title="enum in org.apache.hadoop.security">SaslRpcServer.QualityOfProtection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getSchedulingDecisionSummary--">getSchedulingDecisionSummary()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getSchedulingDecisionSummary--">getSchedulingDecisionSummary()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html#getSchedulingDecisionSummary--">getSchedulingDecisionSummary()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html" title="interface in org.apache.hadoop.ipc">DecayRpcSchedulerMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#getSchema--">getSchema()</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the protocol scheme for this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get the uri scheme associated with this statistics object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>
<div class="block">Return the protocol scheme for the FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Return the protocol scheme for the FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/http/HttpFileSystem.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.http.<a href="org/apache/hadoop/fs/http/HttpFileSystem.html" title="class in org.apache.hadoop.fs.http">HttpFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/http/HttpsFileSystem.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.http.<a href="org/apache/hadoop/fs/http/HttpsFileSystem.html" title="class in org.apache.hadoop.fs.http">HttpsFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>
<div class="block">Return the protocol scheme for the FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">StorageStatisticsFromIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs">StorageStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getScheme--">getScheme()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Return the protocol scheme for the FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#getScope--">getScope()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Returns the scope of the ACL entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getSecret--">getSecret()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getSecret--">getSecret()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#getSecret--">getSecret()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#getSecretKey-org.apache.hadoop.io.Text-">getSecretKey(Text)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Returns the key bytes for the alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#getSecretKeyMap--">getSecretKeyMap()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Returns an unmodifiable version of the full map of aliases to secret keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getSecrets-int-">getSecrets(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getSecrets-int-">getSecrets(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getSecrets-int-">getSecrets(int)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getSecretsBuilder-int-">getSecretsBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getSecretsBuilderList--">getSecretsBuilderList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getSecretsCount--">getSecretsCount()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getSecretsCount--">getSecretsCount()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getSecretsCount--">getSecretsCount()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getSecretsList--">getSecretsList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getSecretsList--">getSecretsList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getSecretsList--">getSecretsList()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getSecretsOrBuilder-int-">getSecretsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getSecretsOrBuilder-int-">getSecretsOrBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getSecretsOrBuilder-int-">getSecretsOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getSecretsOrBuilderList--">getSecretsOrBuilderList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getSecretsOrBuilderList--">getSecretsOrBuilderList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getSecretsOrBuilderList--">getSecretsOrBuilderList()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getSenderName--">getSenderName()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getSenderName--">getSenderName()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#getSenderName--">getSenderName()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#getSenderName--">getSenderName()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getSenderNameBytes--">getSenderNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getSenderNameBytes--">getSenderNameBytes()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#getSenderNameBytes--">getSenderNameBytes()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getSerializedSize--">getSerializedSize()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#getServer-java.lang.Class-java.lang.Object-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.conf.Configuration-org.apache.hadoop.security.token.SecretManager-java.lang.String-org.apache.hadoop.ipc.AlignmentContext-">getServer(Class&lt;?&gt;, Object, String, int, int, int, int, boolean, Configuration, SecretManager&lt;? extends TokenIdentifier&gt;, String, AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#getServer-java.lang.Class-java.lang.Object-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.conf.Configuration-org.apache.hadoop.security.token.SecretManager-java.lang.String-org.apache.hadoop.ipc.AlignmentContext-">getServer(Class&lt;?&gt;, Object, String, int, int, int, int, boolean, Configuration, SecretManager&lt;? extends TokenIdentifier&gt;, String, AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcEngine.html#getServer-java.lang.Class-java.lang.Object-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.conf.Configuration-org.apache.hadoop.security.token.SecretManager-java.lang.String-org.apache.hadoop.ipc.AlignmentContext-">getServer(Class&lt;?&gt;, Object, String, int, int, int, int, boolean, Configuration, SecretManager&lt;? extends TokenIdentifier&gt;, String, AlignmentContext)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcEngine.html" title="interface in org.apache.hadoop.ipc">RpcEngine</a></dt>
<dd>
<div class="block">Construct a server for a protocol implementation instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#getServer--">getServer()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.html#getServer-java.lang.Class-java.lang.Object-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.conf.Configuration-org.apache.hadoop.security.token.SecretManager-java.lang.String-org.apache.hadoop.ipc.AlignmentContext-">getServer(Class&lt;?&gt;, Object, String, int, int, int, int, boolean, Configuration, SecretManager&lt;? extends TokenIdentifier&gt;, String, AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getServerDefaults--">getServerDefaults()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/AbstractFileSystem.html#getServerDefaults-org.apache.hadoop.fs.Path-"><code>AbstractFileSystem.getServerDefaults(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getServerDefaults-org.apache.hadoop.fs.Path-">getServerDefaults(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Return a set of server default configuration values based on path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getServerDefaults-org.apache.hadoop.fs.Path-">getServerDefaults(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Return a set of server default configuration values based on path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getServerDefaults--">getServerDefaults()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/FileSystem.html#getServerDefaults-org.apache.hadoop.fs.Path-"><code>FileSystem.getServerDefaults(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getServerDefaults-org.apache.hadoop.fs.Path-">getServerDefaults(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return a set of server default configuration values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getServerDefaults--">getServerDefaults()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getServerDefaults-org.apache.hadoop.fs.Path-">getServerDefaults(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getServerDefaults--">getServerDefaults()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getServerDefaults-org.apache.hadoop.fs.Path-">getServerDefaults(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getServerDefaults--">getServerDefaults()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getServerDefaults-org.apache.hadoop.fs.Path-">getServerDefaults(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getServerDefaults--">getServerDefaults()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getServerDefaults-org.apache.hadoop.fs.Path-">getServerDefaults(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getServerId--">getServerId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getServerId--">getServerId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getServerId--">getServerId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#getServerIdBytes--">getServerIdBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getServerIdBytes--">getServerIdBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#getServerIdBytes--">getServerIdBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getServerIpcVersionNum--">getServerIpcVersionNum()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getServerIpcVersionNum--">getServerIpcVersionNum()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getServerIpcVersionNum--">getServerIpcVersionNum()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html#getServerName--">getServerName()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter.RequestQuoter</a></dt>
<dd>
<div class="block">Quote the server name so that users specifying the HOST HTTP header
can't inject attacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getServerName--">getServerName()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getServerPrincipal-java.lang.String-java.lang.String-">getServerPrincipal(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Convert Kerberos principal name pattern to valid Kerberos principal
names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getServerPrincipal-java.lang.String-java.net.InetAddress-">getServerPrincipal(String, InetAddress)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Convert Kerberos principal name pattern to valid Kerberos principal names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IngressPortBasedResolver.html#getServerProperties-java.net.InetAddress-int-">getServerProperties(InetAddress, int)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IngressPortBasedResolver.html" title="class in org.apache.hadoop.security">IngressPortBasedResolver</a></dt>
<dd>
<div class="block">Identify the Sasl Properties to be used for a connection with a client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#getServerProperties-java.net.InetAddress-">getServerProperties(InetAddress)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>
<div class="block">Identify the Sasl Properties to be used for a connection with a client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#getServerProperties-java.net.InetAddress-int-">getServerProperties(InetAddress, int)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>
<div class="block">Identify the Sasl Properties to be used for a connection with a client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#getServerProperties-java.net.InetAddress-">getServerProperties(InetAddress)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>
<div class="block">Identify the Sasl Properties to be used for a connection with a client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#getServerProperties-java.lang.String-">getServerProperties(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#getServerRemoteUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#getServerRemoteUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#getServerRemoteUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#getServerRemoteUser-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#getServerRemoteUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#getServerRemoteUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#getServerRemoteUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#getServerRemoteUser-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.UserResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Server.html#getServerRpcInvoker-org.apache.hadoop.ipc.RPC.RpcKind-">getServerRpcInvoker(RPC.RpcKind)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Server.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#getServerRpcInvoker-org.apache.hadoop.ipc.RPC.RpcKind-">getServerRpcInvoker(RPC.RpcKind)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html#getServerVersion--">getServerVersion()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html" title="class in org.apache.hadoop.ipc">RPC.VersionMismatch</a></dt>
<dd>
<div class="block">Get the server's agreed to version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getService--">getService()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getService--">getService()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#getService--">getService()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#getService--">getService()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Get the service on which the token is supposed to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getService--">getService()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Get the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#getServiceBytes--">getServiceBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getServiceBytes--">getServiceBytes()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#getServiceBytes--">getServiceBytes()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#getServiceClass--">getServiceClass()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>
<div class="block">Get service class for connection</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getServiceException--">getServiceException()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Get the exit exception used to end this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getServiceExitCode--">getServiceExitCode()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">The exit code from a successful service execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFetcher.html#getServiceName--">getServiceName()</a></span> - Method in interface org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFetcher.html" title="interface in org.apache.hadoop.security.token">DtFetcher</a></dt>
<dd>
<div class="block">Return a key used to identify the object/service implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getServiceName--">getServiceName()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Get the service name via <a href="org/apache/hadoop/service/Service.html#getName--"><code>Service.getName()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#getServices--">getServices()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>
<div class="block">Get a cloned list of services</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getServiceState--">getServiceState()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getServiceState--">getServiceState()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get the current service state</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.html#getServiceStatus--">getServiceStatus()</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha">HAServiceProtocol</a></dt>
<dd>
<div class="block">Return the current status of the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html#getServiceStatus-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto-">getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#getServiceStatus-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback&lt;HAServiceProtocolProtos.GetServiceStatusResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>
<div class="block">
Get the current status of the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html#getServiceStatus-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback&lt;HAServiceProtocolProtos.GetServiceStatusResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Interface</a></dt>
<dd>
<div class="block">
Get the current status of the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html#getServiceStatus-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback&lt;HAServiceProtocolProtos.GetServiceStatusResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getSetOwnerCommand-java.lang.String-">getSetOwnerCommand(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command to set owner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getSetPermissionCommand-java.lang.String-boolean-">getSetPermissionCommand(String, boolean)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command to set permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getSetPermissionCommand-java.lang.String-boolean-java.lang.String-">getSetPermissionCommand(String, boolean, String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command to set permission for specific file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#getShortName--">getShortName()</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getShortUserName--">getShortUserName()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the user's login name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#getShouldSlow--">getShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#getShouldSlow--">getShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProtoOrBuilder.html#getShouldSlow--">getShouldSlow()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#getShouldSlow--">getShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#getShouldSlow--">getShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProtoOrBuilder.html#getShouldSlow--">getShouldSlow()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getSignalKillCommand-int-java.lang.String-">getSignalKillCommand(int, String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command to send a signal to a given pid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#getSignature--">getSignature()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#getSignature--">getSignature()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getSignature--">getSignature()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html#getSignature--">getSignature()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#getSize--">getSize()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/BytesWritable.html#getLength--"><code>BytesWritable.getLength()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.ValueBytes.html#getSize--">getSize()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.ValueBytes.html" title="interface in org.apache.hadoop.io">SequenceFile.ValueBytes</a></dt>
<dd>
<div class="block">Size of stored data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#getSleepTime--">getSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#getSleepTime--">getSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2OrBuilder.html#getSleepTime--">getSleepTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#getSleepTime--">getSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#getSleepTime--">getSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2OrBuilder.html#getSleepTime--">getSleepTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getSnapshotDirectoryCount--">getSnapshotDirectoryCount()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getSnapshotFileCount--">getSnapshotFileCount()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getSnapshotHeader--">getSnapshotHeader()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getSnapshotLength--">getSnapshotLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#getSnapshotSpaceConsumed--">getSnapshotSpaceConsumed()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#getSnapshotTimeStamp--">getSnapshotTimeStamp()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Return the SampleStat snapshot timestamp</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getSocketAddr-java.lang.String-java.lang.String-java.lang.String-int-">getSocketAddr(String, String, String, int)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the socket address for <code>hostProperty</code> as a
<code>InetSocketAddress</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getSocketAddr-java.lang.String-java.lang.String-int-">getSocketAddr(String, String, int)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the socket address for <code>name</code> property as a
<code>InetSocketAddress</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.StateChangeRequestInfo.html#getSource--">getSource()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.StateChangeRequestInfo.html" title="class in org.apache.hadoop.ha">HAServiceProtocol.StateChangeRequestInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getSpaceConsumed--">getSpaceConsumed()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return (disk) space consumed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getSpaceQuota--">getSpaceQuota()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return (disk) space quota.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/GetSpaceUsed.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">GetSpaceUsed</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">GetSpaceUsed.Builder</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">The builder class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getSrcChecksum--">getSrcChecksum()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">Get the checksum of the source files from which Hadoop was built.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AuthorizationException.html#getStackTrace--">getStackTrace()</a></span> - Method in exception org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize">AuthorizationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#getStartTime--">getStartTime()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Returns the start time of this <code>Find</code> command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#getStartTime--">getStartTime()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#getStartTime--">getStartTime()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Get the service start time</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#getStat-java.lang.String-">getStat(String)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>
<div class="block">Return the file stat for a file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#getState--">getState()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getState--">getState()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html#getState--">getState()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getState--">getState()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getState--">getState()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getState--">getState()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#getState--">getState()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Query the service state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html#getStateCode--">getStateCode()</a></span> - Method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html" title="enum in org.apache.hadoop.io.nativeio">NativeIO.POSIX.SupportState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getStateId--">getStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getStateId--">getStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getStateId--">getStateId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getStateId--">getStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getStateId--">getStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getStateId--">getStateId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getStatistics--">getStatistics()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getStatistics-java.net.URI-">getStatistics(URI)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Get the statistics for a particular file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getStatistics-java.net.URI-">getStatistics(URI)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Get the statistics for a particular file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getStatistics--">getStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/FileSystem.html#getGlobalStorageStatistics--"><code>FileSystem.getGlobalStorageStatistics()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getStatistics-java.lang.String-java.lang.Class-">getStatistics(String, Class&lt;? extends FileSystem&gt;)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/FileSystem.html#getGlobalStorageStatistics--"><code>FileSystem.getGlobalStorageStatistics()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html#getStats-int-">getStats(int)</a></span> - Method in interface org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html" title="interface in org.apache.hadoop.log">LogThrottlingHelper.LogAction</a></dt>
<dd>
<div class="block">Return summary information for the value that was recorded at index
<code>idx</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html#getStats-long-">getStats(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib">MutableRollingAverages</a></dt>
<dd>
<div class="block">Retrieve a map of metric name -&gt; (aggregate).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getStatus--">getStatus()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns a status object describing the use and capacity of the
filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getStatus-org.apache.hadoop.fs.Path-">getStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns a status object describing the use and capacity of the
filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getStatus-org.apache.hadoop.fs.Path-">getStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getStatus-org.apache.hadoop.fs.Path-">getStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#getStatus--">getStatus()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>
<div class="block">Get any status set in <a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#withFileStatus-org.apache.hadoop.fs.FileStatus-"><code>FutureDataInputStreamBuilderImpl.withFileStatus(FileStatus)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#getStatus--">getStatus()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getStatus-org.apache.hadoop.fs.Path-">getStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getStatus--">getStatus()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getStatus-org.apache.hadoop.fs.Path-">getStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemUtil.html#getStatus-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">getStatus(FileSystem, Path)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystemUtil.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystemUtil</a></dt>
<dd>
<div class="block">Get FsStatus for all ViewFsMountPoints matching path for the given
ViewFileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#getStatus--">getStatus()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getStatus--">getStatus()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#getStatus--">getStatus()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getStickyBit--">getStickyBit()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getStorageBytesRead--">getStorageBytesRead()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the aggregated number of bytes read from disks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getStorageBytesWritten--">getStorageBytesWritten()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the aggregated number of bytes written to disks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getStorageIds--">getStorageIds()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the storageID of each replica of the block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getStoragePolicy-org.apache.hadoop.fs.Path-">getStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Retrieve the storage policy for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getStoragePolicy-org.apache.hadoop.fs.Path-">getStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Query the effective storage policy ID for the given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getStoragePolicy-org.apache.hadoop.fs.Path-">getStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Query the effective storage policy ID for the given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getStoragePolicy-org.apache.hadoop.fs.Path-">getStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getStoragePolicy-org.apache.hadoop.fs.Path-">getStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getStoragePolicy-org.apache.hadoop.fs.Path-">getStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>
<div class="block">Retrieve the storage policy for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getStorageSize-java.lang.String-java.lang.String-org.apache.hadoop.conf.StorageUnit-">getStorageSize(String, String, StorageUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Gets the Storage Size from the config, or returns the defaultValue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getStorageSize-java.lang.String-double-org.apache.hadoop.conf.StorageUnit-">getStorageSize(String, double, StorageUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Gets storage size from a config file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getStorageStatistics--">getStorageStatistics()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the StorageStatistics for this FileSystem object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getStorageTypeHeader-java.util.List-">getStorageTypeHeader(List&lt;StorageType&gt;)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">return the header of with the StorageTypes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getStorageTypes--">getStorageTypes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the storage type of each replica of the block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html#getStorageTypes--">getStorageTypes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html" title="interface in org.apache.hadoop.fs">BlockStoragePolicySpi</a></dt>
<dd>
<div class="block">Return the preferred storage types associated with this policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html#getString-java.lang.String-">getString(String)</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html" title="class in org.apache.hadoop.io.retry">FailoverProxyProvider.ProxyInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getStringCollection-java.lang.String-">getStringCollection(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the comma delimited values of the <code>name</code> property as
a collection of <code>String</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getStrings-java.lang.String-">getStrings(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the comma delimited values of the <code>name</code> property as
an array of <code>String</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getStrings-java.lang.String-java.lang.String...-">getStrings(String, String...)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the comma delimited values of the <code>name</code> property as
an array of <code>String</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getSubject--">getSubject()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the underlying subject from this ugi.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#getSuffixChar--">getSuffixChar()</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#getSum--">getSum()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Get the sum of samples.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#getSupportedCipherSuites--">getSupportedCipherSuites()</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#getSupportedCompressionAlgorithms--">getSupportedCompressionAlgorithms()</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">Get names of supported compression algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/InstrumentedLock.SuppressedSnapshot.html#getSuppressedCount--">getSuppressedCount()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/InstrumentedLock.SuppressedSnapshot.html" title="class in org.apache.hadoop.util">InstrumentedLock.SuppressedSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#getSwitchMap--">getSwitchMap()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Get a copy of the map (for diagnostics)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#getSwitchMap--">getSwitchMap()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Get the (host x switch) map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#getSymlink--">getSymlink()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getSymlink--">getSymlink()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getSymlink--">getSymlink()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getSymlink--">getSymlink()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#getSymlinkBytes--">getSymlinkBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getSymlinkBytes--">getSymlinkBytes()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#getSymlinkBytes--">getSymlinkBytes()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getSymlinkCommand-java.lang.String-java.lang.String-">getSymlinkCommand(String, String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Return a command to create symbolic links.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#getTag-java.lang.String-">getTag(String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Get a tag by name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#getTag-java.lang.String-">getTag(String)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>
<div class="block">Lookup a tag value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.MountPoint.html#getTargetFileSystemURIs--">getTargetFileSystemURIs()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.MountPoint.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem.MountPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html#getTargetFs--">getTargetFs()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystemOverloadScheme.MountPathInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#getTargetPath--">getTargetPath()</a></span> - Method in exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#getTestProvider--">getTestProvider()</a></span> - Static method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#getThisBuilder--">getThisBuilder()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Return the concrete implementation of the builder instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#getThisBuilder--">getThisBuilder()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Get the cast builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html#getThisBuilder--">getThisBuilder()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FileSystemMultipartUploaderBuilder.html" title="class in org.apache.hadoop.fs.impl">FileSystemMultipartUploaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#getThisBuilder--">getThisBuilder()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#getThisBuilder--">getThisBuilder()</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Return the concrete implementation of the builder instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getThreadStatistics--">getThreadStatistics()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get or create the thread-local data associated with the current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#getTicketCacheFile--">getTicketCacheFile()</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTimeDuration-java.lang.String-long-java.util.concurrent.TimeUnit-">getTimeDuration(String, long, TimeUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Return time duration in the given time unit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTimeDuration-java.lang.String-java.lang.String-java.util.concurrent.TimeUnit-">getTimeDuration(String, String, TimeUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTimeDuration-java.lang.String-long-java.util.concurrent.TimeUnit-java.util.concurrent.TimeUnit-">getTimeDuration(String, long, TimeUnit, TimeUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Return time duration in the given time unit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTimeDuration-java.lang.String-java.lang.String-java.util.concurrent.TimeUnit-java.util.concurrent.TimeUnit-">getTimeDuration(String, String, TimeUnit, TimeUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTimeDurationHelper-java.lang.String-java.lang.String-java.util.concurrent.TimeUnit-">getTimeDurationHelper(String, String, TimeUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Return time duration in the given time unit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTimeDurations-java.lang.String-java.util.concurrent.TimeUnit-">getTimeDurations(String, TimeUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#getTimeout-org.apache.hadoop.conf.Configuration-">getTimeout(Configuration)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/ipc/Client.html#getRpcTimeout-org.apache.hadoop.conf.Configuration-"><code>Client.getRpcTimeout(Configuration)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getTimeout--">getTimeout()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#getTimeoutInterval--">getTimeoutInterval()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>
<div class="block">Returns the timeout value set for the executor's sub-commands.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html#getTimestamp--">getTimestamp()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.GcData.html" title="class in org.apache.hadoop.util">GcTimeMonitor.GcData</a></dt>
<dd>
<div class="block">Returns the absolute timestamp when this measurement was taken.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getToken--">getToken()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#getToken-org.apache.hadoop.io.Text-">getToken(Text)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Returns the Token object for the alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder.html#getToken--">getToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#getToken--">getToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProtoOrBuilder.html#getToken--">getToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getToken--">getToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder.html#getToken--">getToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#getTokenBuilder--">getTokenBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getTokenBuilder--">getTokenBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#getTokenBuilder--">getTokenBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#getTokenBuilder--">getTokenBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#getTokenFile-java.io.File-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-java.lang.String-java.lang.String-org.apache.hadoop.conf.Configuration-">getTokenFile(File, String, Text, Text, String, String, Configuration)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Fetch a token from a service and save to file in the local filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getTokenIdentifiers--">getTokenIdentifiers()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the set of TokenIdentifiers belonging to this UGI</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AnnotatedSecurityInfo.html#getTokenInfo-java.lang.Class-org.apache.hadoop.conf.Configuration-">getTokenInfo(Class&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/AnnotatedSecurityInfo.html" title="class in org.apache.hadoop.security">AnnotatedSecurityInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getTokenInfo-java.lang.Class-org.apache.hadoop.conf.Configuration-">getTokenInfo(Class&lt;?&gt;, Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Look up the TokenInfo for a given protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getTokenInfo-TokenIdent-">getTokenInfo(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#getTokenMap--">getTokenMap()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Returns an unmodifiable version of the full map of aliases to Tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProtoOrBuilder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder.html#getTokenOrBuilder--">getTokenOrBuilder()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getTokens-int-">getTokens(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getTokens-int-">getTokens(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getTokens-int-">getTokens(int)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getTokens--">getTokens()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Obtain the collection of tokens associated with this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getTokensBuilder-int-">getTokensBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getTokensBuilderList--">getTokensBuilderList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getTokensCount--">getTokensCount()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getTokensCount--">getTokensCount()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getTokensCount--">getTokensCount()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getTokenServiceAddr-org.apache.hadoop.security.token.Token-">getTokenServiceAddr(Token&lt;?&gt;)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Decode the given token's service field into an InetAddress</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getTokensList--">getTokensList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getTokensList--">getTokensList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getTokensList--">getTokensList()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getTokensOrBuilder-int-">getTokensOrBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getTokensOrBuilder-int-">getTokensOrBuilder(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getTokensOrBuilder-int-">getTokensOrBuilder(int)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#getTokensOrBuilderList--">getTokensOrBuilderList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getTokensOrBuilderList--">getTokensOrBuilderList()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html#getTokensOrBuilderList--">getTokensOrBuilderList()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getTokenTrackingId-TokenIdent-">getTokenTrackingId(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#getTopologyPaths--">getTopologyPaths()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the list of network topology paths for each of the hosts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getTotalCallVolume--">getTotalCallVolume()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getTotalCallVolume--">getTotalCallVolume()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html#getTotalCallVolume--">getTotalCallVolume()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html" title="interface in org.apache.hadoop.ipc">DecayRpcSchedulerMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getTotalRawCallVolume--">getTotalRawCallVolume()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#getTraceId--">getTraceId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getTraceId--">getTraceId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html#getTraceId--">getTraceId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProtoOrBuilder</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getTraceInfo--">getTraceInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getTraceInfo--">getTraceInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getTraceInfo--">getTraceInfo()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getTraceInfoBuilder--">getTraceInfoBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#getTraceInfoOrBuilder--">getTraceInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getTraceInfoOrBuilder--">getTraceInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#getTraceInfoOrBuilder--">getTraceInfoOrBuilder()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html#getTrackingId--">getTrackingId()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.DelegationTokenInformation.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager.DelegationTokenInformation</a></dt>
<dd>
<div class="block">returns tracking id</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenIdentifier.html#getTrackingId--">getTrackingId()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a></dt>
<dd>
<div class="block">Returns a tracking identifier that can be used to associate usages of a
token across multiple client sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#getTrackingIdIfEnabled-TokenIdent-">getTrackingIdIfEnabled(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getTransitionTargetHAStatus--">getTransitionTargetHAStatus()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getTrashInterval--">getTrashInterval()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getTrashRoot-org.apache.hadoop.fs.Path-">getTrashRoot(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the root directory of Trash for current user when the path specified
is deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getTrashRoot-org.apache.hadoop.fs.Path-">getTrashRoot(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getTrashRoot-org.apache.hadoop.fs.Path-">getTrashRoot(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Get the trash root directory for current user when the path
specified is deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getTrashRoots-boolean-">getTrashRoots(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get all the trash roots for current user or all users.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getTrashRoots-boolean-">getTrashRoots(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getTrashRoots-boolean-">getTrashRoots(boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Get all the trash roots for current user or all users.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTrimmed-java.lang.String-">getTrimmed(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a trimmed <code>String</code>,
<code>null</code> if no such property exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTrimmed-java.lang.String-java.lang.String-">getTrimmed(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the value of the <code>name</code> property as a trimmed <code>String</code>,
<code>defaultValue</code> if no such property exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTrimmedStringCollection-java.lang.String-">getTrimmedStringCollection(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the comma delimited values of the <code>name</code> property as
a collection of <code>String</code>s, trimmed of the leading and trailing whitespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTrimmedStrings-java.lang.String-">getTrimmedStrings(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the comma delimited values of the <code>name</code> property as
an array of <code>String</code>s, trimmed of the leading and trailing whitespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getTrimmedStrings-java.lang.String-java.lang.String...-">getTrimmedStrings(String, String...)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get the comma delimited values of the <code>name</code> property as
an array of <code>String</code>s, trimmed of the leading and trailing whitespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#getType--">getType()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Returns the ACL entry type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getTypeConsumed-org.apache.hadoop.fs.StorageType-">getTypeConsumed(StorageType)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return storage type consumed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getTypeQuota-org.apache.hadoop.fs.StorageType-">getTypeQuota(StorageType)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return storage type quota.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#getTypes--">getTypes()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>
<div class="block">Return all classes that may be wrapped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#getTypesQuotaUsage-boolean-java.util.List-">getTypesQuotaUsage(boolean, List&lt;StorageType&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#getTypesSupportingQuota--">getTypesSupportingQuota()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getUgi--">getUgi()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Gets the ugi in the file-context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#getUgi-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto-">getUgi(IpcConnectionContextProtos.IpcConnectionContextProto)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#getUgi-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto-">getUgi(IpcConnectionContextProtos.UserInformationProto)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getUGIFromSubject-javax.security.auth.Subject-">getUGIFromSubject(Subject)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Create a UserGroupInformation from a Subject with Kerberos principal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getUGIFromTicketCache-java.lang.String-java.lang.String-">getUGIFromTicketCache(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Create a UserGroupInformation from a Kerberos ticket cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/GetGroupsBase.html#getUgmProtocol--">getUgmProtocol()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/GetGroupsBase.html" title="class in org.apache.hadoop.tools">GetGroupsBase</a></dt>
<dd>
<div class="block">Get a client of the <code>GetUserMappingsProtocol</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingServiceProvider.html#getUid-java.lang.String-">getUid(String)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security">IdMappingServiceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getUid-java.lang.String-">getUid(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingServiceProvider.html#getUidAllowingUnknown-java.lang.String-">getUidAllowingUnknown(String)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security">IdMappingServiceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getUidAllowingUnknown-java.lang.String-">getUidAllowingUnknown(String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getUidNameMap--">getUidNameMap()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getUMask--">getUMask()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getUMask-org.apache.hadoop.conf.Configuration-">getUMask(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Get the user file creation mask (umask)
<code>UMASK_LABEL</code> config param has umask value that is either symbolic
or octal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html#getUnderlyingProxyObject--">getUnderlyingProxyObject()</a></span> - Method in class org.apache.hadoop.ha.protocolPB.<a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ha.protocolPB">ZKFCProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#getUniqueIdentityCount--">getUniqueIdentityCount()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#getUniqueIdentityCount--">getUniqueIdentityCount()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html#getUniqueIdentityCount--">getUniqueIdentityCount()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcSchedulerMXBean.html" title="interface in org.apache.hadoop.ipc">DecayRpcSchedulerMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageSize.html#getUnit--">getUnit()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageSize.html" title="class in org.apache.hadoop.conf">StorageSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#getUnknownFields--">getUnknownFields()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsCreateModes.html#getUnmasked--">getUnmasked()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission">FsCreateModes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getUnmasked--">getUnmasked()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Get unmasked permission if exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Returns a URI whose scheme and authority identify this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns a URI which identifies this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Returns a URI whose scheme and authority identify this FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Returns the uri of this filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getUri--">getUri()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getUriDefaultPort--">getUriDefaultPort()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The default port of this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFs.html#getUriDefaultPort--">getUriDefaultPort()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFs.html" title="class in org.apache.hadoop.fs">HarFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getUriDefaultPort--">getUriDefaultPort()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getUriPath-org.apache.hadoop.fs.Path-">getUriPath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Get the path-part of a pathname.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getUrl--">getUrl()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">Get the URL for the Hadoop repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DUHelper.html#getUsage--">getUsage()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DUHelper.html" title="class in org.apache.hadoop.fs">DUHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#getUsage--">getUsage()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#getUsage--">getUsage()</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Returns brief usage instructions for this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#getUsage--">getUsage()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.SubCommand.html#getUsage--">getUsage()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.SubCommand.html" title="class in org.apache.hadoop.tools">CommandShell.SubCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getUsageMessage--">getUsageMessage()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Get the usage message, ideally dynamically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getUsed--">getUsed()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the total size of all files in the filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getUsed-org.apache.hadoop.fs.Path-">getUsed(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the total size of all files from a specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getUsed--">getUsed()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Return the total size of all files in the filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getUsed-org.apache.hadoop.fs.Path-">getUsed(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Return the total size of all files from a specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsStatus.html#getUsed--">getUsed()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</a></dt>
<dd>
<div class="block">Return the number of bytes used on the file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.html#getUsed--">getUsed()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.html" title="interface in org.apache.hadoop.fs">GetSpaceUsed</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getUsed--">getUsed()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getUsed-org.apache.hadoop.fs.Path-">getUsed(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Return the total size of all files from a specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getUsed--">getUsed()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Return the total size of all files under "/", if <a href="org/apache/hadoop/fs/viewfs/Constants.html#CONFIG_VIEWFS_LINK_MERGE_SLASH"><code>Constants.CONFIG_VIEWFS_LINK_MERGE_SLASH</code></a> is supported and is a valid
mount point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProtoOrBuilder.html#getUser--">getUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProtoOrBuilder.html#getUser--">getUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#getUser--">getUser()</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>
<div class="block">Get the username encoded in the token identifier</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenIdentifier.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a></dt>
<dd>
<div class="block">Get the Ugi with the username encoded in the token identifier</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getUser--">getUser()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder.html#getUser--">getUser()</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getUser--">getUser()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">The user that compiled Hadoop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#getUserAction--">getUserAction()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Return user <a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission"><code>FsAction</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#getUserBytes--">getUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#getUserBytes--">getUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProtoOrBuilder.html#getUserBytes--">getUserBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#getUserBytes--">getUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#getUserBytes--">getUserBytes()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProtoOrBuilder.html#getUserBytes--">getUserBytes()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#getUserBytes--">getUserBytes()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#getUserBytes--">getUserBytes()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder.html#getUserBytes--">getUserBytes()</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#getUserGroupInformation--">getUserGroupInformation()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getUserInfo--">getUserInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getUserInfo--">getUserInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html#getUserInfo--">getUserInfo()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getUserInfoBuilder--">getUserInfoBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#getUserInfoOrBuilder--">getUserInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#getUserInfoOrBuilder--">getUserInfoOrBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html#getUserInfoOrBuilder--">getUserInfoOrBuilder()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB"><span class="typeNameLink">GetUserMappingsProtocolClientSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/tools/protocolPB/package-summary.html">org.apache.hadoop.tools.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html#GetUserMappingsProtocolClientSideTranslatorPB-org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolPB-">GetUserMappingsProtocolClientSideTranslatorPB(GetUserMappingsProtocolPB)</a></span> - Constructor for class org.apache.hadoop.tools.protocolPB.<a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB">GetUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos</span></a> - Class in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</span></a> - Class in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>
<div class="block">
Get groups for user request.</div>
</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>
<div class="block">
Get groups for user request.</div>
</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</span></a> - Class in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>
<div class="block">
Response for get groups.</div>
</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>
<div class="block">
Response for get groups.</div>
</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</span></a> - Class in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>
<div class="block">
Protocol which maps users to groups.</div>
</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface.html" title="interface in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface</span></a> - Interface in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub.html" title="class in org.apache.hadoop.tools.proto"><span class="typeNameLink">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub</span></a> - Class in <a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB"><span class="typeNameLink">GetUserMappingsProtocolServerSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/tools/protocolPB/package-summary.html">org.apache.hadoop.tools.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolServerSideTranslatorPB.html#GetUserMappingsProtocolServerSideTranslatorPB-org.apache.hadoop.tools.GetUserMappingsProtocol-">GetUserMappingsProtocolServerSideTranslatorPB(GetUserMappingsProtocol)</a></span> - Constructor for class org.apache.hadoop.tools.protocolPB.<a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB">GetUserMappingsProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#GetUserMappingsProtocolService--">GetUserMappingsProtocolService()</a></span> - Constructor for class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getUserMessage--">getUserMessage()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getUserMessage--">getUserMessage()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#getUserMessage--">getUserMessage()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#getUserMessageBytes--">getUserMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#getUserMessageBytes--">getUserMessageBytes()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#getUserMessageBytes--">getUserMessageBytes()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingServiceProvider.html#getUserName-int-java.lang.String-">getUserName(int, String)</a></span> - Method in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security">IdMappingServiceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#getUserName-int-java.lang.String-">getUserName(int, String)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#getUserName--">getUserName()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Get the user's full principal name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#getUsers--">getUsers()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Get the names of users allowed for this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getUsersForNetgroupCommand-java.lang.String-">getUsersForNetgroupCommand(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">A command to get a given netgroup's user list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Waitable.html#getVal--">getVal()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Waitable.html" title="class in org.apache.hadoop.util">Waitable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#getValByRegex-java.lang.String-">getValByRegex(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">get keys matching the the regex</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageSize.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageSize.html" title="class in org.apache.hadoop.conf">StorageSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.BlockSize.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.BlockSize.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.BlockSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.BufferSize.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.BufferSize.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.BufferSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.BytesPerChecksum.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.BytesPerChecksum.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.BytesPerChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.ChecksumParam.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.ChecksumParam.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.ChecksumParam</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.CreateParent.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.CreateParent.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.CreateParent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.Perms.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.Perms.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.Perms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.Progress.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.Progress.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.Progress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.ReplicationFactor.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.ReplicationFactor.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.ReplicationFactor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html" title="class in org.apache.hadoop.fs">StorageStatistics.LongStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.StreamCapability.html#getValue--">getValue()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.StreamCapability.html" title="enum in org.apache.hadoop.fs">StreamCapabilities.StreamCapability</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getValue-org.apache.hadoop.io.BytesWritable-">getValue(BytesWritable)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Copy the value into BytesWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getValue-byte:A-">getValue(byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Copy value into user-supplied buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getValue-byte:A-int-">getValue(byte[], int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Copy value into user-supplied buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html#getValue--">getValue()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</a></dt>
<dd>
<div class="block">Gets the current raw value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html#getValue-T-">getValue(T)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html" title="class in org.apache.hadoop.ipc">RpcWritable.Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.STATE.html#getValue--">getValue()</a></span> - Method in enum org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.STATE.html" title="enum in org.apache.hadoop.service">Service.STATE</a></dt>
<dd>
<div class="block">Get the integer value of a state</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html#getValue--">getValue()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ConfigPairOrBuilder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.BooleanOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.BooleanOption.html" title="class in org.apache.hadoop.util">Options.BooleanOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.ClassOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.ClassOption.html" title="class in org.apache.hadoop.util">Options.ClassOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.FSDataInputStreamOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.FSDataInputStreamOption.html" title="class in org.apache.hadoop.util">Options.FSDataInputStreamOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.FSDataOutputStreamOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.FSDataOutputStreamOption.html" title="class in org.apache.hadoop.util">Options.FSDataOutputStreamOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.IntegerOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.IntegerOption.html" title="class in org.apache.hadoop.util">Options.IntegerOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.LongOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.LongOption.html" title="class in org.apache.hadoop.util">Options.LongOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.PathOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.PathOption.html" title="class in org.apache.hadoop.util">Options.PathOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.ProgressableOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.ProgressableOption.html" title="class in org.apache.hadoop.util">Options.ProgressableOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.StringOption.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.StringOption.html" title="class in org.apache.hadoop.util">Options.StringOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util">PureJavaCrc32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32C.html#getValue--">getValue()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32C.html" title="class in org.apache.hadoop.util">PureJavaCrc32C</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#getValueBytes--">getValueBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#getValueBytes--">getValueBytes()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html#getValueBytes--">getValueBytes()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ConfigPairOrBuilder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#getValueClass--">getValueClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#getValueClass--">getValueClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Returns the class of values in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getValueClass--">getValueClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns the class of values in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#getValueClass--">getValueClass()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">Returns the class of values in this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#getValueClassName--">getValueClassName()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns the name of the value class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#getValueDescriptor--">getValueDescriptor()</a></span> - Method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getValueLength--">getValueLength()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Get the length of the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProtoOrBuilder.html#getValues-int-">getValues(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProtoOrBuilder.html#getValues-int-">getValues(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProtoOrBuilder.html#getValues-int-">getValues(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getValues-int-">getValues(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProtoOrBuilder.html#getValues-int-">getValues(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProtoOrBuilder.html#getValuesCount--">getValuesCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProtoOrBuilder.html#getValuesCount--">getValuesCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProtoOrBuilder.html#getValuesCount--">getValuesCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getValuesCount--">getValuesCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProtoOrBuilder.html#getValuesCount--">getValuesCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProtoOrBuilder.html#getValuesList--">getValuesList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProtoOrBuilder.html#getValuesList--">getValuesList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProtoOrBuilder.html#getValuesList--">getValuesList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#getValuesList--">getValuesList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProtoOrBuilder.html#getValuesList--">getValuesList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#getValueStream--">getValueStream()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Stream access to value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#getVectorSize--">getVectorSize()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VersionedWritable.html#getVersion--">getVersion()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VersionedWritable.html" title="class in org.apache.hadoop.io">VersionedWritable</a></dt>
<dd>
<div class="block">Return the version number of the current implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#getVersion--">getVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#getVersion--">getVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html#getVersion--">getVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#getVersion--">getVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#getVersion--">getVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#getVersion--">getVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#getVersion--">getVersion()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#getVersion--">getVersion()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>
<div class="block">Get the Hadoop version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html#getVersionName--">getVersionName()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.KeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#getVersions--">getVersions()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getVersions-int-">getVersions(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getVersions-int-">getVersions(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html#getVersions-int-">getVersions(int)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getVersionsCount--">getVersionsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getVersionsCount--">getVersionsCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html#getVersionsCount--">getVersionsCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#getVersionsList--">getVersionsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#getVersionsList--">getVersionsList()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html#getVersionsList--">getVersionsList()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#getVIntSize-long-">getVIntSize(long)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Get the encoded length if an integer is stored in a variable-length format</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#getVirtualMemorySize--">getVirtualMemorySize()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Obtain the total size of the virtual memory present in the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getWaitingThread--">getWaitingThread()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">get the thread that is waiting on this instance of <code>Shell</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getWinUtilsFile--">getWinUtilsFile()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Get a file reference to winutils.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#getWinUtilsPath--">getWinUtilsPath()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Locate the winutils binary, or fail with a meaningful
exception and stack trace as an RTE.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#getWorkFactor-org.apache.hadoop.conf.Configuration-">getWorkFactor(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Gets the working directory for wd-relative names (such a "foo/bar").</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get the current working directory for the given FileSystem</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Get the current working directory for the given file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">return the top level archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getWorkingDirectory--">getWorkingDirectory()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#getWrapped--">getWrapped()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>
<div class="block">Get at the wrapped inner statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#getWriteOps--">getWriteOps()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Get the number of file system write operations such as create, append
rename etc.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#getWriteOps--">getWriteOps()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsServerDefaults.html#getWritePacketSize--">getWritePacketSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsServerDefaults.html" title="class in org.apache.hadoop.fs">FsServerDefaults</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getXAttr-org.apache.hadoop.fs.Path-java.lang.String-">getXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Get an xattr for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getXAttr-org.apache.hadoop.fs.Path-java.lang.String-">getXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Get an xattr for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getXAttr-org.apache.hadoop.fs.Path-java.lang.String-">getXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get an xattr name and value for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getXAttr-org.apache.hadoop.fs.Path-java.lang.String-">getXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getXAttr-org.apache.hadoop.fs.Path-java.lang.String-">getXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getXAttr-org.apache.hadoop.fs.Path-java.lang.String-">getXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-">getXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Get all of the xattrs for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-java.util.List-">getXAttrs(Path, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Get all of the xattrs for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getXAttrs-org.apache.hadoop.fs.Path-">getXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Get all of the xattrs for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#getXAttrs-org.apache.hadoop.fs.Path-java.util.List-">getXAttrs(Path, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Get all of the xattrs for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-">getXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get all of the xattr name/value pairs for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-java.util.List-">getXAttrs(Path, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get all of the xattrs name/value pairs for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-">getXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-java.util.List-">getXAttrs(Path, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-">getXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#getXAttrs-org.apache.hadoop.fs.Path-java.util.List-">getXAttrs(Path, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getXAttrs-org.apache.hadoop.fs.Path-">getXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#getXAttrs-org.apache.hadoop.fs.Path-java.util.List-">getXAttrs(Path, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#getZKAuthInfos-org.apache.hadoop.conf.Configuration-java.lang.String-">getZKAuthInfos(Configuration, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Utility method to fetch ZK auth info from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getZKFCAddress--">getZKFCAddress()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#getZKFCProxy-org.apache.hadoop.conf.Configuration-int-">getZKFCProxy(Configuration, int)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getZlibCompressor-org.apache.hadoop.conf.Configuration-">getZlibCompressor(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Return the appropriate implementation of the zlib compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getZlibCompressorType-org.apache.hadoop.conf.Configuration-">getZlibCompressorType(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Return the appropriate type of the zlib compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getZlibDecompressor-org.apache.hadoop.conf.Configuration-">getZlibDecompressor(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Return the appropriate implementation of the zlib decompressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getZlibDecompressorType-org.apache.hadoop.conf.Configuration-">getZlibDecompressorType(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Return the appropriate type of the zlib decompressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#getZlibDirectDecompressor-org.apache.hadoop.conf.Configuration-">getZlibDirectDecompressor(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Return the appropriate implementation of the zlib direct decompressor.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/GlobalStorageStatistics.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">GlobalStorageStatistics</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Stores global storage statistics objects.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/GlobalStorageStatistics.StorageStatisticsProvider.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">GlobalStorageStatistics.StorageStatisticsProvider</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A callback API for creating new StorageStatistics instances.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/GlobFilter.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">GlobFilter</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A filter for POSIX glob pattern with brace expansions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobFilter.html#GlobFilter-java.lang.String-">GlobFilter(String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobFilter.html" title="class in org.apache.hadoop.fs">GlobFilter</a></dt>
<dd>
<div class="block">Creates a glob filter with the specified file pattern.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobFilter.html#GlobFilter-java.lang.String-org.apache.hadoop.fs.PathFilter-">GlobFilter(String, PathFilter)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobFilter.html" title="class in org.apache.hadoop.fs">GlobFilter</a></dt>
<dd>
<div class="block">Creates a glob filter with the specified file pattern and an user filter.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/filter/GlobFilter.html" title="class in org.apache.hadoop.metrics2.filter"><span class="typeNameLink">GlobFilter</span></a> - Class in <a href="org/apache/hadoop/metrics2/filter/package-summary.html">org.apache.hadoop.metrics2.filter</a></dt>
<dd>
<div class="block">A glob pattern filter for metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/filter/GlobFilter.html#GlobFilter--">GlobFilter()</a></span> - Constructor for class org.apache.hadoop.metrics2.filter.<a href="org/apache/hadoop/metrics2/filter/GlobFilter.html" title="class in org.apache.hadoop.metrics2.filter">GlobFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#globStatus-org.apache.hadoop.fs.Path-">globStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Return all the files that match filePattern and are not checksum
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#globStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-">globStatus(Path, PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Return an array of FileStatus objects whose path names match pathPattern
and is accepted by the user-supplied path filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#globStatus-org.apache.hadoop.fs.Path-">globStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return all the files that match filePattern and are not checksum
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#globStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-">globStatus(Path, PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return an array of <a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs"><code>FileStatus</code></a> objects whose path names match
<code>pathPattern</code> and is accepted by the user-supplied path filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface.html#gracefulFailover-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto-">gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#gracefulFailover-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback&lt;ZKFCProtocolProtos.GracefulFailoverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>
<div class="block"><code>rpc gracefulFailover(.hadoop.common.GracefulFailoverRequestProto) returns (.hadoop.common.GracefulFailoverResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Interface.html#gracefulFailover-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback&lt;ZKFCProtocolProtos.GracefulFailoverResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService.Interface</a></dt>
<dd>
<div class="block"><code>rpc gracefulFailover(.hadoop.common.GracefulFailoverRequestProto) returns (.hadoop.common.GracefulFailoverResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Stub.html#gracefulFailover-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback&lt;ZKFCProtocolProtos.GracefulFailoverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html#gracefulFailover--">gracefulFailover()</a></span> - Method in class org.apache.hadoop.ha.protocolPB.<a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ha.protocolPB">ZKFCProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html#Graphite-java.lang.String-int-">Graphite(String, int)</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink.Graphite</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html" title="class in org.apache.hadoop.metrics2.sink"><span class="typeNameLink">GraphiteSink</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a></dt>
<dd>
<div class="block">A metrics sink that writes to a Graphite server</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html#GraphiteSink--">GraphiteSink()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html" title="class in org.apache.hadoop.metrics2.sink"><span class="typeNameLink">GraphiteSink.Graphite</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#GREATER_ICOST">GREATER_ICOST</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#group">group</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#group-java.lang.String-">group(String)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>
<div class="block">Sets the file group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#GROUP_FIELD_NUMBER">GROUP_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/GroupMappingServiceProvider.html#GROUP_MAPPING_CONFIG_PREFIX">GROUP_MAPPING_CONFIG_PREFIX</a></span> - Static variable in interface org.apache.hadoop.security.<a href="org/apache/hadoop/security/GroupMappingServiceProvider.html" title="interface in org.apache.hadoop.security">GroupMappingServiceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/GroupMappingServiceProvider.html" title="interface in org.apache.hadoop.security"><span class="typeNameLink">GroupMappingServiceProvider</span></a> - Interface in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">An interface for the implementation of a user-to-groups mapping service
used by <code>Groups</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#GROUPS_FIELD_NUMBER">GROUPS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecConstants.html#GZIP_CODEC_EXTENSION">GZIP_CODEC_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress">CodecConstants</a></dt>
<dd>
<div class="block">Default extension for <a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress"><code>GzipCodec</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">GzipCodec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This class creates gzip compressors/decompressors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.html#GzipCodec--">GzipCodec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">GzipCodec.GzipOutputStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">A bridge that wraps around a DeflaterOutputStream to make it
a CompressionOutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#GzipOutputStream-java.io.OutputStream-">GzipOutputStream(OutputStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#GzipOutputStream-org.apache.hadoop.io.compress.CompressorStream-">GzipOutputStream(CompressorStream)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>
<div class="block">Allow children types to put a different type in here.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><a href="org/apache/hadoop/ha/HAAdmin.UsageInfo.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">HAAdmin.UsageInfo</span></a> - Class in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">UsageInfo class holds args and help details.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#HADOOP_AUTHENTICATION_IS_DISABLED">HADOOP_AUTHENTICATION_IS_DISABLED</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_CALLER_CONTEXT_ENABLED_DEFAULT">HADOOP_CALLER_CONTEXT_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_CALLER_CONTEXT_ENABLED_KEY">HADOOP_CALLER_CONTEXT_ENABLED_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_CALLER_CONTEXT_MAX_SIZE_DEFAULT">HADOOP_CALLER_CONTEXT_MAX_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_CALLER_CONTEXT_MAX_SIZE_KEY">HADOOP_CALLER_CONTEXT_MAX_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_DEFAULT">HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_KEY">HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_CUSTOM_TAGS">HADOOP_CUSTOM_TAGS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use
<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_TAGS_CUSTOM"><code>CommonConfigurationKeysPublic.HADOOP_TAGS_CUSTOM</code></a> instead
See https://issues.apache.org/jira/browse/HADOOP-15474</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_HTTP_AUTHENTICATION_TYPE">HADOOP_HTTP_AUTHENTICATION_TYPE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_HTTP_IDLE_TIMEOUT_MS_DEFAULT">HADOOP_HTTP_IDLE_TIMEOUT_MS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_HTTP_IDLE_TIMEOUT_MS_KEY">HADOOP_HTTP_IDLE_TIMEOUT_MS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_HTTP_LOGS_ENABLED">HADOOP_HTTP_LOGS_ENABLED</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_HTTP_LOGS_ENABLED_DEFAULT">HADOOP_HTTP_LOGS_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Defalt value for HADOOP_HTTP_LOGS_ENABLED</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#HADOOP_JAAS_DEBUG">HADOOP_JAAS_DEBUG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_KERBEROS_KEYTAB_LOGIN_AUTORENEWAL_ENABLED">HADOOP_KERBEROS_KEYTAB_LOGIN_AUTORENEWAL_ENABLED</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_KERBEROS_KEYTAB_LOGIN_AUTORENEWAL_ENABLED_DEFAULT">HADOOP_KERBEROS_KEYTAB_LOGIN_AUTORENEWAL_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for HADOOP_KERBEROS_KEYTAB_LOGIN_AUTORENEWAL_ENABLED.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN">HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN_DEFAULT">HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_PROMETHEUS_ENABLED">HADOOP_PROMETHEUS_ENABLED</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_PROMETHEUS_ENABLED_DEFAULT">HADOOP_PROMETHEUS_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_RPC_PROTECTION">HADOOP_RPC_PROTECTION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#HADOOP_RPC_PROTECTION_NON_WHITELIST">HADOOP_RPC_PROTECTION_NON_WHITELIST</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>
<div class="block">comma separated list containing alternate hadoop.rpc.protection values for
clients which are not in whitelist</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_DEFAULT">HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_KEY">HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_AUTH_TO_LOCAL">HADOOP_SECURITY_AUTH_TO_LOCAL</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_AUTH_TO_LOCAL_MECHANISM">HADOOP_SECURITY_AUTH_TO_LOCAL_MECHANISM</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_AUTHENTICATION">HADOOP_SECURITY_AUTHENTICATION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_AUTHORIZATION">HADOOP_SECURITY_AUTHORIZATION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK">HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK_DEFAULT">HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CREDENTIAL_PASSWORD_FILE_KEY">HADOOP_SECURITY_CREDENTIAL_PASSWORD_FILE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CREDENTIAL_PROVIDER_PATH">HADOOP_SECURITY_CREDENTIAL_PROVIDER_PATH</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_DEFAULT">HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Defalt value for HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_KEY">HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_DEFAULT">HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_KEY">HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_DEFAULT">HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_KEY">HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_KEY_PREFIX">HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_KEY_PREFIX</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_JCE_PROVIDER_KEY">HADOOP_SECURITY_CRYPTO_JCE_PROVIDER_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_CRYPTO_JCEKS_KEY_SERIALFILTER">HADOOP_SECURITY_CRYPTO_JCEKS_KEY_SERIALFILTER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_DNS_INTERFACE_KEY">HADOOP_SECURITY_DNS_INTERFACE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_DNS_NAMESERVER_KEY">HADOOP_SECURITY_DNS_NAMESERVER_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUP_MAPPING">HADOOP_SECURITY_GROUP_MAPPING</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_DEFAULT">HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_KEY">HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS">HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use
<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_KEY"><code>CommonConfigurationKeysPublic.HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_KEY</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS_DEFAULT">HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use
<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_DEFAULT"><code>CommonConfigurationKeysPublic.HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_DEFAULT</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD">HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_DEFAULT">HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS">HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS_DEFAULT">HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_SECS">HADOOP_SECURITY_GROUPS_CACHE_SECS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_SECS_DEFAULT">HADOOP_SECURITY_GROUPS_CACHE_SECS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS">HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS_DEFAULT">HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS">HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS_DEFAULT">HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_IMPERSONATION_PROVIDER_CLASS">HADOOP_SECURITY_IMPERSONATION_PROVIDER_CLASS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Class to override Impersonation provider</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_INSTRUMENTATION_REQUIRES_ADMIN">HADOOP_SECURITY_INSTRUMENTATION_REQUIRES_ADMIN</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_DEFAULT">HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Defalt value for HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_KEY">HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_DEFAULT">HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Defalt value for HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_KEY.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_KEY">HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_KEY_DEFAULT_CIPHER_DEFAULT">HADOOP_SECURITY_KEY_DEFAULT_CIPHER_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Defalt value for HADOOP_SECURITY_KEY_DEFAULT_CIPHER_KEY.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_KEY_DEFAULT_CIPHER_KEY">HADOOP_SECURITY_KEY_DEFAULT_CIPHER_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_KEY_PROVIDER_PATH">HADOOP_SECURITY_KEY_PROVIDER_PATH</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#HADOOP_SECURITY_SASL_FIXEDWHITELIST_FILE">HADOOP_SECURITY_SASL_FIXEDWHITELIST_FILE</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>
<div class="block">Path to the file to containing subnets and ip addresses to form fixed whitelist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_SASL_PROPS_RESOLVER_CLASS">HADOOP_SECURITY_SASL_PROPS_RESOLVER_CLASS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Class to override Sasl Properties for a connection</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#HADOOP_SECURITY_SASL_VARIABLEWHITELIST_CACHE_SECS">HADOOP_SECURITY_SASL_VARIABLEWHITELIST_CACHE_SECS</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>
<div class="block">time in seconds by which the variable whitelist file is checked for updates</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#HADOOP_SECURITY_SASL_VARIABLEWHITELIST_ENABLE">HADOOP_SECURITY_SASL_VARIABLEWHITELIST_ENABLE</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>
<div class="block">Enables/Disables variable whitelist</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#HADOOP_SECURITY_SASL_VARIABLEWHITELIST_FILE">HADOOP_SECURITY_SASL_VARIABLEWHITELIST_FILE</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>
<div class="block">Path to the file to containing subnets and ip addresses to form variable whitelist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_DEFAULT">HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_KEY">HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_SECURE_RANDOM_IMPL_KEY">HADOOP_SECURITY_SECURE_RANDOM_IMPL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS">HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS_DEFAULT">HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SECURITY_SERVICE_USER_NAME_KEY">HADOOP_SECURITY_SERVICE_USER_NAME_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_DEFAULT">HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_KEY">HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES">HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES_DEFAULT">HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SOCKS_SERVER_KEY">HADOOP_SOCKS_SERVER_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_SYSTEM_TAGS">HADOOP_SYSTEM_TAGS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use
<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_TAGS_SYSTEM"><code>CommonConfigurationKeysPublic.HADOOP_TAGS_SYSTEM</code></a> instead
See https://issues.apache.org/jira/browse/HADOOP-15474</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_TAGS_CUSTOM">HADOOP_TAGS_CUSTOM</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_TAGS_SYSTEM">HADOOP_TAGS_SYSTEM</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#HADOOP_TOKEN">HADOOP_TOKEN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Environment variable pointing to the base64 tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#HADOOP_TOKEN_FILE_LOCATION">HADOOP_TOKEN_FILE_LOCATION</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Environment variable pointing to the token cache file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_TOKEN_FILES">HADOOP_TOKEN_FILES</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_TOKENS">HADOOP_TOKENS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_UTIL_HASH_TYPE_DEFAULT">HADOOP_UTIL_HASH_TYPE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for HADOOP_UTIL_HASH_TYPE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#HADOOP_UTIL_HASH_TYPE_KEY">HADOOP_UTIL_HASH_TYPE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent"><span class="typeNameLink">HadoopExecutors</span></a> - Class in org.apache.hadoop.util.concurrent</dt>
<dd>
<div class="block">Factory methods for ExecutorService, ScheduledExecutorService instances.</div>
</dd>
<dt><a href="org/apache/hadoop/HadoopIllegalArgumentException.html" title="class in org.apache.hadoop"><span class="typeNameLink">HadoopIllegalArgumentException</span></a> - Exception in <a href="org/apache/hadoop/package-summary.html">org.apache.hadoop</a></dt>
<dd>
<div class="block">Indicates that a method has been passed illegal or invalid argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/HadoopIllegalArgumentException.html#HadoopIllegalArgumentException-java.lang.String-">HadoopIllegalArgumentException(String)</a></span> - Constructor for exception org.apache.hadoop.<a href="org/apache/hadoop/HadoopIllegalArgumentException.html" title="class in org.apache.hadoop">HadoopIllegalArgumentException</a></dt>
<dd>
<div class="block">Constructs exception with the specified detail message.</div>
</dd>
<dt><a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent"><span class="typeNameLink">HadoopScheduledThreadPoolExecutor</span></a> - Class in org.apache.hadoop.util.concurrent</dt>
<dd>
<div class="block">An extension of ScheduledThreadPoolExecutor that provides additional
functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html#HadoopScheduledThreadPoolExecutor-int-">HadoopScheduledThreadPoolExecutor(int)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopScheduledThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html#HadoopScheduledThreadPoolExecutor-int-java.util.concurrent.ThreadFactory-">HadoopScheduledThreadPoolExecutor(int, ThreadFactory)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopScheduledThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html#HadoopScheduledThreadPoolExecutor-int-java.util.concurrent.RejectedExecutionHandler-">HadoopScheduledThreadPoolExecutor(int, RejectedExecutionHandler)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopScheduledThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html#HadoopScheduledThreadPoolExecutor-int-java.util.concurrent.ThreadFactory-java.util.concurrent.RejectedExecutionHandler-">HadoopScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopScheduledThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopScheduledThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent"><span class="typeNameLink">HadoopThreadPoolExecutor</span></a> - Class in org.apache.hadoop.util.concurrent</dt>
<dd>
<div class="block">An extension of ThreadPoolExecutor that provides additional functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html#HadoopThreadPoolExecutor-int-int-long-java.util.concurrent.TimeUnit-java.util.concurrent.BlockingQueue-">HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue&lt;Runnable&gt;)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html#HadoopThreadPoolExecutor-int-int-long-java.util.concurrent.TimeUnit-java.util.concurrent.BlockingQueue-java.util.concurrent.ThreadFactory-">HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue&lt;Runnable&gt;, ThreadFactory)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html#HadoopThreadPoolExecutor-int-int-long-java.util.concurrent.TimeUnit-java.util.concurrent.BlockingQueue-java.util.concurrent.RejectedExecutionHandler-">HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue&lt;Runnable&gt;, RejectedExecutionHandler)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html#HadoopThreadPoolExecutor-int-int-long-java.util.concurrent.TimeUnit-java.util.concurrent.BlockingQueue-java.util.concurrent.ThreadFactory-java.util.concurrent.RejectedExecutionHandler-">HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue&lt;Runnable&gt;, ThreadFactory, RejectedExecutionHandler)</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopThreadPoolExecutor.html" title="class in org.apache.hadoop.util.concurrent">HadoopThreadPoolExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/launcher/HadoopUncaughtExceptionHandler.html" title="class in org.apache.hadoop.service.launcher"><span class="typeNameLink">HadoopUncaughtExceptionHandler</span></a> - Class in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">This class is intended to be installed by calling
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#setDefaultUncaughtExceptionHandler-java.lang.Thread.UncaughtExceptionHandler-" title="class or interface in java.lang"><code>Thread.setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler)</code></a>
in the main entry point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/HadoopUncaughtExceptionHandler.html#HadoopUncaughtExceptionHandler-java.lang.Thread.UncaughtExceptionHandler-">HadoopUncaughtExceptionHandler(Thread.UncaughtExceptionHandler)</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/HadoopUncaughtExceptionHandler.html" title="class in org.apache.hadoop.service.launcher">HadoopUncaughtExceptionHandler</a></dt>
<dd>
<div class="block">Create an instance delegating to the supplied handler if
the exception is considered "simple".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/HadoopUncaughtExceptionHandler.html#HadoopUncaughtExceptionHandler--">HadoopUncaughtExceptionHandler()</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/HadoopUncaughtExceptionHandler.html" title="class in org.apache.hadoop.service.launcher">HadoopUncaughtExceptionHandler</a></dt>
<dd>
<div class="block">Basic exception handler -logs simple exceptions, then continues.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#halfDigest--">halfDigest()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Construct a half-sized version of this MD5.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.HaltException.html#HaltException-int-java.lang.Throwable-">HaltException(int, Throwable)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.HaltException.html" title="class in org.apache.hadoop.util">ExitUtil.HaltException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.HaltException.html#HaltException-int-java.lang.String-">HaltException(int, String)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.HaltException.html" title="class in org.apache.hadoop.util">ExitUtil.HaltException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.HaltException.html#HaltException-int-java.lang.String-java.lang.Throwable-">HaltException(int, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.HaltException.html" title="class in org.apache.hadoop.util">ExitUtil.HaltException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/unix/DomainSocketWatcher.Handler.html#handle-org.apache.hadoop.net.unix.DomainSocket-">handle(DomainSocket)</a></span> - Method in interface org.apache.hadoop.net.unix.<a href="org/apache/hadoop/net/unix/DomainSocketWatcher.Handler.html" title="interface in org.apache.hadoop.net.unix">DomainSocketWatcher.Handler</a></dt>
<dd>
<div class="block">Handles an event on a socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.SaslDigestCallbackHandler.html#handle-javax.security.auth.callback.Callback:A-">handle(Callback[])</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.SaslDigestCallbackHandler.html" title="class in org.apache.hadoop.security">SaslRpcServer.SaslDigestCallbackHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.SaslGssCallbackHandler.html#handle-javax.security.auth.callback.Callback:A-">handle(Callback[])</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.SaslGssCallbackHandler.html" title="class in org.apache.hadoop.security">SaslRpcServer.SaslGssCallbackHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#handleEmptyDstDirectoryOnWindows-org.apache.hadoop.fs.Path-java.io.File-org.apache.hadoop.fs.Path-java.io.File-">handleEmptyDstDirectoryOnWindows(Path, File, Path, File)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#handleHttpInteraction-org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction-">handleHttpInteraction(RestCsrfPreventionFilter.HttpInteraction)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>
<div class="block">Handles an <a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html" title="interface in org.apache.hadoop.security.http"><code>RestCsrfPreventionFilter.HttpInteraction</code></a> by applying the filtering logic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html#handleKind-org.apache.hadoop.io.Text-">handleKind(Text)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSTokenRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html#handleKind-org.apache.hadoop.io.Text-">handleKind(Text)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html" title="class in org.apache.hadoop.security.token">Token.TrivialRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenRenewer.html#handleKind-org.apache.hadoop.io.Text-">handleKind(Text)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenRenewer.html" title="class in org.apache.hadoop.security.token">TokenRenewer</a></dt>
<dd>
<div class="block">Does this renewer handle this kind of token?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#HandleOpt--">HandleOpt()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshHandler.html#handleRefresh-java.lang.String-java.lang.String:A-">handleRefresh(String, String[])</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshHandler.html" title="interface in org.apache.hadoop.ipc">RefreshHandler</a></dt>
<dd>
<div class="block">Implement this method to accept refresh requests from the administrator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.HardLink.html#HardLink--">HardLink()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.HardLink.html" title="class in org.apache.hadoop.fs">FileUtil.HardLink</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/HardLink.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">HardLink</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Class for creating hardlinks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.html#HardLink--">HardLink()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.html" title="class in org.apache.hadoop.fs">HardLink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">HardLink.LinkStats</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">HardLink statistics counters and methods.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">HarFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This is an implementation of the Hadoop Archive
Filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#HarFileSystem--">HarFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">public construction of harfilesystem</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#HarFileSystem-org.apache.hadoop.fs.FileSystem-">HarFileSystem(FileSystem)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Constructor to create a HarFileSystem with an
underlying filesystem.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/HarFs.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">HarFs</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#HAS_ACL_VALUE">HAS_ACL_VALUE</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>
<div class="block">
has ACLs</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#HAS_CRYPT_VALUE">HAS_CRYPT_VALUE</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>
<div class="block">
encrypted</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#HAS_EC_VALUE">HAS_EC_VALUE</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>
<div class="block">
erasure coded</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasAccessTime--">hasAccessTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasAccessTime--">hasAccessTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasAccessTime--">hasAccessTime()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#hasAcl--">hasAcl()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Tell whether the underlying file or directory has ACLs set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#hasAlias--">hasAlias()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#hasAlias--">hasAlias()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#hasAlias--">hasAlias()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasBlockReplication--">hasBlockReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasBlockReplication--">hasBlockReplication()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasBlockReplication--">hasBlockReplication()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasBlockSize--">hasBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasBlockSize--">hasBlockSize()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasBlockSize--">hasBlockSize()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasCallerContext--">hasCallerContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasCallerContext--">hasCallerContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasCallerContext--">hasCallerContext()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasCallId--">hasCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasCallId--">hasCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasCallId--">hasCallId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasCallId--">hasCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasCallId--">hasCallId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasCallId--">hasCallId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#hasCapability-java.lang.String-">hasCapability(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#hasCapability-java.lang.String-">hasCapability(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html#hasCapability-java.lang.String-">hasCapability(String)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsInputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsInputStream</a></dt>
<dd>
<div class="block">If the inner stream supports <a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs"><code>StreamCapabilities</code></a>,
forward the probe to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html#hasCapability-java.lang.String-">hasCapability(String)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsOutputStream</a></dt>
<dd>
<div class="block">If the inner stream supports <a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs"><code>StreamCapabilities</code></a>,
forward the probe to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#hasCapability-java.lang.String-">hasCapability(String)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Query the stream for a specific capability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#hasCapability-java.lang.String-">hasCapability(String)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#hasChallenge--">hasChallenge()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#hasChallenge--">hasChallenge()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#hasChallenge--">hasChallenge()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#hasClassName--">hasClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#hasClassName--">hasClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html#hasClassName--">hasClassName()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#hasClassName--">hasClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#hasClassName--">hasClassName()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html#hasClassName--">hasClassName()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasClientId--">hasClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasClientId--">hasClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasClientId--">hasClientId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasClientId--">hasClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasClientId--">hasClientId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasClientId--">hasClientId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#hasClientProtocolVersion--">hasClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#hasClientProtocolVersion--">hasClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#hasClientProtocolVersion--">hasClientProtocolVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#hasClientProtocolVersion--">hasClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#hasClientProtocolVersion--">hasClientProtocolVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#hasClientProtocolVersion--">hasClientProtocolVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#hasCode--">hasCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#hasCode--">hasCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html#hasCode--">hasCode()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#hasCode--">hasCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#hasCode--">hasCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html#hasCode--">hasCode()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#hasContext--">hasContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#hasContext--">hasContext()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html#hasContext--">hasContext()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#hasDeclaringClassProtocolName--">hasDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#hasDeclaringClassProtocolName--">hasDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#hasDeclaringClassProtocolName--">hasDeclaringClassProtocolName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#hasDeclaringClassProtocolName--">hasDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#hasDeclaringClassProtocolName--">hasDeclaringClassProtocolName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#hasDeclaringClassProtocolName--">hasDeclaringClassProtocolName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasEcData--">hasEcData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasEcData--">hasEcData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasEcData--">hasEcData()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#hasEffectiveUser--">hasEffectiveUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#hasEffectiveUser--">hasEffectiveUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html#hasEffectiveUser--">hasEffectiveUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasEncryptionData--">hasEncryptionData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasEncryptionData--">hasEncryptionData()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasEncryptionData--">hasEncryptionData()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasErrorDetail--">hasErrorDetail()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasErrorDetail--">hasErrorDetail()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasErrorDetail--">hasErrorDetail()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasErrorMsg--">hasErrorMsg()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasErrorMsg--">hasErrorMsg()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasErrorMsg--">hasErrorMsg()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha"><span class="typeNameLink">HAServiceProtocol</span></a> - Interface in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Protocol interface that provides High Availability related primitives to
monitor and fail-over the service.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/HAServiceProtocol.HAServiceState.html" title="enum in org.apache.hadoop.ha"><span class="typeNameLink">HAServiceProtocol.HAServiceState</span></a> - Enum in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">An HA service may be in active or standby state.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/HAServiceProtocol.RequestSource.html" title="enum in org.apache.hadoop.ha"><span class="typeNameLink">HAServiceProtocol.RequestSource</span></a> - Enum in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/HAServiceProtocol.StateChangeRequestInfo.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">HAServiceProtocol.StateChangeRequestInfo</span></a> - Class in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Information describing the source for a request to change state.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">HAServiceProtocolHelper</span></a> - Class in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Helper for making <a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha"><code>HAServiceProtocol</code></a> RPC calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html#HAServiceProtocolHelper--">HAServiceProtocolHelper()</a></span> - Constructor for class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html" title="class in org.apache.hadoop.ha">HAServiceProtocolHelper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/protocolPB/HAServiceProtocolPB.html" title="interface in org.apache.hadoop.ha.protocolPB"><span class="typeNameLink">HAServiceProtocolPB</span></a> - Interface in <a href="org/apache/hadoop/ha/protocolPB/package-summary.html">org.apache.hadoop.ha.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.GetServiceStatusRequestProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.GetServiceStatusRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.GetServiceStatusResponseProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
Returns the state of the service</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
Returns the state of the service</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HARequestSource</span></a> - Enum in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.common.HARequestSource</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAServiceProtocolService</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
Protocol interface provides High availability related
primitives to monitor and failover a service.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAServiceProtocolService.Interface</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAServiceProtocolService.Stub</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAServiceStateProto</span></a> - Enum in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.common.HAServiceStateProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.HAStateChangeRequestInfoProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.HAStateChangeRequestInfoProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.MonitorHealthRequestProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.MonitorHealthRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.MonitorHealthResponseProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.MonitorHealthResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToActiveRequestProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToActiveResponseProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToActiveResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToObserverRequestProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToObserverResponseProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToObserverResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToStandbyRequestProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void request</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToStandbyResponseProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">HAServiceProtocolProtos.TransitionToStandbyResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#HAServiceProtocolService--">HAServiceProtocolService()</a></span> - Constructor for class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">HAServiceTarget</span></a> - Class in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Represents a target of the client side HA administration commands.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#HAServiceTarget--">HAServiceTarget()</a></span> - Constructor for class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasExceptionClassName--">hasExceptionClassName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasExceptionClassName--">hasExceptionClassName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasExceptionClassName--">hasExceptionClassName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#hasExitStatus--">hasExitStatus()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#hasExitStatus--">hasExitStatus()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#hasExitStatus--">hasExitStatus()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasFileType--">hasFileType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasFileType--">hasFileType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasFileType--">hasFileType()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasFlags--">hasFlags()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasFlags--">hasFlags()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasFlags--">hasFlags()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#hasFlushed">hasFlushed</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasGroup--">hasGroup()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasGroup--">hasGroup()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasGroup--">hasGroup()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/HashFunction.html#hash-org.apache.hadoop.util.bloom.Key-">hash(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom">HashFunction</a></dt>
<dd>
<div class="block">Hashes a specified key into several integers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.html#HASH_COUNT">HASH_COUNT</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.html" title="class in org.apache.hadoop.io">BloomMapFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#hashBytes-byte:A-int-int-">hashBytes(byte[], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Compute hash for binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#hashBytes-byte:A-int-">hashBytes(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Compute hash for binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.KeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="class in org.apache.hadoop.fs">DelegationTokenRenewer.RenewAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileChecksum.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Returns a hash code value for the object, which is defined as
the hash code of the path name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Returns a hash code value for the object, which is defined as
the hash code of the path name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsCreateModes.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission">FsCreateModes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">The hash code is derived from the mean
and sample count: if either is changed
the statistic cannot be used as a key
for hash tables/maps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BinaryComparable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BinaryComparable.html" title="class in org.apache.hadoop.io">BinaryComparable</a></dt>
<dd>
<div class="block">Return a hash of the bytes returned from {#getBytes()}.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Returns a hash code value for this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io">NullWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">hash code</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntryWithPayload.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntryWithPayload.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntryWithPayload</a></dt>
<dd>
<div class="block">Override hashcode to avoid findbugs warnings</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Return the hash of the subject.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ComparableVersion.html#hashCode--">hashCode()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ComparableVersion.html" title="class in org.apache.hadoop.util">ComparableVersion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom"><span class="typeNameLink">HashFunction</span></a> - Class in <a href="org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</a></dt>
<dd>
<div class="block">Implements a hash object that returns a certain number of hashed values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/HashFunction.html#HashFunction-int-int-int-">HashFunction(int, int, int)</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom">HashFunction</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#hasId--">hasId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#hasId--">hasId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder.html#hasId--">hasId()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#hasId--">hasId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#hasId--">hasId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder.html#hasId--">hasId()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#hasId--">hasId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#hasId--">hasId()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html#hasId--">hasId()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#hasIdentifier--">hasIdentifier()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#hasIdentifier--">hasIdentifier()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html#hasIdentifier--">hasIdentifier()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#hasIdentifier--">hasIdentifier()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#hasIdentifier--">hasIdentifier()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#hasIdentifier--">hasIdentifier()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html#hasIntField--">hasIntField()</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord.Builder</a></dt>
<dd>
<div class="block">Checks whether the 'intField' field has been set</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#hasKerberosCredentials--">hasKerberosCredentials()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">checks if logged in using kerberos</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#hasKey--">hasKey()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#hasKey--">hasKey()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html#hasKey--">hasKey()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ConfigPairOrBuilder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#hasKind--">hasKind()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#hasKind--">hasKind()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#hasKind--">hasKind()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasLength--">hasLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasLength--">hasLength()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasLength--">hasLength()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#hasMechanism--">hasMechanism()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#hasMechanism--">hasMechanism()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#hasMechanism--">hasMechanism()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#hasMechanismName--">hasMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#hasMechanismName--">hasMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html#hasMechanismName--">hasMechanismName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#hasMechanismName--">hasMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#hasMechanismName--">hasMechanismName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html#hasMechanismName--">hasMechanismName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#hasMessage--">hasMessage()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProtoOrBuilder.html#hasMessage--">hasMessage()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#hasMethod--">hasMethod()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#hasMethod--">hasMethod()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#hasMethod--">hasMethod()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#hasMethodName--">hasMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#hasMethodName--">hasMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html#hasMethodName--">hasMethodName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#hasMethodName--">hasMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#hasMethodName--">hasMethodName()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html#hasMethodName--">hasMethodName()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#hasMilliSeconds--">hasMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#hasMilliSeconds--">hasMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProtoOrBuilder.html#hasMilliSeconds--">hasMilliSeconds()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#hasMilliSeconds--">hasMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#hasMilliSeconds--">hasMilliSeconds()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProtoOrBuilder.html#hasMilliSeconds--">hasMilliSeconds()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#hasMillisToCede--">hasMillisToCede()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#hasMillisToCede--">hasMillisToCede()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder.html#hasMillisToCede--">hasMillisToCede()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasModificationTime--">hasModificationTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasModificationTime--">hasModificationTime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasModificationTime--">hasModificationTime()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html#hasMore--">hasMore()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html" title="interface in org.apache.hadoop.fs">BatchedRemoteIterator.BatchedEntries</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html#hasMore--">hasMore()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator.BatchedListEntries</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#hasMtime--">hasMtime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#hasMtime--">hasMtime()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html#hasMtime--">hasMtime()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#hasNewExpiryTime--">hasNewExpiryTime()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#hasNewExpiryTime--">hasNewExpiryTime()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder.html#hasNewExpiryTime--">hasNewExpiryTime()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.DirListingIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.DirListingIterator.html" title="class in org.apache.hadoop.fs">FileSystem.DirListingIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RemoteIterator.html#hasNext--">hasNext()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RemoteIterator.html" title="interface in org.apache.hadoop.fs">RemoteIterator</a></dt>
<dd>
<div class="block">Returns <tt>true</tt> if the iteration has more elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/IntrusiveCollection.IntrusiveIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/IntrusiveCollection.IntrusiveIterator.html" title="class in org.apache.hadoop.util">IntrusiveCollection.IntrusiveIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html" title="class in org.apache.hadoop.util">LightWeightGSet.SetIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#hasNotReadyReason--">hasNotReadyReason()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#hasNotReadyReason--">hasNotReadyReason()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html#hasNotReadyReason--">hasNotReadyReason()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasOwner--">hasOwner()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasOwner--">hasOwner()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasOwner--">hasOwner()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#hasParam1--">hasParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#hasParam1--">hasParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html#hasParam1--">hasParam1()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#hasParam1--">hasParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#hasParam1--">hasParam1()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html#hasParam1--">hasParam1()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#hasParam2--">hasParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#hasParam2--">hasParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html#hasParam2--">hasParam2()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#hasParam2--">hasParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#hasParam2--">hasParam2()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html#hasParam2--">hasParam2()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#hasParentId--">hasParentId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#hasParentId--">hasParentId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html#hasParentId--">hasParentId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProtoOrBuilder</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#hasPassword--">hasPassword()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#hasPassword--">hasPassword()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#hasPassword--">hasPassword()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasPath--">hasPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasPath--">hasPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasPath--">hasPath()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#hasPath--">hasPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#hasPath--">hasPath()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html#hasPath--">hasPath()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Disable those operations which the checksummed FS blocks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Return the path capabilities of the bonded <code>AbstractFileSystem</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The base FileSystem implementation generally has no knowledge
of the capabilities of actual implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Declare that this filesystem connector is always read only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathCapabilities.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathCapabilities.html" title="interface in org.apache.hadoop.fs">PathCapabilities</a></dt>
<dd>
<div class="block">Probe for a specific capability under the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#hasPathCapability-org.apache.hadoop.fs.Path-java.lang.String-">hasPathCapability(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Reject the concat operation; forward the rest to the viewed FS.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobFilter.html#hasPattern--">hasPattern()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobFilter.html" title="class in org.apache.hadoop.fs">GlobFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#hasPerm--">hasPerm()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#hasPerm--">hasPerm()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProtoOrBuilder.html#hasPerm--">hasPerm()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FsPermissionProtoOrBuilder</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasPermission--">hasPermission()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasPermission--">hasPermission()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasPermission--">hasPermission()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html#hasProtocol--">hasProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html#hasProtocol--">hasProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder.html#hasProtocol--">hasProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#hasProtocol--">hasProtocol()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#hasProtocol--">hasProtocol()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#hasReadyToBecomeActive--">hasReadyToBecomeActive()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#hasReadyToBecomeActive--">hasReadyToBecomeActive()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html#hasReadyToBecomeActive--">hasReadyToBecomeActive()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#hasRealUser--">hasRealUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#hasRealUser--">hasRealUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html#hasRealUser--">hasRealUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#hasReceiveTime--">hasReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#hasReceiveTime--">hasReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html#hasReceiveTime--">hasReceiveTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#hasReceiveTime--">hasReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#hasReceiveTime--">hasReceiveTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html#hasReceiveTime--">hasReceiveTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#hasRenewer--">hasRenewer()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#hasRenewer--">hasRenewer()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProtoOrBuilder.html#hasRenewer--">hasRenewer()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#hasReqInfo--">hasReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#hasReqInfo--">hasReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder.html#hasReqInfo--">hasReqInfo()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#hasReqInfo--">hasReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#hasReqInfo--">hasReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder.html#hasReqInfo--">hasReqInfo()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#hasReqInfo--">hasReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#hasReqInfo--">hasReqInfo()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder.html#hasReqInfo--">hasReqInfo()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#hasReqSource--">hasReqSource()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#hasReqSource--">hasReqSource()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder.html#hasReqSource--">hasReqSource()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#hasResponseTime--">hasResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#hasResponseTime--">hasResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html#hasResponseTime--">hasResponseTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#hasResponseTime--">hasResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#hasResponseTime--">hasResponseTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html#hasResponseTime--">hasResponseTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#hasResult--">hasResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#hasResult--">hasResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProtoOrBuilder.html#hasResult--">hasResult()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#hasResult--">hasResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#hasResult--">hasResult()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProtoOrBuilder.html#hasResult--">hasResult()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasRetryCount--">hasRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasRetryCount--">hasRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasRetryCount--">hasRetryCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasRetryCount--">hasRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasRetryCount--">hasRetryCount()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasRetryCount--">hasRetryCount()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#hasRpcKind--">hasRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#hasRpcKind--">hasRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html#hasRpcKind--">hasRpcKind()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#hasRpcKind--">hasRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#hasRpcKind--">hasRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html#hasRpcKind--">hasRpcKind()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProtoOrBuilder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasRpcKind--">hasRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasRpcKind--">hasRpcKind()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasRpcKind--">hasRpcKind()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasRpcOp--">hasRpcOp()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasRpcOp--">hasRpcOp()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasRpcOp--">hasRpcOp()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#hasSecret--">hasSecret()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#hasSecret--">hasSecret()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#hasSecret--">hasSecret()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#hasSenderName--">hasSenderName()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#hasSenderName--">hasSenderName()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#hasSenderName--">hasSenderName()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#hasServerId--">hasServerId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#hasServerId--">hasServerId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html#hasServerId--">hasServerId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasServerIpcVersionNum--">hasServerIpcVersionNum()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasServerIpcVersionNum--">hasServerIpcVersionNum()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasServerIpcVersionNum--">hasServerIpcVersionNum()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#hasService--">hasService()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#hasService--">hasService()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html#hasService--">hasService()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.TokenProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#hasShouldSlow--">hasShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#hasShouldSlow--">hasShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProtoOrBuilder.html#hasShouldSlow--">hasShouldSlow()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#hasShouldSlow--">hasShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#hasShouldSlow--">hasShouldSlow()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProtoOrBuilder.html#hasShouldSlow--">hasShouldSlow()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#hasShutdownHook-java.lang.Runnable-">hasShutdownHook(Runnable)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">Indicates if a shutdownHook is registered or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#hasSignature--">hasSignature()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#hasSignature--">hasSignature()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html#hasSignature--">hasSignature()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#hasSleepTime--">hasSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#hasSleepTime--">hasSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2OrBuilder.html#hasSleepTime--">hasSleepTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#hasSleepTime--">hasSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#hasSleepTime--">hasSleepTime()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2OrBuilder.html#hasSleepTime--">hasSleepTime()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2OrBuilder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#hasState--">hasState()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#hasState--">hasState()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html#hasState--">hasState()</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#hasState--">hasState()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#hasState--">hasState()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#hasState--">hasState()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasStateId--">hasStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasStateId--">hasStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasStateId--">hasStateId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasStateId--">hasStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasStateId--">hasStateId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasStateId--">hasStateId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#hasStatus--">hasStatus()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#hasStatus--">hasStatus()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html#hasStatus--">hasStatus()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#hasSymlink--">hasSymlink()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#hasSymlink--">hasSymlink()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html#hasSymlink--">hasSymlink()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProtoOrBuilder.html" title="interface in org.apache.hadoop.fs">FSProtos.FileStatusProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#hasToken--">hasToken()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder.html#hasToken--">hasToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html#hasToken--">hasToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProtoOrBuilder.html#hasToken--">hasToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#hasToken--">hasToken()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder.html#hasToken--">hasToken()</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#hasTraceId--">hasTraceId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#hasTraceId--">hasTraceId()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html#hasTraceId--">hasTraceId()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProtoOrBuilder</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#hasTraceInfo--">hasTraceInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#hasTraceInfo--">hasTraceInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html#hasTraceInfo--">hasTraceInfo()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#hasUser--">hasUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#hasUser--">hasUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProtoOrBuilder.html#hasUser--">hasUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#hasUser--">hasUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#hasUser--">hasUser()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProtoOrBuilder.html#hasUser--">hasUser()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#hasUser--">hasUser()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#hasUser--">hasUser()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder.html#hasUser--">hasUser()</a></span> - Method in interface org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#hasUserInfo--">hasUserInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#hasUserInfo--">hasUserInfo()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html#hasUserInfo--">hasUserInfo()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#hasUserMessage--">hasUserMessage()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#hasUserMessage--">hasUserMessage()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html#hasUserMessage--">hasUserMessage()</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Waitable.html#hasVal--">hasVal()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Waitable.html" title="class in org.apache.hadoop.util">Waitable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#hasValue--">hasValue()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#hasValue--">hasValue()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html#hasValue--">hasValue()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.ConfigPairOrBuilder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#hasVersion--">hasVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#hasVersion--">hasVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html#hasVersion--">hasVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#hasVersion--">hasVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#hasVersion--">hasVersion()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html#hasVersion--">hasVersion()</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProtoOrBuilder</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#hasWarnedDeprecation-java.lang.String-">hasWarnedDeprecation(String)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Returns whether or not a deprecated name has been warned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#hasWinutilsPath--">hasWinutilsPath()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Predicate to indicate whether or not the path to winutils is known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#hbMakeCodeLengths-char:A-int:A-int-int-">hbMakeCodeLengths(char[], int[], int, int)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This method is accessible by subclasses for historical purposes.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/HCFSMountTableConfigLoader.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">HCFSMountTableConfigLoader</span></a> - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">An implementation for Apache Hadoop compatible file system based mount-table
file loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/HCFSMountTableConfigLoader.html#HCFSMountTableConfigLoader--">HCFSMountTableConfigLoader()</a></span> - Constructor for class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/HCFSMountTableConfigLoader.html" title="class in org.apache.hadoop.fs.viewfs">HCFSMountTableConfigLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#HEADER_DEFAULT">HEADER_DEFAULT</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/JettyUtils.html#HEADER_SIZE">HEADER_SIZE</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/JettyUtils.html" title="class in org.apache.hadoop.http">JettyUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#HEADER_USER_AGENT">HEADER_USER_AGENT</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#headMap-K-">headMap(K)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/HealthCheckFailedException.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">HealthCheckFailedException</span></a> - Exception in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Exception thrown to indicate that health check of a service failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HealthCheckFailedException.html#HealthCheckFailedException-java.lang.String-">HealthCheckFailedException(String)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HealthCheckFailedException.html" title="class in org.apache.hadoop.ha">HealthCheckFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HealthCheckFailedException.html#HealthCheckFailedException-java.lang.String-java.lang.Throwable-">HealthCheckFailedException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HealthCheckFailedException.html" title="class in org.apache.hadoop.ha">HealthCheckFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Help.html#Help--">Help()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Help.html" title="class in org.apache.hadoop.fs">FsShell.Help</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAAdmin.UsageInfo.html#help">help</a></span> - Variable in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAAdmin.UsageInfo.html" title="class in org.apache.hadoop.ha">HAAdmin.UsageInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#hflush--">hflush()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html#hflush--">hflush()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsOutputStream</a></dt>
<dd>
<div class="block">If the inner stream is Syncable, flush the buffer and then
invoke the inner stream's hflush() operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#HFLUSH">HFLUSH</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Syncable.html#hflush--">hflush()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Syncable.html" title="interface in org.apache.hadoop.fs">Syncable</a></dt>
<dd>
<div class="block">Flush out the data in client's user buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#hflush--">hflush()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#HHXOR_CODEC_NAME">HHXOR_CODEC_NAME</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#hideHeaders--">hideHeaders()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>
<div class="block">Whether to hide column headers in table output</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#hostName-java.lang.String-">hostName(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>
<div class="block">Set the hostname of the http server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#HOSTNAME_PATTERN">HOSTNAME_PATTERN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/HostsFileReader.HostDetails.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">HostsFileReader.HostDetails</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">An atomic view of the included and excluded hosts</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#hsync--">hsync()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html#hsync--">hsync()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/BufferedIOStatisticsOutputStream.html" title="class in org.apache.hadoop.fs.statistics">BufferedIOStatisticsOutputStream</a></dt>
<dd>
<div class="block">If the inner stream is Syncable, flush the buffer and then
invoke the inner stream's hsync() operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#HSYNC">HSYNC</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Stream hsync capability implemented by <a href="org/apache/hadoop/fs/Syncable.html#hsync--"><code>Syncable.hsync()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Syncable.html#hsync--">hsync()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Syncable.html" title="interface in org.apache.hadoop.fs">Syncable</a></dt>
<dd>
<div class="block">Similar to posix fsync, flush out the data in client's user buffer
all the way to the disk device (but the disk may have it in its cache).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#hsync--">hsync()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">HtmlQuoting</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">This class is responsible for quoting HTML characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#HtmlQuoting--">HtmlQuoting()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/HttpConfig.Policy.html" title="enum in org.apache.hadoop.http"><span class="typeNameLink">HttpConfig.Policy</span></a> - Enum in org.apache.hadoop.http</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">HttpCrossOriginFilterInitializer</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html#HttpCrossOriginFilterInitializer--">HttpCrossOriginFilterInitializer()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security">HttpCrossOriginFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/http/HttpFileSystem.html" title="class in org.apache.hadoop.fs.http"><span class="typeNameLink">HttpFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/http/package-summary.html">org.apache.hadoop.fs.http</a></dt>
<dd>
<div class="block">A Filesystem that reads from HTTP endpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/http/HttpFileSystem.html#HttpFileSystem--">HttpFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.http.<a href="org/apache/hadoop/fs/http/HttpFileSystem.html" title="class in org.apache.hadoop.fs.http">HttpFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/HttpRequestLog.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">HttpRequestLog</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">RequestLog object for use with Http</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLog.html#HttpRequestLog--">HttpRequestLog()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLog.html" title="class in org.apache.hadoop.http">HttpRequestLog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">HttpRequestLogAppender</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">Log4j Appender adapter for HttpRequestLog</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#HttpRequestLogAppender--">HttpRequestLogAppender()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">HttpServer2.Builder</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">Class to construct instances of HTTP server with specific options.</div>
</dd>
<dt><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">HttpServer2.QuotingInputFilter</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">A Servlet input filter that quotes all HTML active characters in the
parameter names and values.</div>
</dd>
<dt><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">HttpServer2.QuotingInputFilter.RequestQuoter</span></a> - Class in org.apache.hadoop.http</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/HttpServer2.StackServlet.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">HttpServer2.StackServlet</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">A very simple servlet to serve up a text representation of the current
stack traces.</div>
</dd>
<dt><a href="org/apache/hadoop/http/HttpServer2.XFrameOption.html" title="enum in org.apache.hadoop.http"><span class="typeNameLink">HttpServer2.XFrameOption</span></a> - Enum in org.apache.hadoop.http</dt>
<dd>
<div class="block">The X-FRAME-OPTIONS header in HTTP response to mitigate clickjacking
attack.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/http/HttpsFileSystem.html" title="class in org.apache.hadoop.fs.http"><span class="typeNameLink">HttpsFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/http/package-summary.html">org.apache.hadoop.fs.http</a></dt>
<dd>
<div class="block">A Filesystem that reads from HTTPS endpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/http/HttpsFileSystem.html#HttpsFileSystem--">HttpsFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.http.<a href="org/apache/hadoop/fs/http/HttpsFileSystem.html" title="class in org.apache.hadoop.fs.http">HttpsFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#humanTime-long-">humanTime(long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Convert to a human time of minutes:seconds.millis.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DataChecksum.Type.html#id">id</a></span> - Variable in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/DataChecksum.Type.html" title="enum in org.apache.hadoop.util">DataChecksum.Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#ID_FIELD_NUMBER">ID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#ID_FIELD_NUMBER">ID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#ID_FIELD_NUMBER">ID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/retry/Idempotent.html" title="annotation in org.apache.hadoop.io.retry"><span class="typeNameLink">Idempotent</span></a> - Annotation Type in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">Used to mark certain methods of an interface as being idempotent, and
therefore warrant being retried on failover.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#IDENTIFIER_FIELD_NUMBER">IDENTIFIER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#IDENTIFIER_FIELD_NUMBER">IDENTIFIER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/IdentityHashStore.Visitor.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">IdentityHashStore.Visitor</span></a>&lt;<a href="org/apache/hadoop/util/IdentityHashStore.Visitor.html" title="type parameter in IdentityHashStore.Visitor">K</a>,<a href="org/apache/hadoop/util/IdentityHashStore.Visitor.html" title="type parameter in IdentityHashStore.Visitor">V</a>&gt; - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">IdMappingConstant</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Some constants for IdMapping</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#IdMappingConstant--">IdMappingConstant()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security"><span class="typeNameLink">IdMappingServiceProvider</span></a> - Interface in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">An interface for the implementation of &lt;userId,
userName&gt; mapping and &lt;groupId, groupName&gt;
mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#ignoreError">ignoreError</a></span> - Variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#ignoresThrowable--">ignoresThrowable()</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>
<div class="block">This appender does not ignore throwables</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html#IllegalNumberOfArgumentsException-int-int-">IllegalNumberOfArgumentsException(int, int)</a></span> - Constructor for exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.IllegalNumberOfArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.IllegalNumberOfArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/authorize/ImpersonationProvider.html" title="interface in org.apache.hadoop.security.authorize"><span class="typeNameLink">ImpersonationProvider</span></a> - Interface in <a href="org/apache/hadoop/security/authorize/package-summary.html">org.apache.hadoop.security.authorize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#implies-org.apache.hadoop.fs.permission.FsAction-">implies(FsAction)</a></span> - Method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>
<div class="block">Return true if this action implies that action.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#importTokenFile-java.io.File-java.lang.String-org.apache.hadoop.io.Text-java.lang.String-org.apache.hadoop.conf.Configuration-">importTokenFile(File, String, Text, String, Configuration)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Import a token from a base64 encoding into the local filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#in">in</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">The input stream to be compressed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#includes-java.lang.String-">includes(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>
<div class="block">Accepts an ip address and return true if ipAddress is in the list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#includes-java.net.InetAddress-">includes(InetAddress)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>
<div class="block">Accepts an inet address and return true if address is in the list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounter.html#incr--">incr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounter.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounter</a></dt>
<dd>
<div class="block">Increment the metric value by 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html#incr--">incr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html#incr-int-">incr(int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterInt</a></dt>
<dd>
<div class="block">Increment the value by a delta</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html#incr--">incr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html#incr-long-">incr(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterLong</a></dt>
<dd>
<div class="block">Increment the value by a delta</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGauge.html#incr--">incr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGauge.html" title="class in org.apache.hadoop.metrics2.lib">MutableGauge</a></dt>
<dd>
<div class="block">Increment the value of the metric by 1</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html#incr--">incr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#incr--">incr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#incr-int-">incr(int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>
<div class="block">Increment by delta</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#incr--">incr()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#incr-long-">incr(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>
<div class="block">Increment by delta</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#incrementBytesRead-long-">incrementBytesRead(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Increment the bytes read in the statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#incrementBytesReadByDistance-int-long-">incrementBytesReadByDistance(int, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Increment the bytes read by the network distance in the statistics
In the common network topology setup, distance value should be an even
number such as 0, 2, 4, 6.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#incrementBytesReadErasureCoded-long-">incrementBytesReadErasureCoded(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Increment the bytes read on erasure-coded files in the statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#incrementBytesWritten-long-">incrementBytesWritten(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Increment the bytes written in the statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#incrementCounter-java.lang.String-">incrementCounter(String)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Increment a counter by one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#incrementCounter-java.lang.String-long-">incrementCounter(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Increment a counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#incrementCurrentKeyId--">incrementCurrentKeyId()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#incrementDelegationTokenSeqNum--">incrementDelegationTokenSeqNum()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#incrementGauge-java.lang.String-long-">incrementGauge(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Increment a gauge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#incrementLargeReadOps-int-">incrementLargeReadOps(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Increment the number of large read operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#incrementMaximum-java.lang.String-long-">incrementMaximum(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Increment a maximum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#incrementMinimum-java.lang.String-long-">incrementMinimum(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Increment a minimum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#incrementReadOps-int-">incrementReadOps(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Increment the number of read operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#incrementWriteOps-int-">incrementWriteOps(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Increment the number of write operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.html#INDEX_FILE_NAME">INDEX_FILE_NAME</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io">MapFile</a></dt>
<dd>
<div class="block">The name of the index file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.InetAddressFactory.html#InetAddressFactory--">InetAddressFactory()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.InetAddressFactory.html" title="class in org.apache.hadoop.util">MachineList.InetAddressFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#info--">info()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/Interns.html#info-java.lang.String-java.lang.String-">info(String, String)</a></span> - Static method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/Interns.html" title="class in org.apache.hadoop.metrics2.lib">Interns</a></dt>
<dd>
<div class="block">Get a metric info object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#info--">info()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounter.html#info--">info()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounter.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGauge.html#info--">info()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGauge.html" title="class in org.apache.hadoop.metrics2.lib">MutableGauge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#info--">info()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/IngressPortBasedResolver.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">IngressPortBasedResolver</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">An implementation of SaslPropertiesResolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IngressPortBasedResolver.html#IngressPortBasedResolver--">IngressPortBasedResolver()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IngressPortBasedResolver.html" title="class in org.apache.hadoop.security">IngressPortBasedResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#inheritParentEnv">inheritParentEnv</a></span> - Variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Indicates if the parent env vars should be inherited or not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationServlet.html#init--">init()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationServlet.html" title="class in org.apache.hadoop.conf">ReconfigurationServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyShell.html#init-java.lang.String:A-">init(String[])</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyShell.html" title="class in org.apache.hadoop.crypto.key">KeyShell</a></dt>
<dd>
<div class="block">Parse the command line arguments and initialize the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.hadoop.http.lib.<a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html" title="class in org.apache.hadoop.http.lib">StaticUserWebFilter.StaticUserFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/NoCacheFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/NoCacheFilter.html" title="class in org.apache.hadoop.http">NoCacheFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CostProvider.html#init-java.lang.String-org.apache.hadoop.conf.Configuration-">init(String, Configuration)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CostProvider.html" title="interface in org.apache.hadoop.ipc">CostProvider</a></dt>
<dd>
<div class="block">Initialize this provider using the given configuration, examining only
ones which fall within the provided namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultCostProvider.html#init-java.lang.String-org.apache.hadoop.conf.Configuration-">init(String, Configuration)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultCostProvider.html" title="class in org.apache.hadoop.ipc">DefaultCostProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html#init-java.lang.String-org.apache.hadoop.conf.Configuration-">init(String, Configuration)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html" title="class in org.apache.hadoop.ipc">WeightedTimeCostProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/jmx/JMXJsonServlet.html#init--">init()</a></span> - Method in class org.apache.hadoop.jmx.<a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx">JMXJsonServlet</a></dt>
<dd>
<div class="block">Initialize this servlet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRates.html#init-java.lang.Class-">init(Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRates.html" title="class in org.apache.hadoop.metrics2.lib">MutableRates</a></dt>
<dd>
<div class="block">Initialize the registry with all the methods in a protocol
so they all show up in the first snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html#init-java.lang.Class-">init(Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html" title="class in org.apache.hadoop.metrics2.lib">MutableRatesWithAggregation</a></dt>
<dd>
<div class="block">Initialize the registry with all the methods in a protocol
so they all show up in the first snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html#init-java.lang.String:A-">init(String[])</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html" title="class in org.apache.hadoop.metrics2.lib">MutableRatesWithAggregation</a></dt>
<dd>
<div class="block">Initialize the registry with all rate names passed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html#init-java.lang.Class-java.lang.String-">init(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html" title="class in org.apache.hadoop.metrics2.lib">MutableRatesWithAggregation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsPlugin.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsPlugin.html" title="interface in org.apache.hadoop.metrics2">MetricsPlugin</a></dt>
<dd>
<div class="block">Initialize the plugin</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/FileSink.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/FileSink.html" title="class in org.apache.hadoop.metrics2.sink">FileSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink30</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html" title="class in org.apache.hadoop.metrics2.sink">PrometheusMetricsSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.html#init-org.apache.commons.configuration2.SubsetConfiguration-">init(SubsetConfiguration)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#init-java.lang.String:A-">init(String[])</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>
<div class="block">Parse the command line arguments and initialize the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#init-java.lang.String-">init(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ImpersonationProvider.html#init-java.lang.String-">init(String)</a></span> - Method in interface org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ImpersonationProvider.html" title="interface in org.apache.hadoop.security.authorize">ImpersonationProvider</a></dt>
<dd>
<div class="block">Specifies the configuration prefix for the proxy user properties and
initializes the provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtUtilShell.html#init-java.lang.String:A-">init(String[])</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtUtilShell.html" title="class in org.apache.hadoop.security.token">DtUtilShell</a></dt>
<dd>
<div class="block">Parse the command line arguments and initialize subcommand.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#init-org.apache.hadoop.conf.Configuration-">init(Configuration)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Initialize the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#init-org.apache.hadoop.conf.Configuration-">init(Configuration)</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Initialize the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#init-java.lang.String:A-">init(String[])</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>
<div class="block">Parse the command line arguments and initialize subcommand instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/FilterInitializer.html#initFilter-org.apache.hadoop.http.FilterContainer-org.apache.hadoop.conf.Configuration-">initFilter(FilterContainer, Configuration)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/FilterInitializer.html" title="class in org.apache.hadoop.http">FilterInitializer</a></dt>
<dd>
<div class="block">Initialize a Filter to a FilterContainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.html#initFilter-org.apache.hadoop.http.FilterContainer-org.apache.hadoop.conf.Configuration-">initFilter(FilterContainer, Configuration)</a></span> - Method in class org.apache.hadoop.http.lib.<a href="org/apache/hadoop/http/lib/StaticUserWebFilter.html" title="class in org.apache.hadoop.http.lib">StaticUserWebFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilterInitializer.html#initFilter-org.apache.hadoop.http.FilterContainer-org.apache.hadoop.conf.Configuration-">initFilter(FilterContainer, Configuration)</a></span> - Method in class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/AuthenticationFilterInitializer.html#initFilter-org.apache.hadoop.http.FilterContainer-org.apache.hadoop.conf.Configuration-">initFilter(FilterContainer, Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/AuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security">AuthenticationFilterInitializer</a></dt>
<dd>
<div class="block">Initializes hadoop-auth AuthenticationFilter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html#initFilter-org.apache.hadoop.http.FilterContainer-org.apache.hadoop.conf.Configuration-">initFilter(FilterContainer, Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security">HttpCrossOriginFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Initialize a FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Called after a new FileSystem instance is constructed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Initialize a Har filesystem per har archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#initialize-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">initialize(Configuration, FileSystem, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/TrashPolicy.html#initialize-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-"><code>TrashPolicy.initialize(Configuration, FileSystem)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#initialize-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-">initialize(Configuration, FileSystem)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Used to setup the trash policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#initialize-java.net.URI-org.apache.hadoop.conf.Configuration-">initialize(URI, Configuration)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Called after a new FileSystem instance is constructed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#initialize-java.lang.String-">initialize(String)</a></span> - Static method in enum org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</a></dt>
<dd>
<div class="block">Convenience method to initialize the metrics system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#initializeDefaultFactory-org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory.SSLChannelMode-">initializeDefaultFactory(DelegatingSSLSocketFactory.SSLChannelMode)</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>
<div class="block">Initialize a singleton SSL socket factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#INITIALIZING_VALUE">INITIALIZING_VALUE</a></span> - Static variable in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>
<div class="block"><code>INITIALIZING = 0;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#INITIATE_VALUE">INITIATE_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block"><code>INITIATE = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#inMiniClusterMode--">inMiniClusterMode()</a></span> - Static method in enum org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/InnerNode.Factory.html" title="interface in org.apache.hadoop.net"><span class="typeNameLink">InnerNode.Factory</span></a>&lt;<a href="org/apache/hadoop/net/InnerNode.Factory.html" title="type parameter in InnerNode.Factory">N</a> extends org.apache.hadoop.net.InnerNode&gt; - Interface in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">InnerNodeImpl</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">InnerNode represents a switch/router of a data center or rack.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#InnerNodeImpl-java.lang.String-">InnerNodeImpl(String)</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>
<div class="block">Construct an InnerNode from a path-like string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#InnerNodeImpl-java.lang.String-java.lang.String-org.apache.hadoop.net.InnerNode-int-">InnerNodeImpl(String, String, InnerNode, int)</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>
<div class="block">Construct an InnerNode
from its name, its network location, its parent, and its level.</div>
</dd>
<dt><a href="org/apache/hadoop/net/InnerNodeImpl.Factory.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">InnerNodeImpl.Factory</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html#insert-long-">insert(long)</a></span> - Method in interface org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html" title="interface in org.apache.hadoop.metrics2.util">QuantileEstimator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#instance--">instance()</a></span> - Static method in enum org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#instantiateService-org.apache.hadoop.conf.Configuration-">instantiateService(Configuration)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Instantiate the service defined in <code>serviceClassName</code>.</div>
</dd>
<dt><a href="org/apache/hadoop/util/InstrumentedLock.SuppressedSnapshot.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">InstrumentedLock.SuppressedSnapshot</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Immutable class to capture a snapshot of suppressed log message stats.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.IntegerOption.html#IntegerOption-int-">IntegerOption(int)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.IntegerOption.html" title="class in org.apache.hadoop.util">Options.IntegerOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html#IntegerRanges--">IntegerRanges()</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf">Configuration.IntegerRanges</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html#IntegerRanges-java.lang.String-">IntegerRanges(String)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf">Configuration.IntegerRanges</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#internalGetValueMap--">internalGetValueMap()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/Interns.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">Interns</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">Helpers to create interned metrics info.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/Interns.html#Interns--">Interns()</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/Interns.html" title="class in org.apache.hadoop.metrics2.lib">Interns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringInterner.html#internStringsInArray-java.lang.String:A-">internStringsInArray(String[])</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringInterner.html" title="class in org.apache.hadoop.util">StringInterner</a></dt>
<dd>
<div class="block">Interns all the strings in the given array in place,
returning the same array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html#InterruptData-java.lang.String-int-">InterruptData(String, int)</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html" title="class in org.apache.hadoop.service.launcher">IrqHandler.InterruptData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/IrqHandler.Interrupted.html#interrupted-org.apache.hadoop.service.launcher.IrqHandler.InterruptData-">interrupted(IrqHandler.InterruptData)</a></span> - Method in interface org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/IrqHandler.Interrupted.html" title="interface in org.apache.hadoop.service.launcher">IrqHandler.Interrupted</a></dt>
<dd>
<div class="block">Handle an interrupt.</div>
</dd>
<dt><a href="org/apache/hadoop/service/launcher/InterruptEscalator.ServiceForcedShutdown.html" title="class in org.apache.hadoop.service.launcher"><span class="typeNameLink">InterruptEscalator.ServiceForcedShutdown</span></a> - Class in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">Forced shutdown runnable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#intField">intField</a></span> - Variable in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/hadoop/util/IntrusiveCollection.IntrusiveIterator.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">IntrusiveCollection.IntrusiveIterator</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">An iterator over the intrusive collection.</div>
</dd>
<dt><a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">IntWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for ints.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#IntWritable--">IntWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#IntWritable-int-">IntWritable(int)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/IntWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">IntWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for IntWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#invalidateCache-java.lang.String-">invalidateCache(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#invalidateCache-java.lang.String-">invalidateCache(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Can be used by implementing classes to invalidate the caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#invalidateCache-java.lang.String-">invalidateCache(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#invalidateCache-java.lang.String-">invalidateCache(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/InvalidChecksumSizeException.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">InvalidChecksumSizeException</span></a> - Exception in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Thrown when bytesPerChecksun field in the meta file is less than
or equal to 0 or type is invalid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/InvalidChecksumSizeException.html#InvalidChecksumSizeException-java.lang.String-">InvalidChecksumSizeException(String)</a></span> - Constructor for exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/InvalidChecksumSizeException.html" title="class in org.apache.hadoop.util">InvalidChecksumSizeException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/InvalidPathException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">InvalidPathException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Path string is invalid either because it has invalid characters or due to
other file system specific reasons.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/InvalidPathException.html#InvalidPathException-java.lang.String-">InvalidPathException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/InvalidPathException.html" title="class in org.apache.hadoop.fs">InvalidPathException</a></dt>
<dd>
<div class="block">Constructs exception with the specified detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/InvalidPathException.html#InvalidPathException-java.lang.String-java.lang.String-">InvalidPathException(String, String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/InvalidPathException.html" title="class in org.apache.hadoop.fs">InvalidPathException</a></dt>
<dd>
<div class="block">Constructs exception with the specified detail message.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/InvalidPathHandleException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">InvalidPathHandleException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Thrown when the constraints enoded in a <a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs"><code>PathHandle</code></a> do not hold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/InvalidPathHandleException.html#InvalidPathHandleException-java.lang.String-">InvalidPathHandleException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/InvalidPathHandleException.html" title="class in org.apache.hadoop.fs">InvalidPathHandleException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/InvalidPathHandleException.html#InvalidPathHandleException-java.lang.String-java.lang.Throwable-">InvalidPathHandleException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/InvalidPathHandleException.html" title="class in org.apache.hadoop.fs">InvalidPathHandleException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/InvalidRequestException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">InvalidRequestException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Thrown when the user makes a malformed request, for example missing required
parameters or parameters that are not valid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/InvalidRequestException.html#InvalidRequestException-java.lang.String-">InvalidRequestException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/InvalidRequestException.html" title="class in org.apache.hadoop.fs">InvalidRequestException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/InvalidRequestException.html#InvalidRequestException-java.lang.String-java.lang.Throwable-">InvalidRequestException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/InvalidRequestException.html" title="class in org.apache.hadoop.fs">InvalidRequestException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.InvalidToken.html#InvalidToken-java.lang.String-">InvalidToken(String)</a></span> - Constructor for exception org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.InvalidToken.html" title="class in org.apache.hadoop.security.token">SecretManager.InvalidToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/NetworkTopology.InvalidTopologyException.html#InvalidTopologyException-java.lang.String-">InvalidTopologyException(String)</a></span> - Constructor for exception org.apache.hadoop.net.<a href="org/apache/hadoop/net/NetworkTopology.InvalidTopologyException.html" title="class in org.apache.hadoop.net">NetworkTopology.InvalidTopologyException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/functional/InvocationRaisingIOE.html" title="interface in org.apache.hadoop.util.functional"><span class="typeNameLink">InvocationRaisingIOE</span></a> - Interface in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">This is a lambda-expression which may raises an IOException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#invoke-java.lang.Object-java.lang.reflect.Method-java.lang.Object:A-">invoke(Object, Method, Object[])</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This is the client side invoker of RPC method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#invoke-java.lang.Object-java.lang.reflect.Method-java.lang.Object:A-">invoke(Object, Method, Object[])</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>
<div class="block">This is the client side invoker of RPC method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#Invoker-java.lang.Class-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-java.util.concurrent.atomic.AtomicBoolean-org.apache.hadoop.ipc.AlignmentContext-">Invoker(Class&lt;?&gt;, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html#Invoker-java.lang.Class-org.apache.hadoop.ipc.Client.ConnectionId-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-">Invoker(Class&lt;?&gt;, Client.ConnectionId, Configuration, SocketFactory)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Invoker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This constructor takes a connectionId, instead of creating a new one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#Invoker-java.lang.Class-java.net.InetSocketAddress-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-org.apache.hadoop.io.retry.RetryPolicy-java.util.concurrent.atomic.AtomicBoolean-org.apache.hadoop.ipc.AlignmentContext-">Invoker(Class&lt;?&gt;, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html#Invoker-java.lang.Class-org.apache.hadoop.ipc.Client.ConnectionId-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-">Invoker(Class&lt;?&gt;, Client.ConnectionId, Configuration, SocketFactory)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Invoker</a></dt>
<dd>
<div class="block">This constructor takes a connectionId, instead of creating a new one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_COMPRESSION_CODEC_LZO_CLASS_KEY">IO_COMPRESSION_CODEC_LZO_CLASS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Codec class that implements Lzo compression algorithm</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_FILE_BUFFER_SIZE_DEFAULT">IO_FILE_BUFFER_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IO_FILE_BUFFER_SIZE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_FILE_BUFFER_SIZE_KEY">IO_FILE_BUFFER_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAP_INDEX_INTERVAL_DEFAULT">IO_MAP_INDEX_INTERVAL_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IO_MAP_INDEX_INTERVAL_DEFAULT</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAP_INDEX_INTERVAL_KEY">IO_MAP_INDEX_INTERVAL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAP_INDEX_SKIP_DEFAULT">IO_MAP_INDEX_SKIP_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IO_MAP_INDEX_SKIP_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAP_INDEX_SKIP_KEY">IO_MAP_INDEX_SKIP_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAPFILE_BLOOM_ERROR_RATE_DEFAULT">IO_MAPFILE_BLOOM_ERROR_RATE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IO_MAPFILE_BLOOM_ERROR_RATE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAPFILE_BLOOM_ERROR_RATE_KEY">IO_MAPFILE_BLOOM_ERROR_RATE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAPFILE_BLOOM_SIZE_DEFAULT">IO_MAPFILE_BLOOM_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IO_MAPFILE_BLOOM_SIZE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_MAPFILE_BLOOM_SIZE_KEY">IO_MAPFILE_BLOOM_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SEQFILE_COMPRESS_BLOCKSIZE_DEFAULT">IO_SEQFILE_COMPRESS_BLOCKSIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IO_SEQFILE_COMPRESS_BLOCKSIZE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SEQFILE_COMPRESS_BLOCKSIZE_KEY">IO_SEQFILE_COMPRESS_BLOCKSIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SERIALIZATIONS_KEY">IO_SERIALIZATIONS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SKIP_CHECKSUM_ERRORS_DEFAULT">IO_SKIP_CHECKSUM_ERRORS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IO_SKIP_CHECKSUM_ERRORS_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SKIP_CHECKSUM_ERRORS_KEY">IO_SKIP_CHECKSUM_ERRORS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SORT_FACTOR_DEFAULT">IO_SORT_FACTOR_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for <a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SORT_FACTOR_KEY"><code>CommonConfigurationKeysPublic.IO_SORT_FACTOR_KEY</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SORT_FACTOR_KEY">IO_SORT_FACTOR_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Moved to mapreduce, see mapreduce.task.io.sort.factor
in mapred-default.xml
See https://issues.apache.org/jira/browse/HADOOP-6801
For <a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io"><code>SequenceFile.Sorter</code></a> control
instead, see <a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_FACTOR_KEY"><code>CommonConfigurationKeysPublic.SEQ_IO_SORT_FACTOR_KEY</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SORT_MB_DEFAULT">IO_SORT_MB_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for <a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SORT_MB_KEY"><code>CommonConfigurationKeysPublic.IO_SORT_MB_KEY</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IO_SORT_MB_KEY">IO_SORT_MB_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Moved to mapreduce, see mapreduce.task.io.sort.mb
in mapred-default.xml
See https://issues.apache.org/jira/browse/HADOOP-6801
For <a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io"><code>SequenceFile.Sorter</code></a> control
instead, see <a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_MB_KEY"><code>CommonConfigurationKeysPublic.SEQ_IO_SORT_MB_KEY</code></a>.</span></div>
</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics"><span class="typeNameLink">IOStatistics</span></a> - Interface in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">IO Statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#IOSTATISTICS">IOSTATISTICS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">IOStatisticsSource API.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/IOStatisticsAggregator.html" title="interface in org.apache.hadoop.fs.statistics"><span class="typeNameLink">IOStatisticsAggregator</span></a> - Interface in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Interface exported by classes which support
aggregation of <a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatistics</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">IOStatisticsBinding</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Support for implementing IOStatistics interfaces.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">IOStatisticsLogging</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Utility operations convert IO Statistics sources/instances
to strings, especially for robustly logging.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">IOStatisticsSnapshot</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Snapshot of statistics from a different source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#IOStatisticsSnapshot--">IOStatisticsSnapshot()</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>
<div class="block">Construct.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#IOStatisticsSnapshot-org.apache.hadoop.fs.statistics.IOStatistics-">IOStatisticsSnapshot(IOStatistics)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>
<div class="block">Construct, taking a snapshot of the source statistics data
if the source is non-null.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><span class="typeNameLink">IOStatisticsSource</span></a> - Interface in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">A source of IO statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html#ioStatisticsSourceToString-java.lang.Object-">ioStatisticsSourceToString(Object)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsLogging</a></dt>
<dd>
<div class="block">Extract the statistics from a source object -or ""
if it is not an instance of <a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatistics</code></a>,
<a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a> or the retrieved
statistics are null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#iostatisticsStore--">iostatisticsStore()</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Create a builder for an <a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl"><code>IOStatisticsStore</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">IOStatisticsStore</span></a> - Interface in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Interface of an IOStatistics store intended for
use in classes which track statistics for reporting.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">IOStatisticsStoreBuilder</span></a> - Interface in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Builder of the <a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl"><code>IOStatisticsStore</code></a> implementation.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">IOStatisticsSupport</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Support for working with IOStatistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html#ioStatisticsToPrettyString-org.apache.hadoop.fs.statistics.IOStatistics-">ioStatisticsToPrettyString(IOStatistics)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsLogging</a></dt>
<dd>
<div class="block">Convert IOStatistics to a string form, with all the metrics sorted
and empty value stripped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html#ioStatisticsToString-org.apache.hadoop.fs.statistics.IOStatistics-">ioStatisticsToString(IOStatistics)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsLogging</a></dt>
<dd>
<div class="block">Convert IOStatistics to a string form.</div>
</dd>
<dt><a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">IOUtils</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">An utility class for I/O related functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#IOUtils--">IOUtils()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/IOUtils.NullOutputStream.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">IOUtils.NullOutputStream</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">The /dev/null of OutputStreams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#IPC_CALLQUEUE_PRIORITY_LEVELS_DEFAULT">IPC_CALLQUEUE_PRIORITY_LEVELS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#IPC_CALLQUEUE_PRIORITY_LEVELS_KEY">IPC_CALLQUEUE_PRIORITY_LEVELS_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html#IPC_CALLQUEUE_WRRMUX_WEIGHTS_KEY">IPC_CALLQUEUE_WRRMUX_WEIGHTS_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html" title="class in org.apache.hadoop.ipc">WeightedRoundRobinMultiplexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_MAX_RETRIES_DEFAULT">IPC_CLIENT_CONNECT_MAX_RETRIES_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_CONNECT_MAX_RETRIES_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_MAX_RETRIES_KEY">IPC_CLIENT_CONNECT_MAX_RETRIES_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_DEFAULT">IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_KEY">IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_RETRY_INTERVAL_DEFAULT">IPC_CLIENT_CONNECT_RETRY_INTERVAL_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_CONNECT_RETRY_INTERVAL_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_RETRY_INTERVAL_KEY">IPC_CLIENT_CONNECT_RETRY_INTERVAL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_TIMEOUT_DEFAULT">IPC_CLIENT_CONNECT_TIMEOUT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_CONNECT_TIMEOUT_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECT_TIMEOUT_KEY">IPC_CLIENT_CONNECT_TIMEOUT_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECTION_MAXIDLETIME_DEFAULT">IPC_CLIENT_CONNECTION_MAXIDLETIME_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_CONNECTION_MAXIDLETIME_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_CONNECTION_MAXIDLETIME_KEY">IPC_CLIENT_CONNECTION_MAXIDLETIME_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_IDLETHRESHOLD_DEFAULT">IPC_CLIENT_IDLETHRESHOLD_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_IDLETHRESHOLD_DEFAULT</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_IDLETHRESHOLD_KEY">IPC_CLIENT_IDLETHRESHOLD_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_KILL_MAX_DEFAULT">IPC_CLIENT_KILL_MAX_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_KILL_MAX_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_KILL_MAX_KEY">IPC_CLIENT_KILL_MAX_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_LOW_LATENCY">IPC_CLIENT_LOW_LATENCY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Enable low-latency connections from the client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_LOW_LATENCY_DEFAULT">IPC_CLIENT_LOW_LATENCY_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value of IPC_CLIENT_LOW_LATENCY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_TCPNODELAY_DEFAULT">IPC_CLIENT_TCPNODELAY_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_CLIENT_TCPNODELAY_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_CLIENT_TCPNODELAY_KEY">IPC_CLIENT_TCPNODELAY_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_DEFAULT">IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_KEY">IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_THRESHOLDS_KEY">IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_THRESHOLDS_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_DECAYSCHEDULER_THRESHOLDS_KEY">IPC_DECAYSCHEDULER_THRESHOLDS_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block">Thresholds are specified as integer percentages, and specify which usage
range each queue will be allocated to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_FCQ_DECAYSCHEDULER_FACTOR_KEY">IPC_FCQ_DECAYSCHEDULER_FACTOR_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_FCQ_DECAYSCHEDULER_PERIOD_KEY">IPC_FCQ_DECAYSCHEDULER_PERIOD_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_FCQ_DECAYSCHEDULER_THRESHOLDS_KEY">IPC_FCQ_DECAYSCHEDULER_THRESHOLDS_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_DEFAULT">IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_DEFAULT</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_KEY">IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block">Decay factor controls how much each cost is suppressed by on each sweep.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_DEFAULT">IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_DEFAULT</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_KEY">IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_KEY</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>
<div class="block">Period controls how many milliseconds between each decay sweep.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_LISTEN_QUEUE_SIZE_DEFAULT">IPC_SERVER_LISTEN_QUEUE_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_SERVER_LISTEN_QUEUE_SIZE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_LISTEN_QUEUE_SIZE_KEY">IPC_SERVER_LISTEN_QUEUE_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_LOG_SLOW_RPC">IPC_SERVER_LOG_SLOW_RPC</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Logs if a RPC is really slow compared to rest of RPCs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_LOG_SLOW_RPC_DEFAULT">IPC_SERVER_LOG_SLOW_RPC_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_MAX_CONNECTIONS_DEFAULT">IPC_SERVER_MAX_CONNECTIONS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_SERVER_MAX_CONNECTIONS_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_MAX_CONNECTIONS_KEY">IPC_SERVER_MAX_CONNECTIONS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_REUSEADDR_DEFAULT">IPC_SERVER_REUSEADDR_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_SERVER_REUSEADDR_KEY.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_REUSEADDR_KEY">IPC_SERVER_REUSEADDR_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_TCPNODELAY_DEFAULT">IPC_SERVER_TCPNODELAY_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for IPC_SERVER_TCPNODELAY_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#IPC_SERVER_TCPNODELAY_KEY">IPC_SERVER_TCPNODELAY_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">IpcConnectionContextProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">IpcConnectionContextProtos.IpcConnectionContextProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
The connection context is sent as part of the connection establishment.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
The connection context is sent as part of the connection establishment.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">IpcConnectionContextProtos.UserInformationProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContext</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">IpcConnectionContextProtos.UserInformationProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContext</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">IpcConnectionContextProtos.UserInformationProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/IpcException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">IpcException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">IPC exception is thrown by IPC layer when the IPC
connection cannot be established.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/IpcException.html#IpcException-java.lang.String-">IpcException(String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/IpcException.html" title="class in org.apache.hadoop.ipc">IpcException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/IPList.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">IPList</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html" title="class in org.apache.hadoop.service.launcher"><span class="typeNameLink">IrqHandler.InterruptData</span></a> - Class in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">Interrupt data to pass on.</div>
</dd>
<dt><a href="org/apache/hadoop/service/launcher/IrqHandler.Interrupted.html" title="interface in org.apache.hadoop.service.launcher"><span class="typeNameLink">IrqHandler.Interrupted</span></a> - Interface in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">Callback issues on an interrupt.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#isAbsolute--">isAbsolute()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Returns true if the path component (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#isAbsoluteAndSchemeAuthorityNull--">isAbsoluteAndSchemeAuthorityNull()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Returns true if the path component (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#isAction--">isAction()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#isAction--">isAction()</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Indicates whether this expression performs an action, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#isAction--">isAction()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/IsActiveServlet.html#isActive--">isActive()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http">IsActiveServlet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">IsActiveServlet</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">Used by Load Balancers to detect the active NameNode/ResourceManager/Router.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/IsActiveServlet.html#IsActiveServlet--">IsActiveServlet()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http">IsActiveServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#isAllAllowed--">isAllAllowed()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#isAncestor-org.apache.hadoop.net.Node-">isAncestor(Node)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>
<div class="block">Judge if this node is an ancestor of node <i>n</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#isAsynchronousMode--">isAsynchronousMode()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Check if RPC is in asynchronous mode or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#isAutoFailoverEnabled--">isAutoFailoverEnabled()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#isAvailable--">isAvailable()</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>
<div class="block">Return true if the JNI-based native IO extensions are available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#isBlockCompressed--">isBlockCompressed()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns true if records are block-compressed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#isBrowser-java.lang.String-">isBrowser(String)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>
<div class="block">This method interrogates the User-Agent String and returns whether it
refers to a browser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#isCallCoordinated--">isCallCoordinated()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#isChecksumFile-org.apache.hadoop.fs.Path-">isChecksumFile(Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Return true iff file is a checksum file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#isClientBackoffEnabled--">isClientBackoffEnabled()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#isCompressed--">isCompressed()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns true if values are compressed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html#isConnected--">isConnected()</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink.Graphite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html#isCopyOnCreateFile--">isCopyOnCreateFile()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockStoragePolicySpi.html" title="interface in org.apache.hadoop.fs">BlockStoragePolicySpi</a></dt>
<dd>
<div class="block">Returns true if the policy is inherit-only and cannot be changed for
an existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#isCorrupt--">isCorrupt()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Get the corrupt flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#isDeclaredComponentType-java.lang.Class-">isDeclaredComponentType(Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#isDeprecated-java.lang.String-">isDeprecated(String)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">checks whether the given <code>key</code> is deprecated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#isDepthFirst--">isDepthFirst()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Should directory tree be traversed depth first?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#isDescend--">isDescend()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>
<div class="block">Should further directories be descended.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#isDir--">isDir()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileStatus.html#isFile--"><code>FileStatus.isFile()</code></a>,
<a href="org/apache/hadoop/fs/FileStatus.html#isDirectory--"><code>FileStatus.isDirectory()</code></a>, and <a href="org/apache/hadoop/fs/FileStatus.html#isSymlink--"><code>FileStatus.isSymlink()</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#isDirectory--">isDirectory()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Is this a directory?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#isDirectory-org.apache.hadoop.fs.Path-">isDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-"><code>FileSystem.getFileStatus(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGet.html#isDone--">isDone()</a></span> - Method in interface org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGet.html" title="interface in org.apache.hadoop.util.concurrent">AsyncGet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html#isDone--">isDone()</a></span> - Method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="class in org.apache.hadoop.util.concurrent">AsyncGetFuture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf">Configuration.IntegerRanges</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Is a statistic empty?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MultipleIOException.Builder.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MultipleIOException.Builder.html" title="class in org.apache.hadoop.io">MultipleIOException.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#isEnabled--">isEnabled()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Returns whether the trash is enabled for this filesystem</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#isEnabled--">isEnabled()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Returns whether the Trash Policy is enabled for this filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#isEncrypted--">isEncrypted()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Tell whether the underlying file or directory is encrypted or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#isEqual-java.lang.Object-java.lang.Object-">isEqual(Object, Object)</a></span> - Static method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#isErasureCoded--">isErasureCoded()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Tell whether the underlying file or directory is erasure coded or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#isFile--">isFile()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Is this a file?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#isFile-org.apache.hadoop.fs.Path-">isFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FileSystem.html#getFileStatus-org.apache.hadoop.fs.Path-"><code>FileSystem.getFileStatus(Path)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#isFollowArgLink--">isFollowArgLink()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Should command line symbolic links be follows?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#isFollowLink--">isFollowLink()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Should symbolic links be follows?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#isFromKeytab--">isFromKeytab()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Is this user logged in from a keytab file managed by the UGI?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpConfig.Policy.html#isHttpEnabled--">isHttpEnabled()</a></span> - Method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpConfig.Policy.html" title="enum in org.apache.hadoop.http">HttpConfig.Policy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpConfig.Policy.html#isHttpsEnabled--">isHttpsEnabled()</a></span> - Method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpConfig.Policy.html" title="enum in org.apache.hadoop.http">HttpConfig.Policy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CacheableIPList.html#isIn-java.lang.String-">isIn(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CacheableIPList.html" title="class in org.apache.hadoop.util">CacheableIPList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CombinedIPList.html#isIn-java.lang.String-">isIn(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CombinedIPList.html" title="class in org.apache.hadoop.util">CombinedIPList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CombinedIPWhiteList.html#isIn-java.lang.String-">isIn(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CombinedIPWhiteList.html" title="class in org.apache.hadoop.util">CombinedIPWhiteList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FileBasedIPList.html#isIn-java.lang.String-">isIn(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FileBasedIPList.html" title="class in org.apache.hadoop.util">FileBasedIPList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/IPList.html#isIn-java.lang.String-">isIn(String)</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/IPList.html" title="interface in org.apache.hadoop.util">IPList</a></dt>
<dd>
<div class="block">returns true if the ipAddress is in the IPList.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html#isIncluded-int-">isIncluded(int)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf">Configuration.IntegerRanges</a></dt>
<dd>
<div class="block">Is the given value in the set of ranges</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#isInitialized--">isInitialized()</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#isInState-org.apache.hadoop.service.Service.STATE-">isInState(Service.STATE)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#isInState-org.apache.hadoop.service.Service.STATE-">isInState(Service.STATE)</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Query to see if the service is in a specific state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#isInState-org.apache.hadoop.service.Service.STATE-">isInState(Service.STATE)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Query that the state is in a specific state</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/jmx/JMXJsonServlet.html#isInstrumentationAccessAllowed-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">isInstrumentationAccessAllowed(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.hadoop.jmx.<a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx">JMXJsonServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#isIP4Address-java.lang.String-">isIP4Address(String)</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#isJava7OrAbove--">isJava7OrAbove()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">This call isn't needed any more: please remove uses of it.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#isJavaVersionAtLeast-int-">isJavaVersionAtLeast(int)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Query to see if major version of Java specification of the system
is equal or greater than the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#isLocalhost-java.lang.String-">isLocalhost(String)</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#isLoginKeytabBased--">isLoginKeytabBased()</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Did the login happen via keytab</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#isLoginTicketBased--">isLoginTicketBased()</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Did the login happen via ticket cache</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#isLogSlowRPC--">isLogSlowRPC()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Checks if LogSlowRPC is set true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html#isManaged-org.apache.hadoop.security.token.Token-">isManaged(Token&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSTokenRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#isManaged--">isManaged()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Is this token managed so that it can be renewed or cancelled?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html#isManaged-org.apache.hadoop.security.token.Token-">isManaged(Token&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html" title="class in org.apache.hadoop.security.token">Token.TrivialRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenRenewer.html#isManaged-org.apache.hadoop.security.token.Token-">isManaged(Token&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenRenewer.html" title="class in org.apache.hadoop.security.token">TokenRenewer</a></dt>
<dd>
<div class="block">Is the given token managed? Only managed tokens may be renewed or
cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#isMappingSingleSwitch-org.apache.hadoop.net.DNSToSwitchMapping-">isMappingSingleSwitch(DNSToSwitchMapping)</a></span> - Static method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Query for a <a href="org/apache/hadoop/net/DNSToSwitchMapping.html" title="interface in org.apache.hadoop.net"><code>DNSToSwitchMapping</code></a> instance being on a single
switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html#isMethodSupported-java.lang.String-">isMethodSupported(String)</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">GenericRefreshProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html#isMethodSupported-java.lang.String-">isMethodSupported(String)</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">RefreshCallQueueProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolProxy.html#isMethodSupported-java.lang.String-java.lang.Class...-">isMethodSupported(String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolProxy.html" title="class in org.apache.hadoop.ipc">ProtocolProxy</a></dt>
<dd>
<div class="block">Check if a method is supported by the server or not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcClientUtil.html#isMethodSupported-java.lang.Object-java.lang.Class-org.apache.hadoop.ipc.RPC.RpcKind-long-java.lang.String-">isMethodSupported(Object, Class&lt;?&gt;, RPC.RpcKind, long, String)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcClientUtil.html" title="class in org.apache.hadoop.ipc">RpcClientUtil</a></dt>
<dd>
<div class="block">Returns whether the given method is supported or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html#isMethodSupported-java.lang.String-">isMethodSupported(String)</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshAuthorizationPolicyProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html#isMethodSupported-java.lang.String-">isMethodSupported(String)</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html#isMethodSupported-java.lang.String-">isMethodSupported(String)</a></span> - Method in class org.apache.hadoop.tools.protocolPB.<a href="org/apache/hadoop/tools/protocolPB/GetUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.tools.protocolPB">GetUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#isMovable--">isMovable()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#isNativeBzip2Loaded-org.apache.hadoop.conf.Configuration-">isNativeBzip2Loaded(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>
<div class="block">Check if native-bzip2 code is loaded &amp; initialized correctly and
can be loaded for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#isNativeCodeLoaded--">isNativeCodeLoaded()</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#isNativeCodeLoaded--">isNativeCodeLoaded()</a></span> - Static method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#isNativeCodeLoaded--">isNativeCodeLoaded()</a></span> - Static method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html#isNativeCodeLoaded--">isNativeCodeLoaded()</a></span> - Static method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeNative</a></dt>
<dd>
<div class="block">Are native libraries loaded?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#isNativeZlibLoaded-org.apache.hadoop.conf.Configuration-">isNativeZlibLoaded(Configuration)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Check if native-zlib code is loaded &amp; initialized correctly and
can be loaded for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#isNegativeVInt-byte-">isNegativeVInt(byte)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Given the first byte of a vint/vlong, determine the sign</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#isOnAuxiliaryPort--">isOnAuxiliaryPort()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CloseableReferenceCount.html#isOpen--">isOpen()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util">CloseableReferenceCount</a></dt>
<dd>
<div class="block">Return true if the status is currently open.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#isOperator--">isOperator()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#isOperator--">isOperator()</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Identifies the expression as an operator rather than a primary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#isOperator--">isOperator()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#isOriginalTGT-javax.security.auth.kerberos.KerberosTicket-">isOriginalTGT(KerberosTicket)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Check whether the server principal is the TGS's principal</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#isParent-org.apache.hadoop.net.Node-">isParent(Node)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>
<div class="block">Judge if this node is the parent of node <i>n</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#isPass--">isPass()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>
<div class="block">Should processing continue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#isPmdkAvailable--">isPmdkAvailable()</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html#isPmem-long-long-">isPmem(long, long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Pmem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html#isPmem--">isPmem()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.PmemMappedRegion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#isPrivate--">isPrivate()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Whether this is a private token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#isPrivateCloneOf-org.apache.hadoop.io.Text-">isPrivateCloneOf(Text)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Whether this is a private clone of a public token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#isPrivilegedPort-int-">isPrivilegedPort(int)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Reconfigurable.html#isPropertyReconfigurable-java.lang.String-">isPropertyReconfigurable(String)</a></span> - Method in interface org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Reconfigurable.html" title="interface in org.apache.hadoop.conf">Reconfigurable</a></dt>
<dd>
<div class="block">Return whether a given property is changeable at run time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#isPropertyReconfigurable-java.lang.String-">isPropertyReconfigurable(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Return whether a given property is changeable at run time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#isPropertyTag-java.lang.String-">isPropertyTag(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get Property tag Enum corresponding to given source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ProxyServers.html#isProxyServer-java.lang.String-">isProxyServer(String)</a></span> - Static method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ProxyServers.html" title="class in org.apache.hadoop.security.authorize">ProxyServers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#isRack--">isRack()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>
<div class="block">Judge if this node represents a rack.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#isRecursive--">isRecursive()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Return true to create the parent directories if they do not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#isResponseDeferred--">isResponseDeferred()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#isRoot--">isRoot()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Returns true if and only if this path represents the root of a file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#isRpcInvocation--">isRpcInvocation()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Return true if the invocation was through an RPC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#isRunning--">isRunning()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">is secretMgr running</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#isRunning--">isRunning()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>
<div class="block">The method is used to find out if the StopWatch is started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#isSecurityEnabled--">isSecurityEnabled()</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Determine if UserGroupInformation is using Kerberos to determine
user identities or is relying on simple authentication</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#isSetsidAvailable">isSetsidAvailable</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Flag which is true if setsid exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#isShutdownInProgress--">isShutdownInProgress()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">Indicates if shutdown is in progress or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#isSimpleAuthentication-org.apache.hadoop.conf.Configuration-">isSimpleAuthentication(Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Is the authentication method of this configuration "simple"?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#isSingleSwitch--">isSingleSwitch()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Predicate that indicates that the switch mapping is known to be
single-switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#isSingleSwitch--">isSingleSwitch()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>
<div class="block">Delegate the switch topology query to the raw mapping, via
<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#isMappingSingleSwitch-org.apache.hadoop.net.DNSToSwitchMapping-"><code>AbstractDNSToSwitchMapping.isMappingSingleSwitch(DNSToSwitchMapping)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#isSingleSwitch--">isSingleSwitch()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>
<div class="block">Declare that the mapper is single-switched if a script was not named
in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#isSingleSwitchByScriptPolicy--">isSingleSwitchByScriptPolicy()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#isSnapshotEnabled--">isSnapshotEnabled()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Check if directory is Snapshot enabled or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#isSorted--">isSorted()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Is the TFile sorted?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#isStickyBit--">isStickyBit()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>
<div class="block">Returns the sticky bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#isStriped--">isStriped()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Return true if the block is striped (erasure coded).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#isSuccess--">isSuccess()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#isSuccess--">isSuccess()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#isSupported--">isSupported()</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#isSupportSparseMetrics--">isSupportSparseMetrics()</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#isSymlink--">isSymlink()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Is this a symbolic link?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ApplicationClassLoader.html#isSystemClass-java.lang.String-java.util.List-">isSystemClass(String, List&lt;String&gt;)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util">ApplicationClassLoader</a></dt>
<dd>
<div class="block">Checks if a class should be included as a system class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#isTimedOut--">isTimedOut()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">To check if the passed script to shell command executor timed out or
not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFetcher.html#isTokenRequired--">isTokenRequired()</a></span> - Method in interface org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFetcher.html" title="interface in org.apache.hadoop.security.token">DtFetcher</a></dt>
<dd>
<div class="block">Used to allow the service API to indicate whether a token is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html#isTracked-java.lang.String-">isTracked(String)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">StorageStatisticsFromIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.html#isTracked-java.lang.String-">isTracked(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs">StorageStatistics</a></dt>
<dd>
<div class="block">Return true if a statistic is being tracked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#isTransient--">isTransient()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Indicates whether this provider represents a store
that is intended for transient use - such as the UserProvider
is.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#isTransient--">isTransient()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#isTransient--">isTransient()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#isTransient--">isTransient()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">Indicates whether this provider represents a store
that is intended for transient use - such as the UserProvider
is.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#isTypeConsumedAvailable--">isTypeConsumedAvailable()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return true if any storage type consumption information is available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#isTypeQuotaSet--">isTypeQuotaSet()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return true if any storage type quota has been set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#isUriPathAbsolute--">isUriPathAbsolute()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Returns true if the path component (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#isUserAllowed-org.apache.hadoop.security.UserGroupInformation-">isUserAllowed(UserGroupInformation)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#isUserInList-org.apache.hadoop.security.UserGroupInformation-">isUserInList(UserGroupInformation)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Checks if a user represented by the provided <a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security"><code>UserGroupInformation</code></a>
is a member of the Access Control List</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html#isValid--">isValid()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="class in org.apache.hadoop.fs">DelegationTokenRenewer.RenewAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#isValidName-java.lang.String-">isValidName(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Returns true if the specified string is considered valid in the path part
of a URI by this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#isValidName-java.lang.String-">isValidName(String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogLevel.html#isValidProtocol-java.lang.String-">isValidProtocol(String)</a></span> - Static method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogLevel.html" title="class in org.apache.hadoop.log">LogLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#isValidStateTransition-org.apache.hadoop.service.Service.STATE-org.apache.hadoop.service.Service.STATE-">isValidStateTransition(Service.STATE, Service.STATE)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Is a state transition valid?
There are no checks for current==proposed
as that is considered a non-transition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#isValueLengthKnown--">isValueLengthKnown()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Check whether it is safe to call getValueLength().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemUtil.html#isViewFileSystem-org.apache.hadoop.fs.FileSystem-">isViewFileSystem(FileSystem)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystemUtil.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystemUtil</a></dt>
<dd>
<div class="block">Check if the FileSystem is a ViewFileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemUtil.html#isViewFileSystemOverloadScheme-org.apache.hadoop.fs.FileSystem-">isViewFileSystemOverloadScheme(FileSystem)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystemUtil.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystemUtil</a></dt>
<dd>
<div class="block">Check if the FileSystem is a ViewFileSystemOverloadScheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#isWindowsAbsolutePath-java.lang.String-boolean-">isWindowsAbsolutePath(String, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Determine whether a given path string represents an absolute path on
Windows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html#iterator--">iterator()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf">Configuration.IntegerRanges</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#iterator--">iterator()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Get an <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> to go through the list of <code>String</code>
key-value pairs in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobalStorageStatistics.html#iterator--">iterator()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobalStorageStatistics.html" title="enum in org.apache.hadoop.fs">GlobalStorageStatistics</a></dt>
<dd>
<div class="block">Get an iterator that we can use to iterate throw all the global storage
statistics objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html#iterator--">iterator()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">StorageStatisticsFromIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#iterator--">iterator()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#iterator--">iterator()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#iterator--">iterator()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">Iterator is not implemented, as it is not needed.</div>
</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#JAVA_SECURITY_KRB5_CONF">JAVA_SECURITY_KRB5_CONF</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#JAVA_SECURITY_KRB5_KDC_ADDRESS">JAVA_SECURITY_KRB5_KDC_ADDRESS</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#JAVA_SECURITY_KRB5_REALM">JAVA_SECURITY_KRB5_REALM</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">JavaKeyStoreProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">The factory to create JksProviders, which is used by the ServiceLoader.</div>
</dd>
<dt><a href="org/apache/hadoop/security/alias/JavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">JavaKeyStoreProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">The factory to create JksProviders, which is used by the ServiceLoader.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/JavaKeyStoreProvider.KeyMetadata.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">JavaKeyStoreProvider.KeyMetadata</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">An adapter between a KeyStore Key and our Metadata.</div>
</dd>
<dt><a href="org/apache/hadoop/io/serializer/JavaSerialization.html" title="class in org.apache.hadoop.io.serializer"><span class="typeNameLink">JavaSerialization</span></a> - Class in <a href="org/apache/hadoop/io/serializer/package-summary.html">org.apache.hadoop.io.serializer</a></dt>
<dd>
<div class="block">
An experimental <code>Serialization</code> for Java <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><code>Serializable</code></a> classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/JavaSerialization.html#JavaSerialization--">JavaSerialization()</a></span> - Constructor for class org.apache.hadoop.io.serializer.<a href="org/apache/hadoop/io/serializer/JavaSerialization.html" title="class in org.apache.hadoop.io.serializer">JavaSerialization</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/serializer/JavaSerializationComparator.html" title="class in org.apache.hadoop.io.serializer"><span class="typeNameLink">JavaSerializationComparator</span></a>&lt;<a href="org/apache/hadoop/io/serializer/JavaSerializationComparator.html" title="type parameter in JavaSerializationComparator">T</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a> &amp; <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="org/apache/hadoop/io/serializer/JavaSerializationComparator.html" title="type parameter in JavaSerializationComparator">T</a>&gt;&gt; - Class in <a href="org/apache/hadoop/io/serializer/package-summary.html">org.apache.hadoop.io.serializer</a></dt>
<dd>
<div class="block">
A <a href="org/apache/hadoop/io/RawComparator.html" title="interface in org.apache.hadoop.io"><code>RawComparator</code></a> that uses a <a href="org/apache/hadoop/io/serializer/JavaSerialization.html" title="class in org.apache.hadoop.io.serializer"><code>JavaSerialization</code></a>
<code>Deserializer</code> to deserialize objects that are then compared via
their <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang"><code>Comparable</code></a> interfaces.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/JavaSerializationComparator.html#JavaSerializationComparator--">JavaSerializationComparator()</a></span> - Constructor for class org.apache.hadoop.io.serializer.<a href="org/apache/hadoop/io/serializer/JavaSerializationComparator.html" title="class in org.apache.hadoop.io.serializer">JavaSerializationComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#JCEKS_KEY_SERIAL_FILTER">JCEKS_KEY_SERIAL_FILTER</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#JCEKS_KEY_SERIALFILTER_DEFAULT">JCEKS_KEY_SERIALFILTER_DEFAULT</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/JettyUtils.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">JettyUtils</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">Contains utility methods and constants relating to Jetty.</div>
</dd>
<dt><a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx"><span class="typeNameLink">JMXJsonServlet</span></a> - Class in org.apache.hadoop.jmx</dt>
<dd>
<div class="block">Provides Read only web access to JMX.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/jmx/JMXJsonServlet.html#JMXJsonServlet--">JMXJsonServlet()</a></span> - Constructor for class org.apache.hadoop.jmx.<a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx">JMXJsonServlet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">JniBasedUnixGroupsMappingWithFallback</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html#JniBasedUnixGroupsMappingWithFallback--">JniBasedUnixGroupsMappingWithFallback()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">JniBasedUnixGroupsNetgroupMappingWithFallback</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html#JniBasedUnixGroupsNetgroupMappingWithFallback--">JniBasedUnixGroupsNetgroupMappingWithFallback()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMappingWithFallback.html" title="class in org.apache.hadoop.security">JniBasedUnixGroupsNetgroupMappingWithFallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#join--">join()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Wait for the server to be stopped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ThreadUtil.html#joinUninterruptibly-java.lang.Thread-">joinUninterruptibly(Thread)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ThreadUtil.html" title="class in org.apache.hadoop.util">ThreadUtil</a></dt>
<dd>
<div class="block">Join a thread as uninterruptible.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#JSON_TYPE">JSON_TYPE</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/jmx/JMXJsonServlet.html#jsonFactory">jsonFactory</a></span> - Variable in class org.apache.hadoop.jmx.<a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx">JMXJsonServlet</a></dt>
<dd>
<div class="block">Json Factory to create Json generators for write objects in json format</div>
</dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">KDiag</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Kerberos diagnostics
This operation expands some of the diagnostic output of the security code,
but not all.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#KDiag-org.apache.hadoop.conf.Configuration-java.io.PrintWriter-java.io.File-java.lang.String-long-boolean-">KDiag(Configuration, PrintWriter, File, String, long, boolean)</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#KDiag--">KDiag()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">KDiag.KerberosDiagsFailure</span></a> - Exception in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Diagnostics failures return the exit code 41, "unauthorized".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#KDIAG_FAILURE">KDIAG_FAILURE</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">The exit code for a failure of the diagnostics: 41 == HTTP 401 == unauth.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#KERBEROS_KINIT_COMMAND">KERBEROS_KINIT_COMMAND</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">KerberosAuthException</span></a> - Exception in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Thrown when <a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security"><code>UserGroupInformation</code></a> failed with an unrecoverable error,
such as failure in kerberos login/logout, invalid subject etc.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#KerberosAuthException-java.lang.String-">KerberosAuthException(String)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#KerberosAuthException-java.lang.Throwable-">KerberosAuthException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#KerberosAuthException-java.lang.String-java.lang.Throwable-">KerberosAuthException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/web/KerberosDelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web"><span class="typeNameLink">KerberosDelegationTokenAuthenticator</span></a> - Class in <a href="org/apache/hadoop/security/token/delegation/web/package-summary.html">org.apache.hadoop.security.token.delegation.web</a></dt>
<dd>
<div class="block">The <code>KerberosDelegationTokenAuthenticator</code> provides support for
Kerberos SPNEGO authentication mechanism and support for Hadoop Delegation
Token operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/KerberosDelegationTokenAuthenticator.html#KerberosDelegationTokenAuthenticator--">KerberosDelegationTokenAuthenticator()</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/KerberosDelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">KerberosDelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html#KerberosDiagsFailure-java.lang.String-java.lang.String-">KerberosDiagsFailure(String, String)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html" title="class in org.apache.hadoop.security">KDiag.KerberosDiagsFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html#KerberosDiagsFailure-java.lang.String-java.lang.String-java.lang.Object...-">KerberosDiagsFailure(String, String, Object...)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html" title="class in org.apache.hadoop.security">KDiag.KerberosDiagsFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html#KerberosDiagsFailure-java.lang.String-java.lang.Throwable-java.lang.String-java.lang.Object...-">KerberosDiagsFailure(String, Throwable, String, Object...)</a></span> - Constructor for exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.KerberosDiagsFailure.html" title="class in org.apache.hadoop.security">KDiag.KerberosDiagsFailure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Reader.html#key--">key()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Reader.html" title="class in org.apache.hadoop.io">ArrayFile.Reader</a></dt>
<dd>
<div class="block">Returns the key associated with the most recent call to <a href="org/apache/hadoop/io/ArrayFile.Reader.html#seek-long-"><code>ArrayFile.Reader.seek(long)</code></a>, <a href="org/apache/hadoop/io/ArrayFile.Reader.html#next-org.apache.hadoop.io.Writable-"><code>ArrayFile.Reader.next(Writable)</code></a>, or <a href="org/apache/hadoop/io/ArrayFile.Reader.html#get-long-org.apache.hadoop.io.Writable-"><code>ArrayFile.Reader.get(long,Writable)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#KEY_FIELD_NUMBER">KEY_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html#KEY_PROVIDER_PATH">KEY_PROVIDER_PATH</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html" title="class in org.apache.hadoop.crypto.key">KeyProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#keyClass-java.lang.Class-">keyClass(Class&lt;? extends WritableComparable&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#keyClass-java.lang.Class-">keyClass(Class&lt;?&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#keyPassword-java.lang.String-">keyPassword(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProvider</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">A provider of secret key material for Hadoop applications.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#KeyProvider-org.apache.hadoop.conf.Configuration-">KeyProvider(Configuration)</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProvider.KeyVersion</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">The combination of both the key version name and the key material.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProvider.Metadata</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">Key metadata that is associated with the key.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProvider.Options</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">Options when creating key objects.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html" title="interface in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProviderCryptoExtension.CryptoExtension</span></a> - Interface in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">CryptoExtension is a type of Extension that exposes methods to generate
EncryptedKeys and to decrypt the same.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.EncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProviderCryptoExtension.EncryptedKeyVersion</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">An encrypted encryption key (EEK) and related information.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProviderDelegationTokenExtension</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">A KeyProvider extension with the ability to add a renewer's Delegation
Tokens to the provided Credentials.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.DelegationTokenExtension.html" title="interface in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProviderDelegationTokenExtension.DelegationTokenExtension</span></a> - Interface in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">DelegationTokenExtension is a type of Extension that exposes methods
needed to work with Delegation Tokens.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProviderExtension</span></a>&lt;<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="type parameter in KeyProviderExtension">E</a> extends <a href="org/apache/hadoop/crypto/key/KeyProviderExtension.Extension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderExtension.Extension</a>&gt; - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">This is a utility class used to extend the functionality of KeyProvider, that
takes a KeyProvider and an Extension.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#KeyProviderExtension-org.apache.hadoop.crypto.key.KeyProvider-E-">KeyProviderExtension(KeyProvider, E)</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.Extension.html" title="interface in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProviderExtension.Extension</span></a> - Interface in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">A marker interface for the KeyProviderExtension subclass implement.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyProviderFactory</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">A factory to create a list of KeyProvider based on the path given in a
Configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html#KeyProviderFactory--">KeyProviderFactory()</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderFactory.html" title="class in org.apache.hadoop.crypto.key">KeyProviderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#keySerializer">keySerializer</a></span> - Variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#keySet--">keySet()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#keySet--">keySet()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/KeyShell.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">KeyShell</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>
<div class="block">This program is the CLI utility for the KeyProvider facilities in Hadoop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyShell.html#KeyShell--">KeyShell()</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyShell.html" title="class in org.apache.hadoop.crypto.key">KeyShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#keyStore-java.lang.String-java.lang.String-java.lang.String-">keyStore(String, String, String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html#KeyVersion-java.lang.String-java.lang.String-byte:A-">KeyVersion(String, String, byte[])</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.KeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#KIND_FIELD_NUMBER">KIND_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_DEFAULT">KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for KMS_CLIENT_ENC_KEY_CACHE_EXPIRY (12 hrs)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_MS">KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_MS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK">KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK_DEFAULT">KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS">KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT">KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for KMS_CLIENT_ENC_KEY_NUM_REFILL_THREADS</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_SIZE">KMS_CLIENT_ENC_KEY_CACHE_SIZE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_ENC_KEY_CACHE_SIZE_DEFAULT">KMS_CLIENT_ENC_KEY_CACHE_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for KMS_CLIENT_ENC_KEY_CACHE_SIZE</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_FAILOVER_MAX_RETRIES_KEY">KMS_CLIENT_FAILOVER_MAX_RETRIES_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value is the number of providers specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_DEFAULT">KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value is 100 ms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_KEY">KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_DEFAULT">KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value is 2 secs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_KEY">KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_TIMEOUT_DEFAULT">KMS_CLIENT_TIMEOUT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#KMS_CLIENT_TIMEOUT_SECONDS">KMS_CLIENT_TIMEOUT_SECONDS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.Factory.html" title="class in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">KMSClientProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>
<div class="block">The factory to create KMSClientProvider, which is used by the
ServiceLoader.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSEncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">KMSClientProvider.KMSEncryptedKeyVersion</span></a> - Class in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSKeyVersion.html" title="class in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">KMSClientProvider.KMSKeyVersion</span></a> - Class in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSMetadata.html" title="class in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">KMSClientProvider.KMSMetadata</span></a> - Class in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html" title="class in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">KMSClientProvider.KMSTokenRenewer</span></a> - Class in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>
<div class="block">The KMS implementation of <a href="org/apache/hadoop/security/token/TokenRenewer.html" title="class in org.apache.hadoop.security.token"><code>TokenRenewer</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/KMSDelegationToken.KMSDelegationTokenIdentifier.html" title="class in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">KMSDelegationToken.KMSDelegationTokenIdentifier</span></a> - Class in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>
<div class="block">DelegationTokenIdentifier used for the KMS.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSDelegationToken.KMSDelegationTokenIdentifier.html#KMSDelegationTokenIdentifier--">KMSDelegationTokenIdentifier()</a></span> - Constructor for class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSDelegationToken.KMSDelegationTokenIdentifier.html" title="class in org.apache.hadoop.crypto.key.kms">KMSDelegationToken.KMSDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSEncryptedKeyVersion.html#KMSEncryptedKeyVersion-java.lang.String-java.lang.String-byte:A-java.lang.String-byte:A-">KMSEncryptedKeyVersion(String, String, byte[], String, byte[])</a></span> - Constructor for class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSEncryptedKeyVersion.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSEncryptedKeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSKeyVersion.html#KMSKeyVersion-java.lang.String-java.lang.String-byte:A-">KMSKeyVersion(String, String, byte[])</a></span> - Constructor for class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSKeyVersion.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSKeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSMetadata.html#KMSMetadata-java.lang.String-int-java.lang.String-java.util.Map-java.util.Date-int-">KMSMetadata(String, int, String, Map&lt;String, String&gt;, Date, int)</a></span> - Constructor for class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSMetadata.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html#KMSTokenRenewer--">KMSTokenRenewer()</a></span> - Constructor for class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSTokenRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#KRB5_CCNAME">KRB5_CCNAME</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Location of the kerberos ticket cache as passed down via an environment
variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#KRB5_CONFIG">KRB5_CONFIG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Location of main kerberos configuration file as passed down via an
environment variable.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#lastKey--">lastKey()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#lastStat--">lastStat()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Return a SampleStat object that supports
calls like StdDev and Mean.</div>
</dd>
<dt><a href="org/apache/hadoop/service/launcher/LaunchableService.html" title="interface in org.apache.hadoop.service.launcher"><span class="typeNameLink">LaunchableService</span></a> - Interface in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">An interface which services can implement to have their
execution managed by the ServiceLauncher.</div>
</dd>
<dt><a href="org/apache/hadoop/service/launcher/LauncherArguments.html" title="interface in org.apache.hadoop.service.launcher"><span class="typeNameLink">LauncherArguments</span></a> - Interface in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">Standard launcher arguments.</div>
</dd>
<dt><a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html" title="interface in org.apache.hadoop.service.launcher"><span class="typeNameLink">LauncherExitCodes</span></a> - Interface in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">Common Exit codes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#launchService-org.apache.hadoop.conf.Configuration-java.util.List-boolean-boolean-">launchService(Configuration, List&lt;String&gt;, boolean, boolean)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Launch a service catching all exceptions and downgrading them to exit codes
after logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#launchService-org.apache.hadoop.conf.Configuration-S-java.util.List-boolean-boolean-">launchService(Configuration, S, List&lt;String&gt;, boolean, boolean)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Launch a service catching all exceptions and downgrading them to exit codes
after logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#launchServiceAndExit-java.util.List-">launchServiceAndExit(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Launch the service and exit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AvroFSInput.html#length--">length()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs">AvroFSInput</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#length-long-">length(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#length-long-">length(long)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Create an option to specify the number of bytes to read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#LENGTH_FIELD_NUMBER">LENGTH_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#LESSER_ICOST">LESSER_ICOST</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#LEVEL">LEVEL</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/LifecycleEvent.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">LifecycleEvent</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">A serializable lifecycle event: the time a state
transition occurred, and what state was entered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/LifecycleEvent.html#LifecycleEvent--">LifecycleEvent()</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/LifecycleEvent.html" title="class in org.apache.hadoop.service">LifecycleEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/LightWeightCache.Entry.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">LightWeightCache.Entry</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Entries of <code>LightWeightCache</code>.</div>
</dd>
<dt><a href="org/apache/hadoop/util/LightWeightGSet.LinkedElement.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">LightWeightGSet.LinkedElement</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Elements of <code>LightWeightGSet</code>.</div>
</dd>
<dt><a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">LightWeightGSet.SetIterator</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">LimitInputStream</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Copied from guava source code v15 (LimitedInputStream)
Guava deprecated LimitInputStream in v14 and removed it in v15.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LimitInputStream.html#LimitInputStream-java.io.InputStream-long-">LimitInputStream(InputStream, long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util">LimitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#LINK_COMMAND">LINK_COMMAND</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">a Unix command to create a link: "ln".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.html#linkStats">linkStats</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.html" title="class in org.apache.hadoop.fs">HardLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#LinkStats--">LinkStats()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#LINUX">LINUX</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#list-java.io.File-">list(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">A wrapper for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#list--" title="class or interface in java.io"><code>File.list()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#listCorruptFileBlocks-org.apache.hadoop.fs.Path-">listCorruptFileBlocks(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#listCorruptFileBlocks-org.apache.hadoop.fs.Path-">listCorruptFileBlocks(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listCorruptFileBlocks-org.apache.hadoop.fs.Path-">listCorruptFileBlocks(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">List corrupted file blocks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#listCorruptFileBlocks-org.apache.hadoop.fs.Path-">listCorruptFileBlocks(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#listDirectory-java.io.File-java.io.FilenameFilter-">listDirectory(File, FilenameFilter)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Return the complete list of files in a directory as strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#listFiles-org.apache.hadoop.fs.Path-boolean-">listFiles(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">List the statuses and block locations of the files in the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listFiles-org.apache.hadoop.fs.Path-boolean-">listFiles(Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">List the statuses and block locations of the files in the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#listFiles-java.io.File-">listFiles(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">A wrapper for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#listFiles--" title="class or interface in java.io"><code>File.listFiles()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#listLocatedStatus-org.apache.hadoop.fs.Path-">listLocatedStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#listLocatedStatus-org.apache.hadoop.fs.Path-"><code>FileContext.listLocatedStatus(Path)</code></a> except that Path f
must be for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#listLocatedStatus-org.apache.hadoop.fs.Path-">listLocatedStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#listLocatedStatus-org.apache.hadoop.fs.Path-">listLocatedStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listLocatedStatus-org.apache.hadoop.fs.Path-">listLocatedStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listLocatedStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-">listLocatedStatus(Path, PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">List a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#listLocatedStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-">listLocatedStatus(Path, PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#listLocatedStatus-org.apache.hadoop.fs.Path-">listLocatedStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">List files and its block locations in a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#listLocatedStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-">listLocatedStatus(Path, PathFilter)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#listLocatedStatus-org.apache.hadoop.fs.Path-">listLocatedStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.BlockingInterface.html#listSpanReceivers-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto-">listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.BlockingInterface.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Interface.html#listSpanReceivers-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback&lt;TraceAdminPB.ListSpanReceiversResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Interface.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.Interface</a></dt>
<dd>
<div class="block"><code>rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#listSpanReceivers-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback&lt;TraceAdminPB.ListSpanReceiversResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>
<div class="block"><code>rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html#listSpanReceivers-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback&lt;TraceAdminPB.ListSpanReceiversResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminProtocol.html#listSpanReceivers--">listSpanReceivers()</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminProtocol.html" title="interface in org.apache.hadoop.tracing">TraceAdminProtocol</a></dt>
<dd>
<div class="block">List the currently active trace span receivers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.Util.html#listStatus-org.apache.hadoop.fs.Path-"><code>FileContext.Util.listStatus(Path)</code></a> except that Path f must be
for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#listStatus-org.apache.hadoop.fs.Path:A-">listStatus(Path[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/FileContext.Util.html#listStatus-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.PathFilter-"><code>FileContext.Util.listStatus(Path[], PathFilter)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#listStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-">listStatus(Path, PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Filter files/directories in the given path using the user-supplied path
filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#listStatus-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.PathFilter-">listStatus(Path[], PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">Filter files/directories in the given list of paths using user-supplied
path filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path
if the path is a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-">listStatus(Path, PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Filter files/directories in the given path using the user-supplied path
filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listStatus-org.apache.hadoop.fs.Path:A-">listStatus(Path[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Filter files/directories in the given list of paths using default
path filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listStatus-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.PathFilter-">listStatus(Path[], PathFilter)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Filter files/directories in the given list of paths using user-supplied
path filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">List files in a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">liststatus returns the children of a directory
after looking up the index files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">List the statuses of the files/directories in the given path if the path is
a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#listStatus-org.apache.hadoop.fs.Path-">listStatus(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.Util.html#listStatus-org.apache.hadoop.fs.Path-"><code>FileContext.Util.listStatus(Path)</code></a> except that Path f must be
for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#listStatusIterator-org.apache.hadoop.fs.Path-">listStatusIterator(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#listStatus-org.apache.hadoop.fs.Path-"><code>FileContext.listStatus(Path)</code></a> except that Path f must be for this
file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#listStatusIterator-org.apache.hadoop.fs.Path-">listStatusIterator(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listStatusIterator-org.apache.hadoop.fs.Path-">listStatusIterator(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns a remote iterator so that followup calls are made on demand
while consuming the entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#listStatusIterator-org.apache.hadoop.fs.Path-">listStatusIterator(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Return a remote iterator for listing in a directory</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#listStatusIterator-org.apache.hadoop.fs.Path-">listStatusIterator(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#listXAttrs-org.apache.hadoop.fs.Path-">listXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Get all of the xattr names for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#listXAttrs-org.apache.hadoop.fs.Path-">listXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Get all of the xattr names for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#listXAttrs-org.apache.hadoop.fs.Path-">listXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get all of the xattr names for a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#listXAttrs-org.apache.hadoop.fs.Path-">listXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#listXAttrs-org.apache.hadoop.fs.Path-">listXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#listXAttrs-org.apache.hadoop.fs.Path-">listXAttrs(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/HCFSMountTableConfigLoader.html#load-java.lang.String-org.apache.hadoop.conf.Configuration-">load(String, Configuration)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/HCFSMountTableConfigLoader.html" title="class in org.apache.hadoop.fs.viewfs">HCFSMountTableConfigLoader</a></dt>
<dd>
<div class="block">Loads the mount-table configuration from hadoop compatible file system and
add the configuration items to given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#load-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.Class-">load(Configuration, String, Class&lt;K&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>
<div class="block">Restores the object from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#loadArray-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.Class-">loadArray(Configuration, String, Class&lt;K&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>
<div class="block">Restores the array of objects from the configuration.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">LoadBalancingKMSClientProvider</span></a> - Class in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>
<div class="block">A simple LoadBalancing KMSClientProvider that round-robins requests
across a provided array of KMSClientProviders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#LoadBalancingKMSClientProvider-java.net.URI-org.apache.hadoop.crypto.key.kms.KMSClientProvider:A-org.apache.hadoop.conf.Configuration-">LoadBalancingKMSClientProvider(URI, KMSClientProvider[], Configuration)</a></span> - Constructor for class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#loadClass-org.apache.hadoop.conf.Configuration-java.lang.String-">loadClass(Configuration, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Find and load the class with given name <tt>className</tt> by first finding
it in the specified <tt>conf</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ApplicationClassLoader.html#loadClass-java.lang.String-">loadClass(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util">ApplicationClassLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ApplicationClassLoader.html#loadClass-java.lang.String-boolean-">loadClass(String, boolean)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util">ApplicationClassLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#loadConfigurationClasses--">loadConfigurationClasses()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">This creates all the configurations defined by
<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#getConfigurationsToCreate--"><code>ServiceLauncher.getConfigurationsToCreate()</code></a> , ensuring that
the resources have been pushed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html#loadLibrary--">loadLibrary()</a></span> - Static method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeNative.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeNative</a></dt>
<dd>
<div class="block">Load native library available or supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#loadNativeZLib--">loadNativeZLib()</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Load native library and set the flag whether to use native library.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsConstants.html#LOCAL_FS_URI">LOCAL_FS_URI</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs">FsConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/LocalBouncyCastleFipsKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">LocalBouncyCastleFipsKeyStoreProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">The factory to create KeyStore Providers, which is used by the
ServiceLoader.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">LocalFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Implement the FileSystem API for the checksumed local filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#LocalFileSystem--">LocalFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#LocalFileSystem-org.apache.hadoop.fs.FileSystem-">LocalFileSystem(FileSystem)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">LocalFileSystemPathHandle</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Opaque handle to an entity in a FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#LocalFileSystemPathHandle-java.lang.String-java.util.Optional-">LocalFileSystemPathHandle(String, Optional&lt;Long&gt;)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#LocalFileSystemPathHandle-java.nio.ByteBuffer-">LocalFileSystemPathHandle(ByteBuffer)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/LocalJavaKeyStoreProvider.Factory.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">LocalJavaKeyStoreProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>
<div class="block">The factory to create JksProviders, which is used by the ServiceLoader.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">LocatedFileStatus</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This class defines a FileStatus that includes a file's block locations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#LocatedFileStatus--">LocatedFileStatus()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#LocatedFileStatus-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.BlockLocation:A-">LocatedFileStatus(FileStatus, BlockLocation[])</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#LocatedFileStatus-long-boolean-int-long-long-long-org.apache.hadoop.fs.permission.FsPermission-java.lang.String-java.lang.String-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.BlockLocation:A-">LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, BlockLocation[])</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#LocatedFileStatus-long-boolean-int-long-long-long-org.apache.hadoop.fs.permission.FsPermission-java.lang.String-java.lang.String-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-boolean-boolean-org.apache.hadoop.fs.BlockLocation:A-">LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, boolean, boolean, boolean, BlockLocation[])</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#LocatedFileStatus-long-boolean-int-long-long-long-org.apache.hadoop.fs.permission.FsPermission-java.lang.String-java.lang.String-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-java.util.Set-org.apache.hadoop.fs.BlockLocation:A-">LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, Set&lt;FileStatus.AttrFlags&gt;, BlockLocation[])</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#locatePassword-java.lang.String-java.lang.String-">locatePassword(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>
<div class="block">The password is either found in the environment or in a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#lockAndSleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-">lockAndSleep(RpcController, TestProtos.SleepRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#lockAndSleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">lockAndSleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc lockAndSleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#lockAndSleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">lockAndSleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc lockAndSleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#lockAndSleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">lockAndSleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#lockAndSleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-">lockAndSleep(RpcController, TestProtosLegacy.SleepRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#lockAndSleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">lockAndSleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc lockAndSleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#lockAndSleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">lockAndSleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc lockAndSleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#lockAndSleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">lockAndSleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">This log is widely used in the org.apache.hadoop.fs code and tests,
so must be considered something to only be changed with care.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLog.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLog.html" title="class in org.apache.hadoop.http">HttpRequestLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/WebServlet.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/WebServlet.html" title="class in org.apache.hadoop.http">WebServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryUtils.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryUtils.html" title="class in org.apache.hadoop.io.retry">RetryUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshRegistry.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc">RefreshRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html" title="class in org.apache.hadoop.ipc">WeightedRoundRobinMultiplexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#LOG">LOG</a></span> - Variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html#LOG">LOG</a></span> - Variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink30</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink31.html#LOG">LOG</a></span> - Variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink31.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink31</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IngressPortBasedResolver.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IngressPortBasedResolver.html" title="class in org.apache.hadoop.security">IngressPortBasedResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CombinedIPList.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CombinedIPList.html" title="class in org.apache.hadoop.util">CombinedIPList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CombinedIPWhiteList.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CombinedIPWhiteList.html" title="class in org.apache.hadoop.util">CombinedIPWhiteList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGetFuture.html" title="class in org.apache.hadoop.util.concurrent">AsyncGetFuture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PerformanceAdvisory.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PerformanceAdvisory.html" title="class in org.apache.hadoop.util">PerformanceAdvisory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#LOG">LOG</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log"><span class="typeNameLink">Log4Json</span></a> - Class in <a href="org/apache/hadoop/log/package-summary.html">org.apache.hadoop.log</a></dt>
<dd>
<div class="block">This offers a log layout for JSON, with some test entry points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#Log4Json--">Log4Json()</a></span> - Constructor for class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#logAllUserInfo-org.apache.hadoop.security.UserGroupInformation-">logAllUserInfo(UserGroupInformation)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Log all (current, real, login) UGI and token info into UGI debug log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#logExpireToken-TokenIdent-">logExpireToken(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#logExpireTokens-java.util.Collection-">logExpireTokens(Collection&lt;TokenIdent&gt;)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/LoggingStateChangeListener.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">LoggingStateChangeListener</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">This is a state change listener that logs events at INFO level</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/LoggingStateChangeListener.html#LoggingStateChangeListener-org.slf4j.Logger-">LoggingStateChangeListener(Logger)</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/LoggingStateChangeListener.html" title="class in org.apache.hadoop.service">LoggingStateChangeListener</a></dt>
<dd>
<div class="block">Log events to the given log</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/LoggingStateChangeListener.html#LoggingStateChangeListener--">LoggingStateChangeListener()</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/LoggingStateChangeListener.html" title="class in org.apache.hadoop.service">LoggingStateChangeListener</a></dt>
<dd>
<div class="block">Log events to the static log for this class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#login-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.String-">login(Configuration, String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Login as a principal specified in config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#login-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.String-java.lang.String-">login(Configuration, String, String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Login as a principal specified in config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#loginUserFromKeytab-java.lang.String-java.lang.String-">loginUserFromKeytab(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Log a user in from a keytab file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#loginUserFromKeytabAndReturnUGI-java.lang.String-java.lang.String-">loginUserFromKeytabAndReturnUGI(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Log a user in from a keytab file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#loginUserFromSubject-javax.security.auth.Subject-">loginUserFromSubject(Subject)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Log in a user using the given subject</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html#logIOStatisticsAtDebug-org.slf4j.Logger-java.lang.String-java.lang.Object-">logIOStatisticsAtDebug(Logger, String, Object)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsLogging</a></dt>
<dd>
<div class="block">Extract any statistics from the source and log at debug, if
the log is set to log at debug.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html#logIOStatisticsAtDebug-java.lang.String-java.lang.Object-">logIOStatisticsAtDebug(String, Object)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsLogging.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsLogging</a></dt>
<dd>
<div class="block">Extract any statistics from the source and log to
this class's log at debug, if
the log is set to log at debug.</div>
</dd>
<dt><a href="org/apache/hadoop/log/LogLevel.html" title="class in org.apache.hadoop.log"><span class="typeNameLink">LogLevel</span></a> - Class in <a href="org/apache/hadoop/log/package-summary.html">org.apache.hadoop.log</a></dt>
<dd>
<div class="block">Change log level in runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogLevel.html#LogLevel--">LogLevel()</a></span> - Constructor for class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogLevel.html" title="class in org.apache.hadoop.log">LogLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#logoutUserFromKeytab--">logoutUserFromKeytab()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Log the current user out who previously logged in using keytab.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#logThreadInfo-org.apache.commons.logging.Log-java.lang.String-long-">logThreadInfo(Log, String, long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Log the current thread stacks at INFO level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#logThreadInfo-org.slf4j.Logger-java.lang.String-long-">logThreadInfo(Logger, String, long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Log the current thread stacks at INFO level.</div>
</dd>
<dt><a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log"><span class="typeNameLink">LogThrottlingHelper</span></a> - Class in <a href="org/apache/hadoop/log/package-summary.html">org.apache.hadoop.log</a></dt>
<dd>
<div class="block">This is a class to help easily throttle log statements, so that they will
not be emitted more frequently than a certain rate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.html#LogThrottlingHelper-long-">LogThrottlingHelper(long)</a></span> - Constructor for class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log">LogThrottlingHelper</a></dt>
<dd>
<div class="block">Create a log helper without any primary recorder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.html#LogThrottlingHelper-long-java.lang.String-">LogThrottlingHelper(long, String)</a></span> - Constructor for class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log">LogThrottlingHelper</a></dt>
<dd>
<div class="block">Create a log helper with a specified primary recorder name; this can be
used in conjunction with <a href="org/apache/hadoop/log/LogThrottlingHelper.html#record-java.lang.String-long-double...-"><code>LogThrottlingHelper.record(String, long, double...)</code></a> to set up
primary and dependent recorders.</div>
</dd>
<dt><a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html" title="interface in org.apache.hadoop.log"><span class="typeNameLink">LogThrottlingHelper.LogAction</span></a> - Interface in <a href="org/apache/hadoop/log/package-summary.html">org.apache.hadoop.log</a></dt>
<dd>
<div class="block">An indication of what action the caller should take.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#logUpdateMasterKey-org.apache.hadoop.security.token.delegation.DelegationKey-">logUpdateMasterKey(DelegationKey)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#long2String-long-java.lang.String-int-">long2String(long, String, int)</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>
<div class="block">Convert a long integer to a string with traditional binary prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.LongOption.html#LongOption-long-">LongOption(long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.LongOption.html" title="class in org.apache.hadoop.util">Options.LongOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html#LongStatistic-java.lang.String-long-">LongStatistic(String, long)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html" title="class in org.apache.hadoop.fs">StorageStatistics.LongStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">LongWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for longs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#LongWritable--">LongWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#LongWritable-long-">LongWritable(long)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/LongWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">LongWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for LongWritable.</div>
</dd>
<dt><a href="org/apache/hadoop/io/LongWritable.DecreasingComparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">LongWritable.DecreasingComparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A decreasing Comparator optimized for LongWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#lowerBound-byte:A-">lowerBound(byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Move the cursor to the first entry whose key is greater than or equal
to the input key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#lowerBound-byte:A-int-int-">lowerBound(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Move the cursor to the first entry whose key is greater than or equal
to the input key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#lowerBound-java.util.List-T-java.util.Comparator-">lowerBound(List&lt;? extends T&gt;, T, Comparator&lt;? super T&gt;)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Lower bound binary search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#lowerBound-java.util.List-T-">lowerBound(List&lt;? extends Comparable&lt;? super T&gt;&gt;, T)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Lower bound binary search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecConstants.html#LZ4_CODEC_EXTENSION">LZ4_CODEC_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress">CodecConstants</a></dt>
<dd>
<div class="block">Default extension for <a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress"><code>Lz4Codec</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">Lz4Codec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This class creates lz4 compressors/decompressors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#Lz4Codec--">Lz4Codec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4"><span class="typeNameLink">Lz4Compressor</span></a> - Class in org.apache.hadoop.io.compress.lz4</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> based on the lz4 compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#Lz4Compressor-int-boolean-">Lz4Compressor(int, boolean)</a></span> - Constructor for class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Creates a new compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#Lz4Compressor-int-">Lz4Compressor(int)</a></span> - Constructor for class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Creates a new compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#Lz4Compressor--">Lz4Compressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Creates a new compressor with the default buffer size.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4"><span class="typeNameLink">Lz4Decompressor</span></a> - Class in org.apache.hadoop.io.compress.lz4</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> based on the lz4 compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#Lz4Decompressor-int-">Lz4Decompressor(int)</a></span> - Constructor for class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Creates a new compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#Lz4Decompressor--">Lz4Decompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Creates a new decompressor with the default buffer size.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#MAC">MAC</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">MachineList</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Container class which holds a list of ip/host addresses and
answers membership queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#MachineList-java.lang.String-">MachineList(String)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#MachineList-java.lang.String-org.apache.hadoop.util.MachineList.InetAddressFactory-">MachineList(String, MachineList.InetAddressFactory)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#MachineList-java.util.Collection-">MachineList(Collection&lt;String&gt;)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#MachineList-java.util.Collection-org.apache.hadoop.util.MachineList.InetAddressFactory-">MachineList(Collection&lt;String&gt;, MachineList.InetAddressFactory)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>
<div class="block">Accepts a collection of ip/cidr/host addresses</div>
</dd>
<dt><a href="org/apache/hadoop/util/MachineList.InetAddressFactory.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">MachineList.InetAddressFactory</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">InetAddressFactory is used to obtain InetAddress from host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">For debugging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyShell.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyShell.html" title="class in org.apache.hadoop.crypto.key">KeyShell</a></dt>
<dd>
<div class="block">main() entry point for the KeyShell.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DUHelper.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DUHelper.html" title="class in org.apache.hadoop.fs">DUHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">A little test program.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">Dumping the TFile information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io">MapFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogLevel.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogLevel.html" title="class in org.apache.hadoop.log">LogLevel</a></dt>
<dd>
<div class="block">A command line implementation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>
<div class="block">Main program.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Main entry point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtUtilShell.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtUtilShell.html" title="class in org.apache.hadoop.security.token">DtUtilShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">A test method to print out the current user's UGI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">This is the JVM entry point for the service launcher.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Main entry point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.html#makeComparator-java.lang.String-">makeComparator(String)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile">TFile</a></dt>
<dd>
<div class="block">Make a raw comparator from a string name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/UserIdentityProvider.html#makeIdentity-org.apache.hadoop.ipc.Schedulable-">makeIdentity(Schedulable)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/UserIdentityProvider.html" title="class in org.apache.hadoop.ipc">UserIdentityProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#makeIpcConnectionContext-java.lang.String-org.apache.hadoop.security.UserGroupInformation-org.apache.hadoop.security.SaslRpcServer.AuthMethod-">makeIpcConnectionContext(String, UserGroupInformation, SaslRpcServer.AuthMethod)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>
<div class="block">This method creates the connection context using exactly the same logic
as the old connection context as was done for writable where
the effective and real users are set based on the auth method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#makeQualified-org.apache.hadoop.fs.Path-">makeQualified(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Make the path fully qualified to this file system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#makeQualified-org.apache.hadoop.fs.Path-">makeQualified(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Make the path fully qualified if it is isn't.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#makeQualified-org.apache.hadoop.fs.Path-">makeQualified(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Qualify a path to one which uses this FileSystem and, if relative,
made absolute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#makeQualified-org.apache.hadoop.fs.Path-">makeQualified(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Make sure that a path specifies a FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#makeQualified-org.apache.hadoop.fs.Path-">makeQualified(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#makeQualified-org.apache.hadoop.fs.FileSystem-">makeQualified(FileSystem)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/hadoop/fs/Path.html#makeQualified-java.net.URI-org.apache.hadoop.fs.Path-"><code>Path.makeQualified(URI, Path)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.html#makeRequest-K-">makeRequest(K)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator</a></dt>
<dd>
<div class="block">Perform the actual remote request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#makeRpcRequestHeader-org.apache.hadoop.ipc.RPC.RpcKind-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto-int-int-byte:A-">makeRpcRequestHeader(RPC.RpcKind, RpcHeaderProtos.RpcRequestHeaderProto.OperationProto, int, int, byte[])</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#makeRpcRequestHeader-org.apache.hadoop.ipc.RPC.RpcKind-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto-int-int-byte:A-org.apache.hadoop.ipc.AlignmentContext-">makeRpcRequestHeader(RPC.RpcKind, RpcHeaderProtos.RpcRequestHeaderProto.OperationProto, int, int, byte[], AlignmentContext)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#makeSecureShellPath-java.io.File-">makeSecureShellPath(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Convert a os-native filename to a path that works for the shell
and avoids script injection attacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#makeShellPath-java.lang.String-">makeShellPath(String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Convert a os-native filename to a path that works for the shell.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#makeShellPath-java.io.File-">makeShellPath(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Convert a os-native filename to a path that works for the shell.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#makeShellPath-java.io.File-boolean-">makeShellPath(File, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Convert a os-native filename to a path that works for the shell.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html#mapBlock-java.lang.String-long-boolean-">mapBlock(String, long, boolean)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Pmem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MapFile</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A file-based map from keys to values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.html#MapFile--">MapFile()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io">MapFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/MapFile.Merger.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MapFile.Merger</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Class to merge multiple MapFiles of same Key and Value types to one MapFile</div>
</dd>
<dt><a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MapFile.Reader</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Provide access to an existing map.</div>
</dd>
<dt><a href="org/apache/hadoop/io/MapFile.Reader.Option.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">MapFile.Reader.Option</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MapFile.Writer</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Writes a new map.</div>
</dd>
<dt><a href="org/apache/hadoop/io/MapFile.Writer.Option.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">MapFile.Writer.Option</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#mappingRemoteIterator-org.apache.hadoop.fs.RemoteIterator-org.apache.hadoop.util.functional.FunctionRaisingIOE-">mappingRemoteIterator(RemoteIterator&lt;S&gt;, FunctionRaisingIOE&lt;? super S, T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Create an iterator from an iterator and a transformation function.</div>
</dd>
<dt><a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MapWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Writable Map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#MapWritable--">MapWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#MapWritable-org.apache.hadoop.io.MapWritable-">MapWritable(MapWritable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LimitInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util">LimitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#markCallCoordinated-boolean-">markCallCoordinated(boolean)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html#max--">max()</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html" title="class in org.apache.hadoop.metrics2.util">SampleStat.MinMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#MAX_AGE">MAX_AGE</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/CrossOriginFilter.html#MAX_AGE_DEFAULT">MAX_AGE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/CrossOriginFilter.html" title="class in org.apache.hadoop.security.http">CrossOriginFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#MAX_ALPHA_SIZE">MAX_ALPHA_SIZE</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#MAX_BLOCKSIZE">MAX_BLOCKSIZE</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">The maximum supported blocksize <tt> == 9</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#MAX_CODE_LEN">MAX_CODE_LEN</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsConstants.html#MAX_PATH_LINKS">MAX_PATH_LINKS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs">FsConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#MAX_PERMISSION_LENGTH">MAX_PERMISSION_LENGTH</a></span> - Static variable in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Maximum acceptable length of a permission string to parse</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#MAX_POLICY_ID">MAX_POLICY_ID</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#MAX_SELECTORS">MAX_SELECTORS</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatistics.html#MAX_UNSET_VALUE">MAX_UNSET_VALUE</a></span> - Static variable in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics">IOStatistics</a></dt>
<dd>
<div class="block">Value when a max value has never been set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#maxAvailableData">maxAvailableData</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html#maxGcTimePercentage-int-">maxGcTimePercentage(int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html" title="class in org.apache.hadoop.util">GcTimeMonitor.Builder</a></dt>
<dd>
<div class="block">Set the max GC time percentage that triggers the alert handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RemoveScheme.html#MAXIMUM_FP">MAXIMUM_FP</a></span> - Static variable in interface org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RemoveScheme.html" title="interface in org.apache.hadoop.util.bloom">RemoveScheme</a></dt>
<dd>
<div class="block">MaximumFP Selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#maximums--">maximums()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatistics.html#maximums--">maximums()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics">IOStatistics</a></dt>
<dd>
<div class="block">Map of maximums.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#maximums--">maximums()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html#maybeAwaitCompletion-java.util.concurrent.CompletableFuture-">maybeAwaitCompletion(CompletableFuture&lt;Void&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional">CommonCallableSupplier</a></dt>
<dd>
<div class="block">Block awaiting completion for any non-null future passed in;
No-op if a null arg was supplied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#maybeUpdateMaximum-java.util.concurrent.atomic.AtomicLong-long-">maybeUpdateMaximum(AtomicLong, long)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Update a maximum value tracked in an atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#maybeUpdateMinimum-java.util.concurrent.atomic.AtomicLong-long-">maybeUpdateMinimum(AtomicLong, long)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Update a maximum value tracked in an atomic long.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/util/MBeans.html" title="class in org.apache.hadoop.metrics2.util"><span class="typeNameLink">MBeans</span></a> - Class in <a href="org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</a></dt>
<dd>
<div class="block">This util class provides a method to register an MBean using
our standard naming convention as described in the doc
for {link <a href="org/apache/hadoop/metrics2/util/MBeans.html#register-java.lang.String-java.lang.String-java.lang.Object-"><code>MBeans.register(String, String, Object)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/jmx/JMXJsonServlet.html#mBeanServer">mBeanServer</a></span> - Variable in class org.apache.hadoop.jmx.<a href="org/apache/hadoop/jmx/JMXJsonServlet.html" title="class in org.apache.hadoop.jmx">JMXJsonServlet</a></dt>
<dd>
<div class="block">MBean server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#MD5_LEN">MD5_LEN</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MD5Hash</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Writable for MD5 hash values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#MD5Hash--">MD5Hash()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Constructs an MD5Hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#MD5Hash-java.lang.String-">MD5Hash(String)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Constructs an MD5Hash from a hex string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#MD5Hash-byte:A-">MD5Hash(byte[])</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Constructs an MD5Hash with a specified value.</div>
</dd>
<dt><a href="org/apache/hadoop/io/MD5Hash.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MD5Hash.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparator optimized for MD5Hash keys.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/MD5MD5CRC32CastagnoliFileChecksum.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">MD5MD5CRC32CastagnoliFileChecksum</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">For CRC32 with the Castagnoli polynomial</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MD5MD5CRC32CastagnoliFileChecksum.html#MD5MD5CRC32CastagnoliFileChecksum--">MD5MD5CRC32CastagnoliFileChecksum()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MD5MD5CRC32CastagnoliFileChecksum.html" title="class in org.apache.hadoop.fs">MD5MD5CRC32CastagnoliFileChecksum</a></dt>
<dd>
<div class="block">Same as this(0, 0, null)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MD5MD5CRC32CastagnoliFileChecksum.html#MD5MD5CRC32CastagnoliFileChecksum-int-long-org.apache.hadoop.io.MD5Hash-">MD5MD5CRC32CastagnoliFileChecksum(int, long, MD5Hash)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MD5MD5CRC32CastagnoliFileChecksum.html" title="class in org.apache.hadoop.fs">MD5MD5CRC32CastagnoliFileChecksum</a></dt>
<dd>
<div class="block">Create a MD5FileChecksum</div>
</dd>
<dt><a href="org/apache/hadoop/fs/MD5MD5CRC32GzipFileChecksum.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">MD5MD5CRC32GzipFileChecksum</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">For CRC32 with the Gzip polynomial</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MD5MD5CRC32GzipFileChecksum.html#MD5MD5CRC32GzipFileChecksum--">MD5MD5CRC32GzipFileChecksum()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MD5MD5CRC32GzipFileChecksum.html" title="class in org.apache.hadoop.fs">MD5MD5CRC32GzipFileChecksum</a></dt>
<dd>
<div class="block">Same as this(0, 0, null)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MD5MD5CRC32GzipFileChecksum.html#MD5MD5CRC32GzipFileChecksum-int-long-org.apache.hadoop.io.MD5Hash-">MD5MD5CRC32GzipFileChecksum(int, long, MD5Hash)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MD5MD5CRC32GzipFileChecksum.html" title="class in org.apache.hadoop.fs">MD5MD5CRC32GzipFileChecksum</a></dt>
<dd>
<div class="block">Create a MD5FileChecksum</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#mean--">mean()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Get the arithmetic mean value.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">MeanStatistic</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">A mean statistic represented as the sum and the sample count;
the mean is calculated on demand.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#MeanStatistic-long-long-">MeanStatistic(long, long)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Constructor, with some resilience against invalid sample counts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#MeanStatistic-org.apache.hadoop.fs.statistics.MeanStatistic-">MeanStatistic(MeanStatistic)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Create from another statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#MeanStatistic--">MeanStatistic()</a></span> - Constructor for class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Create an empty statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#meanStatistics--">meanStatistics()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatistics.html#meanStatistics--">meanStatistics()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics">IOStatistics</a></dt>
<dd>
<div class="block">Map of meanStatistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#meanStatistics--">meanStatistics()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#MECHANISM_FIELD_NUMBER">MECHANISM_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html#mechanismName">mechanismName</a></span> - Variable in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security">SaslRpcServer.AuthMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#MECHANISMNAME_FIELD_NUMBER">MECHANISMNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#MECHANISMNAME_FIELD_NUMBER">MECHANISMNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#membershipTest-org.apache.hadoop.util.bloom.Key-">membershipTest(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#membershipTest-org.apache.hadoop.util.bloom.Key-">membershipTest(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#membershipTest-org.apache.hadoop.util.bloom.Key-">membershipTest(Key)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html#memCopy-byte:A-long-boolean-long-">memCopy(byte[], long, boolean, long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Pmem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html#memSync-org.apache.hadoop.io.nativeio.NativeIO.POSIX.PmemMappedRegion-">memSync(NativeIO.POSIX.PmemMappedRegion)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Pmem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Merger.html#merge-org.apache.hadoop.fs.Path:A-boolean-org.apache.hadoop.fs.Path-">merge(Path[], boolean, Path)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Merger.html" title="class in org.apache.hadoop.io">MapFile.Merger</a></dt>
<dd>
<div class="block">Merge multiple MapFiles to one Mapfile</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#merge-java.util.List-org.apache.hadoop.fs.Path-">merge(List&lt;SequenceFile.Sorter.SegmentDescriptor&gt;, Path)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Merges the list of segments of type <code>SegmentDescriptor</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#merge-org.apache.hadoop.fs.Path:A-boolean-org.apache.hadoop.fs.Path-">merge(Path[], boolean, Path)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Merges the contents of files passed in Path[] using a max factor value
that is already set</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#merge-org.apache.hadoop.fs.Path:A-boolean-int-org.apache.hadoop.fs.Path-">merge(Path[], boolean, int, Path)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Merges the contents of files passed in Path[]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#merge-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-boolean-">merge(Path[], Path, boolean)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Merges the contents of files passed in Path[]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#merge-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-">merge(Path[], Path)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Merge the provided files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#mergeAll-org.apache.hadoop.security.Credentials-">mergeAll(Credentials)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Copy all of the credentials from one credential object into another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#mergeCallerContext-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto-">mergeCallerContext(RpcHeaderProtos.RPCCallerContextProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#mergeFrom-org.apache.hadoop.fs.FSProtos.FileStatusProto-">mergeFrom(FSProtos.FileStatusProto)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#mergeFrom-org.apache.hadoop.fs.FSProtos.FsPermissionProto-">mergeFrom(FSProtos.FsPermissionProto)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#mergeFrom-org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto-">mergeFrom(FSProtos.LocalFileSystemPathHandleProto)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto-">mergeFrom(HAServiceProtocolProtos.GetServiceStatusRequestProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto-">mergeFrom(HAServiceProtocolProtos.GetServiceStatusResponseProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">mergeFrom(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto-">mergeFrom(HAServiceProtocolProtos.MonitorHealthRequestProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto-">mergeFrom(HAServiceProtocolProtos.MonitorHealthResponseProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto-">mergeFrom(HAServiceProtocolProtos.TransitionToActiveRequestProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto-">mergeFrom(HAServiceProtocolProtos.TransitionToActiveResponseProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto-">mergeFrom(HAServiceProtocolProtos.TransitionToObserverRequestProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto-">mergeFrom(HAServiceProtocolProtos.TransitionToObserverResponseProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto-">mergeFrom(HAServiceProtocolProtos.TransitionToStandbyRequestProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto-">mergeFrom(HAServiceProtocolProtos.TransitionToStandbyResponseProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto-">mergeFrom(ZKFCProtocolProtos.CedeActiveRequestProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto-">mergeFrom(ZKFCProtocolProtos.CedeActiveResponseProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto-">mergeFrom(ZKFCProtocolProtos.GracefulFailoverRequestProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto-">mergeFrom(ZKFCProtocolProtos.GracefulFailoverResponseProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto-">mergeFrom(GenericRefreshProtocolProtos.GenericRefreshRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto-">mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto-">mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto-">mergeFrom(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto-">mergeFrom(RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto-">mergeFrom(IpcConnectionContextProtos.IpcConnectionContextProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto-">mergeFrom(IpcConnectionContextProtos.UserInformationProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto-">mergeFrom(ProtobufRpcEngine2Protos.RequestHeaderProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto-">mergeFrom(ProtobufRpcEngineProtos.RequestHeaderProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto-">mergeFrom(ProtocolInfoProtos.GetProtocolSignatureRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto-">mergeFrom(ProtocolInfoProtos.GetProtocolSignatureResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto-">mergeFrom(ProtocolInfoProtos.GetProtocolVersionsRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto-">mergeFrom(ProtocolInfoProtos.GetProtocolVersionsResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto-">mergeFrom(ProtocolInfoProtos.ProtocolSignatureProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto-">mergeFrom(ProtocolInfoProtos.ProtocolVersionProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto-">mergeFrom(RpcHeaderProtos.RPCCallerContextProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto-">mergeFrom(RpcHeaderProtos.RpcRequestHeaderProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto-">mergeFrom(RpcHeaderProtos.RpcResponseHeaderProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto-">mergeFrom(RpcHeaderProtos.RpcSaslProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth-">mergeFrom(RpcHeaderProtos.RpcSaslProto.SaslAuth)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto-">mergeFrom(RpcHeaderProtos.RPCTraceInfoProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto-">mergeFrom(TestProtos.AddRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2-">mergeFrom(TestProtos.AddRequestProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto-">mergeFrom(TestProtos.AddResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto-">mergeFrom(TestProtos.AuthMethodResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-">mergeFrom(TestProtos.EchoRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2-">mergeFrom(TestProtos.EchoRequestProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto-">mergeFrom(TestProtos.EchoResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2-">mergeFrom(TestProtos.EchoResponseProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">mergeFrom(TestProtos.EmptyRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto-">mergeFrom(TestProtos.EmptyResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto-">mergeFrom(TestProtos.ExchangeRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto-">mergeFrom(TestProtos.ExchangeResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto-">mergeFrom(TestProtos.OptRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto-">mergeFrom(TestProtos.OptResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-">mergeFrom(TestProtos.SleepRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2-">mergeFrom(TestProtos.SleepRequestProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto-">mergeFrom(TestProtos.SleepResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2-">mergeFrom(TestProtos.SleepResponseProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto-">mergeFrom(TestProtos.SlowPingRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto-">mergeFrom(TestProtos.UserResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto-">mergeFrom(TestProtosLegacy.AddRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2-">mergeFrom(TestProtosLegacy.AddRequestProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto-">mergeFrom(TestProtosLegacy.AddResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto-">mergeFrom(TestProtosLegacy.AuthMethodResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-">mergeFrom(TestProtosLegacy.EchoRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2-">mergeFrom(TestProtosLegacy.EchoRequestProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto-">mergeFrom(TestProtosLegacy.EchoResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2-">mergeFrom(TestProtosLegacy.EchoResponseProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">mergeFrom(TestProtosLegacy.EmptyRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto-">mergeFrom(TestProtosLegacy.EmptyResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto-">mergeFrom(TestProtosLegacy.ExchangeRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto-">mergeFrom(TestProtosLegacy.ExchangeResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto-">mergeFrom(TestProtosLegacy.OptRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto-">mergeFrom(TestProtosLegacy.OptResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-">mergeFrom(TestProtosLegacy.SleepRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2-">mergeFrom(TestProtosLegacy.SleepRequestProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto-">mergeFrom(TestProtosLegacy.SleepResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2-">mergeFrom(TestProtosLegacy.SleepResponseProto2)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto-">mergeFrom(TestProtosLegacy.SlowPingRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#mergeFrom-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto-">mergeFrom(TestProtosLegacy.UserResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto-">mergeFrom(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto-">mergeFrom(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto-">mergeFrom(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto-">mergeFrom(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto-">mergeFrom(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto-">mergeFrom(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto-">mergeFrom(SecurityProtos.CancelDelegationTokenRequestProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto-">mergeFrom(SecurityProtos.CancelDelegationTokenResponseProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">mergeFrom(SecurityProtos.CredentialsKVProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto-">mergeFrom(SecurityProtos.CredentialsProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto-">mergeFrom(SecurityProtos.GetDelegationTokenRequestProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto-">mergeFrom(SecurityProtos.GetDelegationTokenResponseProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto-">mergeFrom(SecurityProtos.RenewDelegationTokenRequestProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto-">mergeFrom(SecurityProtos.RenewDelegationTokenResponseProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#mergeFrom-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">mergeFrom(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#mergeFrom-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto-">mergeFrom(GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#mergeFrom-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto-">mergeFrom(GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto-">mergeFrom(TraceAdminPB.AddSpanReceiverRequestProto)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto-">mergeFrom(TraceAdminPB.AddSpanReceiverResponseProto)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair-">mergeFrom(TraceAdminPB.ConfigPair)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto-">mergeFrom(TraceAdminPB.ListSpanReceiversRequestProto)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto-">mergeFrom(TraceAdminPB.ListSpanReceiversResponseProto)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto-">mergeFrom(TraceAdminPB.RemoveSpanReceiverRequestProto)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto-">mergeFrom(TraceAdminPB.RemoveSpanReceiverResponseProto)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.Message-">mergeFrom(Message)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#mergeFrom-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo-">mergeFrom(TraceAdminPB.SpanReceiverListInfo)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#mergeFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">mergeFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#mergePaths-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">mergePaths(Path, Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Merge 2 paths such that the second path is appended relative to the first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#mergePermission-org.apache.hadoop.fs.FSProtos.FsPermissionProto-">mergePermission(FSProtos.FsPermissionProto)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Merger.html#Merger-org.apache.hadoop.conf.Configuration-">Merger(Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Merger.html" title="class in org.apache.hadoop.io">MapFile.Merger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#mergeReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#mergeReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#mergeReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#mergeToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">mergeToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#mergeToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">mergeToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#mergeToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">mergeToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#mergeToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">mergeToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#mergeTraceInfo-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto-">mergeTraceInfo(RpcHeaderProtos.RPCTraceInfoProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#mergeUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">mergeUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#mergeUserInfo-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto-">mergeUserInfo(IpcConnectionContextProtos.UserInformationProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#MESSAGE">MESSAGE</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#MESSAGE_FIELD_NUMBER">MESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/MetaBlockAlreadyExists.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">MetaBlockAlreadyExists</span></a> - Exception in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">Exception - Meta Block with the same name already exists.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/MetaBlockDoesNotExist.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">MetaBlockDoesNotExist</span></a> - Exception in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">Exception - No such Meta Block with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#Metadata-java.lang.String-int-java.lang.String-java.util.Map-java.util.Date-int-">Metadata(String, int, String, Map&lt;String, String&gt;, Date, int)</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#Metadata-byte:A-">Metadata(byte[])</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>
<div class="block">Deserialize a new metadata object from a set of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#Metadata--">Metadata()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#Metadata-java.util.TreeMap-">Metadata(TreeMap&lt;Text, Text&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#metadata-org.apache.hadoop.io.SequenceFile.Metadata-">metadata(SequenceFile.Metadata)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#METADATA_CACHE_ENTRIES_DEFAULT">METADATA_CACHE_ENTRIES_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#METADATA_CACHE_ENTRIES_KEY">METADATA_CACHE_ENTRIES_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#METHOD_FIELD_NUMBER">METHOD_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#METHODNAME_FIELD_NUMBER">METHODNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#METHODNAME_FIELD_NUMBER">METHODNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#methodNotSupported--">methodNotSupported()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Helper method that throws an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang"><code>UnsupportedOperationException</code></a> for the
current <a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><code>FileSystem</code></a> method being called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#METHODS_FIELD_NUMBER">METHODS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcClientUtil.html#methodToTraceString-java.lang.reflect.Method-">methodToTraceString(Method)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcClientUtil.html" title="class in org.apache.hadoop.ipc">RpcClientUtil</a></dt>
<dd>
<div class="block">Convert an RPC method to a string.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/annotation/Metric.html" title="annotation in org.apache.hadoop.metrics2.annotation"><span class="typeNameLink">Metric</span></a> - Annotation Type in <a href="org/apache/hadoop/metrics2/annotation/package-summary.html">org.apache.hadoop.metrics2.annotation</a></dt>
<dd>
<div class="block">Annotation interface for a single metric used to annotate a field or a method
in the class.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/annotation/Metric.Type.html" title="enum in org.apache.hadoop.metrics2.annotation"><span class="typeNameLink">Metric.Type</span></a> - Enum in <a href="org/apache/hadoop/metrics2/annotation/package-summary.html">org.apache.hadoop.metrics2.annotation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/annotation/Metrics.html" title="annotation in org.apache.hadoop.metrics2.annotation"><span class="typeNameLink">Metrics</span></a> - Annotation Type in <a href="org/apache/hadoop/metrics2/annotation/package-summary.html">org.apache.hadoop.metrics2.annotation</a></dt>
<dd>
<div class="block">Annotation interface for a group of metrics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecord.html#metrics--">metrics()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecord.html" title="interface in org.apache.hadoop.metrics2">MetricsRecord</a></dt>
<dd>
<div class="block">Get the metrics of the record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#metrics--">metrics()</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use metricsEntrySet() instead</span></div>
</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/util/MetricsCache.html" title="class in org.apache.hadoop.metrics2.util"><span class="typeNameLink">MetricsCache</span></a> - Class in <a href="org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</a></dt>
<dd>
<div class="block">A metrics cache for sinks that don't support sparse updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.html#MetricsCache--">MetricsCache()</a></span> - Constructor for class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.html#MetricsCache-int-">MetricsCache(int)</a></span> - Constructor for class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache</a></dt>
<dd>
<div class="block">Construct a metrics cache</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util"><span class="typeNameLink">MetricsCache.Record</span></a> - Class in <a href="org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</a></dt>
<dd>
<div class="block">Cached record</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsCollector.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsCollector</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The metrics collector interface</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#metricsEntrySet--">metricsEntrySet()</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsException.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsException</span></a> - Exception in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">A general metrics exception wrapper</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsException.html#MetricsException-java.lang.String-">MetricsException(String)</a></span> - Constructor for exception org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsException.html" title="class in org.apache.hadoop.metrics2">MetricsException</a></dt>
<dd>
<div class="block">Construct the exception with a message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsException.html#MetricsException-java.lang.String-java.lang.Throwable-">MetricsException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsException.html" title="class in org.apache.hadoop.metrics2">MetricsException</a></dt>
<dd>
<div class="block">Construct the exception with a message and a cause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsException.html#MetricsException-java.lang.Throwable-">MetricsException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsException.html" title="class in org.apache.hadoop.metrics2">MetricsException</a></dt>
<dd>
<div class="block">Construct the exception with a cause</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsFilter.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsFilter</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The metrics filter interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsFilter.html#MetricsFilter--">MetricsFilter()</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsFilter.html" title="class in org.apache.hadoop.metrics2">MetricsFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsInfo.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsInfo</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">Interface to provide immutable metainfo for metrics.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsJsonBuilder</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">Build a JSON dump of the metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#MetricsJsonBuilder-org.apache.hadoop.metrics2.MetricsCollector-">MetricsJsonBuilder(MetricsCollector)</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>
<div class="block">Build an instance.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsPlugin.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsPlugin</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The plugin interface for the metrics framework</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsRecord.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsRecord</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">An immutable snapshot of metrics with a timestamp</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsRecordBuilder</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The metrics record builder interface</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#MetricsRecordBuilder--">MetricsRecordBuilder()</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MetricsRegistry</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">An optional metrics registry class for creating and maintaining a
collection of MetricsMutables, making writing metrics source easier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#MetricsRegistry-java.lang.String-">MetricsRegistry(String)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Construct the registry with a record name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#MetricsRegistry-org.apache.hadoop.metrics2.MetricsInfo-">MetricsRegistry(MetricsInfo)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Construct the registry with a metadata object</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsSink.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsSink</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The metrics sink interface.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsSource</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The source of metrics information.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsSystem</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The metrics system interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#MetricsSystem--">MetricsSystem()</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsSystem.AbstractCallback</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">Convenient abstract class for implementing callback interface</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsSystem.Callback</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The metrics system callback interface (needed for proxies.)</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsSystemMXBean</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">The JMX interface to the metrics system</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsTag</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">Immutable tag for metrics (for grouping on host/queue/username etc.)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#MetricsTag-org.apache.hadoop.metrics2.MetricsInfo-java.lang.String-">MetricsTag(MetricsInfo, String)</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>
<div class="block">Construct the tag with name, description and value</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricStringBuilder</span></a> - Class in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">Build a string dump of the metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#MetricStringBuilder-org.apache.hadoop.metrics2.MetricsCollector-java.lang.String-java.lang.String-java.lang.String-">MetricStringBuilder(MetricsCollector, String, String, String)</a></span> - Constructor for class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>
<div class="block">Build an instance.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricsVisitor.html" title="interface in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricsVisitor</span></a> - Interface in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>
<div class="block">A visitor interface for metrics</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/MetricType.html" title="enum in org.apache.hadoop.metrics2"><span class="typeNameLink">MetricType</span></a> - Enum in <a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#midKey--">midKey()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Get the key at approximately the middle of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#MILLISECONDS_FIELD_NUMBER">MILLISECONDS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#MILLISECONDS_FIELD_NUMBER">MILLISECONDS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#MILLISTOCEDE_FIELD_NUMBER">MILLISTOCEDE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html#min--">min()</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html" title="class in org.apache.hadoop.metrics2.util">SampleStat.MinMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#MIN_BLOCKSIZE">MIN_BLOCKSIZE</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">The minimum supported blocksize <tt> == 1</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatistics.html#MIN_UNSET_VALUE">MIN_UNSET_VALUE</a></span> - Static variable in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics">IOStatistics</a></dt>
<dd>
<div class="block">Value when a minimum value has never been set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.MinimalGenericOptionsParser.html#MinimalGenericOptionsParser-org.apache.hadoop.conf.Configuration-org.apache.commons.cli.Options-java.lang.String:A-">MinimalGenericOptionsParser(Configuration, Options, String[])</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.MinimalGenericOptionsParser.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher.MinimalGenericOptionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RemoveScheme.html#MINIMUM_FN">MINIMUM_FN</a></span> - Static variable in interface org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RemoveScheme.html" title="interface in org.apache.hadoop.util.bloom">RemoveScheme</a></dt>
<dd>
<div class="block">MinimumFN Selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#minimums--">minimums()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatistics.html#minimums--">minimums()</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatistics.html" title="interface in org.apache.hadoop.fs.statistics">IOStatistics</a></dt>
<dd>
<div class="block">Map of minimums.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#minimums--">minimums()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html#MinMax--">MinMax()</a></span> - Constructor for class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html" title="class in org.apache.hadoop.metrics2.util">SampleStat.MinMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#mkdir-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-">mkdir(Path, FsPermission, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#mkdir-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-"><code>FileContext.mkdir(Path, FsPermission, boolean)</code></a> except that the Path
f must be fully qualified and the permission is absolute (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#mkdir-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-">mkdir(Path, FsPermission, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Make(create) a directory and all the non-existent parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#mkdir-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-">mkdir(Path, FsPermission, boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-">mkdirs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#mkdirs-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(FileSystem, Path, FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Create a directory with the provided permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#mkdirs-org.apache.hadoop.fs.Path-">mkdirs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Call <a href="org/apache/hadoop/fs/FileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-"><code>FileSystem.mkdirs(Path, FsPermission)</code></a> with default permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Make the given file and all non-existent parents into
directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-">mkdirs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-">mkdirs(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Creates the specified directory hierarchy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-">mkdirs(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">mkdirs(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#mkOneDir-java.io.File-">mkOneDir(File)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#mkOneDirWithMode-org.apache.hadoop.fs.Path-java.io.File-org.apache.hadoop.fs.permission.FsPermission-">mkOneDirWithMode(Path, File, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html#mlock-java.lang.String-java.nio.ByteBuffer-long-">mlock(String, ByteBuffer, long)</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.CacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html#mlock-java.lang.String-java.nio.ByteBuffer-long-">mlock(String, ByteBuffer, long)</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.NoMlockCacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#mmap-java.io.FileDescriptor-int-boolean-long-">mmap(FileDescriptor, int, boolean, long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#MMAP_PROT_EXEC">MMAP_PROT_EXEC</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#MMAP_PROT_READ">MMAP_PROT_READ</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#MMAP_PROT_WRITE">MMAP_PROT_WRITE</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#MODIFICATION_TIME_FIELD_NUMBER">MODIFICATION_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#modifyAclEntries-org.apache.hadoop.fs.Path-java.util.List-">modifyAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Modifies ACL entries of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#modifyAclEntries-org.apache.hadoop.fs.Path-java.util.List-">modifyAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#modifyAclEntries-org.apache.hadoop.fs.Path-java.util.List-">modifyAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Modifies ACL entries of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#modifyAclEntries-org.apache.hadoop.fs.Path-java.util.List-">modifyAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Modifies ACL entries of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#modifyAclEntries-org.apache.hadoop.fs.Path-java.util.List-">modifyAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#modifyAclEntries-org.apache.hadoop.fs.Path-java.util.List-">modifyAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#modifyAclEntries-org.apache.hadoop.fs.Path-java.util.List-">modifyAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.html#monitorHealth--">monitorHealth()</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha">HAServiceProtocol</a></dt>
<dd>
<div class="block">Monitor the health of service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html#monitorHealth-org.apache.hadoop.ha.HAServiceProtocol-org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo-">monitorHealth(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo)</a></span> - Static method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html" title="class in org.apache.hadoop.ha">HAServiceProtocolHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html#monitorHealth-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto-">monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html#monitorHealth-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback&lt;HAServiceProtocolProtos.MonitorHealthResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Interface</a></dt>
<dd>
<div class="block">
Monitor the health of a service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#monitorHealth-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback&lt;HAServiceProtocolProtos.MonitorHealthResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>
<div class="block">
Monitor the health of a service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html#monitorHealth-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback&lt;HAServiceProtocolProtos.MonitorHealthResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html#MountPathInfo-org.apache.hadoop.fs.Path-java.lang.String-T-">MountPathInfo(Path, String, T)</a></span> - Constructor for class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystemOverloadScheme.MountPathInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#moved-boolean-">moved(boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#moveFromLocalFile-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-">moveFromLocalFile(Path[], Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The src files is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#moveFromLocalFile-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">moveFromLocalFile(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The src file is on the local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#moveFromLocalFile-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">moveFromLocalFile(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#moveToAppropriateTrash-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-">moveToAppropriateTrash(FileSystem, Path, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">In case of the symlinks or mount points, one has to move the appropriate
trashbin in the actual volume of the path p being deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#moveToLocalFile-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">moveToLocalFile(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Copy a file to the local filesystem, then delete it from the
remote filesystem (if successfully copied).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#moveToTrash-org.apache.hadoop.fs.Path-">moveToTrash(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Move a file or directory to the current trash directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#moveToTrash-org.apache.hadoop.fs.Path-">moveToTrash(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>
<div class="block">Move a file or directory to the current trash directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#msync--">msync()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Synchronize client metadata state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#msync--">msync()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Synchronize client metadata state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#msync--">msync()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Synchronize client metadata state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#msync--">msync()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#msync--">msync()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#MTIME_FIELD_NUMBER">MTIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#MULTICAST_ENABLED_PROPERTY">MULTICAST_ENABLED_PROPERTY</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#MULTICAST_TTL_PROPERTY">MULTICAST_TTL_PROPERTY</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/retry/MultiException.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">MultiException</span></a> - Exception in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">Holder class that clients can use to return multiple exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/MultiException.html#MultiException-java.util.Map-">MultiException(Map&lt;String, Exception&gt;)</a></span> - Constructor for exception org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/MultiException.html" title="class in org.apache.hadoop.io.retry">MultiException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#MULTIPART_UPLOAD_ABORT_UNDER_PATH_INVOKED">MULTIPART_UPLOAD_ABORT_UNDER_PATH_INVOKED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#MULTIPART_UPLOAD_ABORTED">MULTIPART_UPLOAD_ABORTED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#MULTIPART_UPLOAD_COMPLETED">MULTIPART_UPLOAD_COMPLETED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#MULTIPART_UPLOAD_INSTANTIATED">MULTIPART_UPLOAD_INSTANTIATED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#MULTIPART_UPLOAD_PART_PUT">MULTIPART_UPLOAD_PART_PUT</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#MULTIPART_UPLOAD_PART_PUT_BYTES">MULTIPART_UPLOAD_PART_PUT_BYTES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#MULTIPART_UPLOAD_STARTED">MULTIPART_UPLOAD_STARTED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">MultipartUploader</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">MultipartUploader is an interface for copying files multipart and across
multiple nodes.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">MultipartUploaderBuilder</span></a>&lt;<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="type parameter in MultipartUploaderBuilder">S</a> extends <a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs">MultipartUploader</a>,<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="type parameter in MultipartUploaderBuilder">B</a> extends <a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a>&lt;<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="type parameter in MultipartUploaderBuilder">S</a>,<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="type parameter in MultipartUploaderBuilder">B</a>&gt;&gt; - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Builder interface for Multipart readers.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl"><span class="typeNameLink">MultipartUploaderBuilderImpl</span></a>&lt;<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="type parameter in MultipartUploaderBuilderImpl">S</a> extends <a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs">MultipartUploader</a>,<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="type parameter in MultipartUploaderBuilderImpl">B</a> extends <a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a>&lt;<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="type parameter in MultipartUploaderBuilderImpl">S</a>,<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="type parameter in MultipartUploaderBuilderImpl">B</a>&gt;&gt; - Class in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block">Builder for <a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs"><code>MultipartUploader</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#MultipartUploaderBuilderImpl-org.apache.hadoop.fs.FileContext-org.apache.hadoop.fs.Path-">MultipartUploaderBuilderImpl(FileContext, Path)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Construct from a <a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs"><code>FileContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#MultipartUploaderBuilderImpl-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-">MultipartUploaderBuilderImpl(FileSystem, Path)</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/hadoop/io/MultipleIOException.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MultipleIOException</span></a> - Exception in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Encapsulate a list of <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> into an <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a></div>
</dd>
<dt><a href="org/apache/hadoop/io/MultipleIOException.Builder.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">MultipleIOException.Builder</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Build an <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> using <a href="org/apache/hadoop/io/MultipleIOException.html" title="class in org.apache.hadoop.io"><code>MultipleIOException</code></a>
if there are more than one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html#MultipleLinearRandomRetry-java.util.List-">MultipleLinearRandomRetry(List&lt;RetryPolicies.MultipleLinearRandomRetry.Pair&gt;)</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#munmap-java.nio.MappedByteBuffer-">munmap(MappedByteBuffer)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>
<div class="block">Unmaps the block from memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#munmap-long-long-">munmap(long, long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#must-java.lang.String-java.lang.String-">must(String, String)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set mandatory option to the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#must-java.lang.String-boolean-">must(String, boolean)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set mandatory boolean option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#must-java.lang.String-int-">must(String, int)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set mandatory int option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#must-java.lang.String-float-">must(String, float)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set mandatory float option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#must-java.lang.String-double-">must(String, double)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set mandatory double option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#must-java.lang.String-java.lang.String...-">must(String, String...)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set a string array as mandatory option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#must-java.lang.String-java.lang.String-">must(String, String)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set mandatory option to the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#must-java.lang.String-boolean-">must(String, boolean)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set mandatory boolean option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#must-java.lang.String-int-">must(String, int)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set mandatory int option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#must-java.lang.String-float-">must(String, float)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set mandatory float option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#must-java.lang.String-double-">must(String, double)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set mandatory double option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#must-java.lang.String-java.lang.String...-">must(String, String...)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set a string array as mandatory option.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableCounter.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableCounter</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">The mutable counter (monotonically increasing) metric interface</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounter.html#MutableCounter-org.apache.hadoop.metrics2.MetricsInfo-">MutableCounter(MetricsInfo)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounter.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableCounterInt</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">A mutable int counter for implementing metrics sources</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableCounterLong</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">A mutable long counter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html#MutableCounterLong-org.apache.hadoop.metrics2.MetricsInfo-long-">MutableCounterLong(MetricsInfo, long)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterLong</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableGauge.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableGauge</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">The mutable gauge metric interface</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGauge.html#MutableGauge-org.apache.hadoop.metrics2.MetricsInfo-">MutableGauge(MetricsInfo)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGauge.html" title="class in org.apache.hadoop.metrics2.lib">MutableGauge</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableGaugeFloat</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">A mutable float gauge.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableGaugeInt</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">A mutable int gauge</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableGaugeLong</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">A mutable long gauge</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableMetric.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableMetric</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">The mutable metric interface</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableMetric.html#MutableMetric--">MutableMetric()</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableMetric.html" title="class in org.apache.hadoop.metrics2.lib">MutableMetric</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableQuantiles</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">Watches a stream of long values, maintaining online estimates of specific
quantiles with provably low error bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#MutableQuantiles-java.lang.String-java.lang.String-java.lang.String-java.lang.String-int-">MutableQuantiles(String, String, String, String, int)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>
<div class="block">Instantiates a new <a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib"><code>MutableQuantiles</code></a> for a metric that rolls itself
over on the specified time interval.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableRate.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableRate</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">A convenient mutable metric for throughput measurement</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableRates.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableRates</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">Helper class to manage a group of mutable rate metrics
This class synchronizes all accesses to the metrics it
contains, so it should not be used in situations where
there is high contention on the metrics.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableRatesWithAggregation</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">Helper class to manage a group of mutable rate metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html#MutableRatesWithAggregation--">MutableRatesWithAggregation()</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html" title="class in org.apache.hadoop.metrics2.lib">MutableRatesWithAggregation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableRollingAverages</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">
This class maintains a group of rolling average metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html#MutableRollingAverages-java.lang.String-">MutableRollingAverages(String)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib">MutableRollingAverages</a></dt>
<dd>
<div class="block">Constructor for <a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib"><code>MutableRollingAverages</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib"><span class="typeNameLink">MutableStat</span></a> - Class in <a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a></dt>
<dd>
<div class="block">A mutable metric with stats.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#MutableStat-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-">MutableStat(String, String, String, String, boolean)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Construct a sample statistics metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#MutableStat-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">MutableStat(String, String, String, String)</a></span> - Constructor for class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Construct a snapshot stat metric with extended stat off by default</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#N_GROUPS">N_GROUPS</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#N_ITERS">N_ITERS</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Help.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Help.html" title="class in org.apache.hadoop.fs">FsShell.Help</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Usage.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Usage.html" title="class in org.apache.hadoop.fs">FsShell.Usage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chgrp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chmod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touchz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#name--">name()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsInfo.html#name--">name()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsInfo.html" title="interface in org.apache.hadoop.metrics2">MetricsInfo</a></dt>
<dd>
<div class="block">Typically name corresponds to annotation <a href="org/apache/hadoop/metrics2/annotation/Metric.html#value--"><code>Metric.value()</code></a> or
the name of the class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecord.html#name--">name()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecord.html" title="interface in org.apache.hadoop.metrics2">MetricsRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#name--">name()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">The name of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/BasicDiskValidator.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/BasicDiskValidator.html" title="class in org.apache.hadoop.util">BasicDiskValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReadWriteDiskValidator.html#NAME">NAME</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReadWriteDiskValidator.html" title="class in org.apache.hadoop.util">ReadWriteDiskValidator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.POSIX</span></a> - Class in org.apache.hadoop.io.nativeio</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.POSIX.CacheManipulator</span></a> - Class in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">Used to manipulate the operating system cache.</div>
</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.POSIX.NoMlockCacheManipulator</span></a> - Class in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">A CacheManipulator used for testing which does not actually call mlock.</div>
</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.POSIX.Pmem</span></a> - Class in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">JNI wrapper of persist memory operations.</div>
</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.POSIX.PmemMappedRegion</span></a> - Class in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">Denote memory region for a file mapped.</div>
</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.POSIX.Stat</span></a> - Class in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">Result type of the fstat call</div>
</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html" title="enum in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.POSIX.SupportState</span></a> - Enum in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">Keeps the support state of PMDK.</div>
</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.Windows</span></a> - Class in org.apache.hadoop.io.nativeio</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.AccessRight.html" title="enum in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIO.Windows.AccessRight</span></a> - Enum in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">Supported list of Windows access right flags</div>
</dd>
<dt><a href="org/apache/hadoop/io/nativeio/NativeIOException.html" title="class in org.apache.hadoop.io.nativeio"><span class="typeNameLink">NativeIOException</span></a> - Exception in org.apache.hadoop.io.nativeio</dt>
<dd>
<div class="block">An exception generated by a call to the native IO code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIOException.html#NativeIOException-java.lang.String-org.apache.hadoop.io.nativeio.Errno-">NativeIOException(String, Errno)</a></span> - Constructor for exception org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIOException.html" title="class in org.apache.hadoop.io.nativeio">NativeIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIOException.html#NativeIOException-java.lang.String-int-">NativeIOException(String, int)</a></span> - Constructor for exception org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIOException.html" title="class in org.apache.hadoop.io.nativeio">NativeIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#needsClientAuth-boolean-">needsClientAuth(boolean)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>
<div class="block">Specify whether the server should authorize the client in SSL
connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Returns <code>true</code> if a preset dictionary is needed for decompression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Returns <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Returns <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#needsDictionary--">needsDictionary()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#needsInput--">needsInput()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Returns true if the input data buffer is empty and
#setInput() should be called to provide more input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#needsInput--">needsInput()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the input data buffer is empty and
<a href="org/apache/hadoop/io/compress/Decompressor.html#setInput-byte:A-int-int-"><code>Decompressor.setInput(byte[], int, int)</code></a> should be called to
provide more input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Returns true if the input data buffer is empty and
#setInput() should be called to provide more input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Returns true if the input data buffer is empty and
<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#setInput-byte:A-int-int-"><code>Lz4Decompressor.setInput(byte[], int, int)</code></a> should be called to
provide more input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Returns true if the input data buffer is empty and
#setInput() should be called to provide more input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Returns true if the input data buffer is empty and
<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#setInput-byte:A-int-int-"><code>SnappyDecompressor.setInput(byte[], int, int)</code></a> should be called to
provide more input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#needsInput--">needsInput()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#needsPassword--">needsPassword()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Does this provider require a password? This means that a password is
required for normal operation, and it has not been found through normal
means.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#needsPassword--">needsPassword()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">Does this provider require a password? This means that a password is
required for normal operation, and it has not been found through normal
means.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#needsQuoting-byte:A-int-int-">needsQuoting(byte[], int, int)</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>
<div class="block">Does the given string need to be quoted?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#needsQuoting-java.lang.String-">needsQuoting(String)</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>
<div class="block">Does the given string need to be quoted?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#negate--">negate()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>
<div class="block">Negate this result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#NEGATIVE_SEEK">NEGATIVE_SEEK</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>
<div class="block">Negative offset seek forbidden : "Cannot seek to a negative offset"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#NEGOTIATE_VALUE">NEGOTIATE_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block"><code>NEGOTIATE = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#nestURIForLocalJavaKeyStoreProvider-java.net.URI-">nestURIForLocalJavaKeyStoreProvider(URI)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>
<div class="block">Mangle given local java keystore file URI to allow use as a
LocalJavaKeyStoreProvider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_DEPENDENCY_SCRIPT_FILE_NAME_KEY">NET_DEPENDENCY_SCRIPT_FILE_NAME_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_TOPOLOGY_IMPL_KEY">NET_TOPOLOGY_IMPL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_TOPOLOGY_NODE_SWITCH_MAPPING_IMPL_KEY">NET_TOPOLOGY_NODE_SWITCH_MAPPING_IMPL_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY">NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_DEFAULT">NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_KEY">NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_TOPOLOGY_TABLE_MAPPING_FILE_KEY">NET_TOPOLOGY_TABLE_MAPPING_FILE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/NetworkTopology.InvalidTopologyException.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">NetworkTopology.InvalidTopologyException</span></a> - Exception in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#newBlockingStub-com.google.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#newBlockingStub-com.google.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#newBlockingStub-com.google.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#newBlockingStub-com.google.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#newBlockingStub-com.google.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#newBlockingStub-com.google.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#newBlockingStub-com.google.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#newBlockingStub-org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel-">newBlockingStub(BlockingRpcChannel)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#newBuilder-org.apache.hadoop.fs.FSProtos.FileStatusProto-">newBuilder(FSProtos.FileStatusProto)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#newBuilder-org.apache.hadoop.fs.FSProtos.FsPermissionProto-">newBuilder(FSProtos.FsPermissionProto)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#newBuilder-org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto-">newBuilder(FSProtos.LocalFileSystemPathHandleProto)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto-">newBuilder(HAServiceProtocolProtos.GetServiceStatusRequestProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto-">newBuilder(HAServiceProtocolProtos.GetServiceStatusResponseProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">newBuilder(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto-">newBuilder(HAServiceProtocolProtos.MonitorHealthRequestProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto-">newBuilder(HAServiceProtocolProtos.MonitorHealthResponseProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto-">newBuilder(HAServiceProtocolProtos.TransitionToActiveRequestProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto-">newBuilder(HAServiceProtocolProtos.TransitionToActiveResponseProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto-">newBuilder(HAServiceProtocolProtos.TransitionToObserverRequestProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto-">newBuilder(HAServiceProtocolProtos.TransitionToObserverResponseProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto-">newBuilder(HAServiceProtocolProtos.TransitionToStandbyRequestProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#newBuilder-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto-">newBuilder(HAServiceProtocolProtos.TransitionToStandbyResponseProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#newBuilder-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto-">newBuilder(ZKFCProtocolProtos.CedeActiveRequestProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#newBuilder-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto-">newBuilder(ZKFCProtocolProtos.CedeActiveResponseProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#newBuilder-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto-">newBuilder(ZKFCProtocolProtos.GracefulFailoverRequestProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#newBuilder-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto-">newBuilder(ZKFCProtocolProtos.GracefulFailoverResponseProto)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block">Creates a new AvroRecord RecordBuilder</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#newBuilder-org.apache.hadoop.io.serializer.avro.AvroRecord.Builder-">newBuilder(AvroRecord.Builder)</a></span> - Static method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block">Creates a new AvroRecord RecordBuilder by copying an existing Builder</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#newBuilder-org.apache.hadoop.io.serializer.avro.AvroRecord-">newBuilder(AvroRecord)</a></span> - Static method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block">Creates a new AvroRecord RecordBuilder by copying an existing AvroRecord instance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#newBuilder-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto-">newBuilder(GenericRefreshProtocolProtos.GenericRefreshRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#newBuilder-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto-">newBuilder(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#newBuilder-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto-">newBuilder(GenericRefreshProtocolProtos.GenericRefreshResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#newBuilder-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto-">newBuilder(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#newBuilder-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto-">newBuilder(RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto-">newBuilder(IpcConnectionContextProtos.IpcConnectionContextProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto-">newBuilder(IpcConnectionContextProtos.UserInformationProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto-">newBuilder(ProtobufRpcEngine2Protos.RequestHeaderProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto-">newBuilder(ProtobufRpcEngineProtos.RequestHeaderProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto-">newBuilder(ProtocolInfoProtos.GetProtocolSignatureRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto-">newBuilder(ProtocolInfoProtos.GetProtocolSignatureResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto-">newBuilder(ProtocolInfoProtos.GetProtocolVersionsRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto-">newBuilder(ProtocolInfoProtos.GetProtocolVersionsResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto-">newBuilder(ProtocolInfoProtos.ProtocolSignatureProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto-">newBuilder(ProtocolInfoProtos.ProtocolVersionProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto-">newBuilder(RpcHeaderProtos.RPCCallerContextProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto-">newBuilder(RpcHeaderProtos.RpcRequestHeaderProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto-">newBuilder(RpcHeaderProtos.RpcResponseHeaderProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto-">newBuilder(RpcHeaderProtos.RpcSaslProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#newBuilder-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth-">newBuilder(RpcHeaderProtos.RpcSaslProto.SaslAuth)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto-">newBuilder(RpcHeaderProtos.RPCTraceInfoProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto-">newBuilder(TestProtos.AddRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2-">newBuilder(TestProtos.AddRequestProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto-">newBuilder(TestProtos.AddResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto-">newBuilder(TestProtos.AuthMethodResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto-">newBuilder(TestProtos.EchoRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2-">newBuilder(TestProtos.EchoRequestProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto-">newBuilder(TestProtos.EchoResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2-">newBuilder(TestProtos.EchoResponseProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">newBuilder(TestProtos.EmptyRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto-">newBuilder(TestProtos.EmptyResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto-">newBuilder(TestProtos.ExchangeRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto-">newBuilder(TestProtos.ExchangeResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto-">newBuilder(TestProtos.OptRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto-">newBuilder(TestProtos.OptResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-">newBuilder(TestProtos.SleepRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2-">newBuilder(TestProtos.SleepRequestProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto-">newBuilder(TestProtos.SleepResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2-">newBuilder(TestProtos.SleepResponseProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto-">newBuilder(TestProtos.SlowPingRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto-">newBuilder(TestProtos.UserResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto-">newBuilder(TestProtosLegacy.AddRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2-">newBuilder(TestProtosLegacy.AddRequestProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto-">newBuilder(TestProtosLegacy.AddResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto-">newBuilder(TestProtosLegacy.AuthMethodResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto-">newBuilder(TestProtosLegacy.EchoRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2-">newBuilder(TestProtosLegacy.EchoRequestProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto-">newBuilder(TestProtosLegacy.EchoResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2-">newBuilder(TestProtosLegacy.EchoResponseProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">newBuilder(TestProtosLegacy.EmptyRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto-">newBuilder(TestProtosLegacy.EmptyResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto-">newBuilder(TestProtosLegacy.ExchangeRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto-">newBuilder(TestProtosLegacy.ExchangeResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto-">newBuilder(TestProtosLegacy.OptRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto-">newBuilder(TestProtosLegacy.OptResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-">newBuilder(TestProtosLegacy.SleepRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2-">newBuilder(TestProtosLegacy.SleepRequestProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto-">newBuilder(TestProtosLegacy.SleepResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2-">newBuilder(TestProtosLegacy.SleepResponseProto2)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto-">newBuilder(TestProtosLegacy.SlowPingRequestProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#newBuilder-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto-">newBuilder(TestProtosLegacy.UserResponseProto)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#newBuilder-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto-">newBuilder(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#newBuilder-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto-">newBuilder(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#newBuilder-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto-">newBuilder(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#newBuilder-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto-">newBuilder(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#newBuilder-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto-">newBuilder(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#newBuilder-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto-">newBuilder(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto-">newBuilder(SecurityProtos.CancelDelegationTokenRequestProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto-">newBuilder(SecurityProtos.CancelDelegationTokenResponseProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">newBuilder(SecurityProtos.CredentialsKVProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto-">newBuilder(SecurityProtos.CredentialsProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto-">newBuilder(SecurityProtos.GetDelegationTokenRequestProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto-">newBuilder(SecurityProtos.GetDelegationTokenResponseProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto-">newBuilder(SecurityProtos.RenewDelegationTokenRequestProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto-">newBuilder(SecurityProtos.RenewDelegationTokenResponseProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#newBuilder-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">newBuilder(SecurityProtos.TokenProto)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#newBuilder-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto-">newBuilder(GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#newBuilder-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto-">newBuilder(GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto-">newBuilder(TraceAdminPB.AddSpanReceiverRequestProto)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto-">newBuilder(TraceAdminPB.AddSpanReceiverResponseProto)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair-">newBuilder(TraceAdminPB.ConfigPair)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto-">newBuilder(TraceAdminPB.ListSpanReceiversRequestProto)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto-">newBuilder(TraceAdminPB.ListSpanReceiversResponseProto)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto-">newBuilder(TraceAdminPB.RemoveSpanReceiverRequestProto)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto-">newBuilder(TraceAdminPB.RemoveSpanReceiverResponseProto)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#newBuilder--">newBuilder()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#newBuilder-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo-">newBuilder(TraceAdminPB.SpanReceiverListInfo)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#newBuilderForType-com.google.protobuf.GeneratedMessage.BuilderParent-">newBuilderForType(GeneratedMessage.BuilderParent)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#newBuilderForType--">newBuilderForType()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#newBuilderForType-org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent-">newBuilderForType(GeneratedMessageV3.BuilderParent)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newCachedThreadPool-java.util.concurrent.ThreadFactory-">newCachedThreadPool(ThreadFactory)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/AutoCloseableLock.html#newCondition--">newCondition()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util">AutoCloseableLock</a></dt>
<dd>
<div class="block">See <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true#newCondition--" title="class or interface in java.util.concurrent.locks"><code>ReentrantLock.newCondition()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newCounter-java.lang.String-java.lang.String-int-">newCounter(String, String, int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable integer counter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newCounter-org.apache.hadoop.metrics2.MetricsInfo-int-">newCounter(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable integer counter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newCounter-java.lang.String-java.lang.String-long-">newCounter(String, String, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable long integer counter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newCounter-org.apache.hadoop.metrics2.MetricsInfo-long-">newCounter(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable long integer counter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#NewerProtobufRpcProto--">NewerProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#NewerProtobufRpcProto--">NewerProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#NEWEXPIRYTIME_FIELD_NUMBER">NEWEXPIRYTIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newFixedThreadPool-int-java.util.concurrent.ThreadFactory-">newFixedThreadPool(int, ThreadFactory)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newFixedThreadPool-int-">newFixedThreadPool(int)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newGauge-java.lang.String-java.lang.String-int-">newGauge(String, String, int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable integer gauge</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newGauge-org.apache.hadoop.metrics2.MetricsInfo-int-">newGauge(MetricsInfo, int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable integer gauge</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newGauge-java.lang.String-java.lang.String-long-">newGauge(String, String, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable long integer gauge</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newGauge-org.apache.hadoop.metrics2.MetricsInfo-long-">newGauge(MetricsInfo, long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable long integer gauge</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newGauge-java.lang.String-java.lang.String-float-">newGauge(String, String, float)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable float gauge</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newGauge-org.apache.hadoop.metrics2.MetricsInfo-float-">newGauge(MetricsInfo, float)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable float gauge</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNode.Factory.html#newInnerNode-java.lang.String-">newInnerNode(String)</a></span> - Method in interface org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNode.Factory.html" title="interface in org.apache.hadoop.net">InnerNode.Factory</a></dt>
<dd>
<div class="block">Construct an InnerNode from a path-like string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.Factory.html#newInnerNode-java.lang.String-">newInnerNode(String)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.Factory.html" title="class in org.apache.hadoop.net">InnerNodeImpl.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#newInstance-java.net.URI-org.apache.hadoop.conf.Configuration-java.lang.String-">newInstance(URI, Configuration, String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns the FileSystem for this URI's scheme and authority and the
given user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#newInstance-java.net.URI-org.apache.hadoop.conf.Configuration-">newInstance(URI, Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns the FileSystem for this URI's scheme and authority.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#newInstance-org.apache.hadoop.conf.Configuration-">newInstance(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns a unique configured FileSystem implementation for the default
filesystem of the supplied configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableFactories.html#newInstance-java.lang.Class-org.apache.hadoop.conf.Configuration-">newInstance(Class&lt;? extends Writable&gt;, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableFactories.html" title="class in org.apache.hadoop.io">WritableFactories</a></dt>
<dd>
<div class="block">Create a new instance of a class with a defined factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableFactories.html#newInstance-java.lang.Class-">newInstance(Class&lt;? extends Writable&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableFactories.html" title="class in org.apache.hadoop.io">WritableFactories</a></dt>
<dd>
<div class="block">Create a new instance of a class with a defined factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableFactory.html#newInstance--">newInstance()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableFactory.html" title="interface in org.apache.hadoop.io">WritableFactory</a></dt>
<dd>
<div class="block">Return a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html#newInstance-java.lang.Class-org.apache.hadoop.conf.Configuration-">newInstance(Class&lt;T&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html" title="class in org.apache.hadoop.ipc">RpcWritable.Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#newInstance-java.lang.Class-org.apache.hadoop.conf.Configuration-">newInstance(Class&lt;T&gt;, Configuration)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Create an object for the given class and initialize it from conf</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#newInstance--">newInstance()</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>
<div class="block">Return default OS instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#newInstanceLocal-org.apache.hadoop.conf.Configuration-">newInstanceLocal(Configuration)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Get a unique local FileSystem object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#newKey--">newKey()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Construct a new <a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io"><code>WritableComparable</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newMutableRollingAverages-java.lang.String-java.lang.String-">newMutableRollingAverages(String, String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#NewProtobufRpcProto--">NewProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#NewProtobufRpcProto--">NewProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newQuantiles-java.lang.String-java.lang.String-java.lang.String-java.lang.String-int-">newQuantiles(String, String, String, String, int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable metric that estimates quantiles of a stream of values</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newRate-java.lang.String-">newRate(String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable rate metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newRate-java.lang.String-java.lang.String-">newRate(String, String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable rate metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newRate-java.lang.String-java.lang.String-boolean-">newRate(String, String, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable rate metric (for throughput measurement)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newRatesWithAggregation-java.lang.String-">newRatesWithAggregation(String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#newReflectiveBlockingService-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface-">newReflectiveBlockingService(HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#newReflectiveBlockingService-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface-">newReflectiveBlockingService(ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#newReflectiveBlockingService-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface-">newReflectiveBlockingService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#newReflectiveBlockingService-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface-">newReflectiveBlockingService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.BlockingInterface-">newReflectiveBlockingService(ProtocolInfoProtos.ProtocolInfoService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.CustomProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtos.CustomProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtosLegacy.CustomProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#newReflectiveBlockingService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface-">newReflectiveBlockingService(TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#newReflectiveBlockingService-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface-">newReflectiveBlockingService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#newReflectiveBlockingService-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface-">newReflectiveBlockingService(RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#newReflectiveBlockingService-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface-">newReflectiveBlockingService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#newReflectiveBlockingService-org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.BlockingInterface-">newReflectiveBlockingService(TraceAdminPB.TraceAdminService.BlockingInterface)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#newReflectiveService-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface-">newReflectiveService(HAServiceProtocolProtos.HAServiceProtocolService.Interface)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#newReflectiveService-org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Interface-">newReflectiveService(ZKFCProtocolProtos.ZKFCProtocolService.Interface)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#newReflectiveService-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface-">newReflectiveService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#newReflectiveService-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface-">newReflectiveService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface-">newReflectiveService(ProtocolInfoProtos.ProtocolInfoService.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.CustomProto.Interface-">newReflectiveService(TestRpcServiceProtos.CustomProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtos.NewerProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtos.NewProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtos.OldProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto.Interface-">newReflectiveService(TestRpcServiceProtos.TestProtobufRpc2Proto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface-">newReflectiveService(TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtos.TestProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto.Interface-">newReflectiveService(TestRpcServiceProtosLegacy.CustomProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface-">newReflectiveService(TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface-">newReflectiveService(TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#newReflectiveService-org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface-">newReflectiveService(TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#newReflectiveService-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface-">newReflectiveService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#newReflectiveService-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface-">newReflectiveService(RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#newReflectiveService-org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface-">newReflectiveService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#newReflectiveService-org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Interface-">newReflectiveService(TraceAdminPB.TraceAdminService.Interface)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newScheduledThreadPool-int-">newScheduledThreadPool(int)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newScheduledThreadPool-int-java.util.concurrent.ThreadFactory-">newScheduledThreadPool(int, ThreadFactory)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newSingleThreadExecutor--">newSingleThreadExecutor()</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newSingleThreadExecutor-java.util.concurrent.ThreadFactory-">newSingleThreadExecutor(ThreadFactory)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newSingleThreadScheduledExecutor--">newSingleThreadScheduledExecutor()</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#newSingleThreadScheduledExecutor-java.util.concurrent.ThreadFactory-">newSingleThreadScheduledExecutor(ThreadFactory)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newStat-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-">newStat(String, String, String, String, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable metric with stats</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#newStat-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">newStat(String, String, String, String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Create a mutable metric with stats</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#newStub-com.google.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#newStub-com.google.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#newStub-com.google.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#newStub-com.google.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#newStub-com.google.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#newStub-com.google.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#newStub-com.google.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#newStub-org.apache.hadoop.thirdparty.protobuf.RpcChannel-">newStub(RpcChannel)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html#newVal">newVal</a></span> - Variable in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html" title="class in org.apache.hadoop.conf">ReconfigurationUtil.PropertyChange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.html#next--">next()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.DirListingIterator.html#next--">next()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.DirListingIterator.html" title="class in org.apache.hadoop.fs">FileSystem.DirListingIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RemoteIterator.html#next--">next()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RemoteIterator.html" title="interface in org.apache.hadoop.fs">RemoteIterator</a></dt>
<dd>
<div class="block">Returns the next element in the iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Reader.html#next-org.apache.hadoop.io.Writable-">next(Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Reader.html" title="class in org.apache.hadoop.io">ArrayFile.Reader</a></dt>
<dd>
<div class="block">Read and return the next value in the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#next-org.apache.hadoop.io.WritableComparable-org.apache.hadoop.io.Writable-">next(WritableComparable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Read the next key/value pair in the map into <code>key</code> and
<code>val</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#next-org.apache.hadoop.io.Writable-">next(Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Read the next key in the file into <code>key</code>, skipping its
value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#next-org.apache.hadoop.io.Writable-org.apache.hadoop.io.Writable-">next(Writable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Read the next key/value pair in the file into <code>key</code> and
<code>val</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#next-java.lang.Object-">next(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Read the next key in the file, skipping its
value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html#next--">next()</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</a></dt>
<dd>
<div class="block">Sets up the current key and value (for getKey and getValue)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Reader.html#next-org.apache.hadoop.io.WritableComparable-">next(WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Reader.html" title="class in org.apache.hadoop.io">SetFile.Reader</a></dt>
<dd>
<div class="block">Read the next key in a set into <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/IntrusiveCollection.IntrusiveIterator.html#next--">next()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/IntrusiveCollection.IntrusiveIterator.html" title="class in org.apache.hadoop.util">IntrusiveCollection.IntrusiveIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html#next--">next()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html" title="class in org.apache.hadoop.util">LightWeightGSet.SetIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#nextCallId--">nextCallId()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Returns the next valid sequential call ID by incrementing an atomic counter
and masking off the sign bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#nextFlush">nextFlush</a></span> - Variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#nextRaw-org.apache.hadoop.io.DataOutputBuffer-org.apache.hadoop.io.SequenceFile.ValueBytes-">nextRaw(DataOutputBuffer, SequenceFile.ValueBytes)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Read 'raw' records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#nextRawKey-org.apache.hadoop.io.DataOutputBuffer-">nextRawKey(DataOutputBuffer)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Read 'raw' keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#nextRawKey--">nextRawKey()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>
<div class="block">Fills up the rawKey object with the key returned by the Reader</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#nextRawValue-org.apache.hadoop.io.SequenceFile.ValueBytes-">nextRawValue(SequenceFile.ValueBytes)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Read 'raw' values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#nextRawValue-org.apache.hadoop.io.SequenceFile.ValueBytes-">nextRawValue(SequenceFile.ValueBytes)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>
<div class="block">Fills up the passed rawValue with the value corresponding to the key
read earlier</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#NO_DEFAULT_REALM">NO_DEFAULT_REALM</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">String seen in <code>getDefaultRealm()</code> exceptions if the user has
no realm: "Cannot locate default realm".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#NO_PASSWORD_CONT">NO_PASSWORD_CONT</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#NO_PASSWORD_ERROR">NO_PASSWORD_ERROR</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#NO_PASSWORD_INSTRUCTIONS_DOC">NO_PASSWORD_INSTRUCTIONS_DOC</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#NO_PASSWORD_WARN">NO_PASSWORD_WARN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.html#NO_SCRIPT">NO_SCRIPT</a></span> - Static variable in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping</a></dt>
<dd>
<div class="block">Text used in the <a href="org/apache/hadoop/net/ScriptBasedMapping.html#toString--"><code>ScriptBasedMapping.toString()</code></a> method if there is no string
"no script"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyShell.html#NO_VALID_PROVIDERS">NO_VALID_PROVIDERS</a></span> - Static variable in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyShell.html" title="class in org.apache.hadoop.crypto.key">KeyShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#NO_VALID_PROVIDERS">NO_VALID_PROVIDERS</a></span> - Static variable in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/NoCacheFilter.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">NoCacheFilter</span></a> - Class in org.apache.hadoop.http</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/NoCacheFilter.html#NoCacheFilter--">NoCacheFilter()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/NoCacheFilter.html" title="class in org.apache.hadoop.http">NoCacheFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#noInterruptsLock">noInterruptsLock</a></span> - Variable in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">If the delegation token update thread holds this lock, it will
not get interrupted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html#NoMlockCacheManipulator--">NoMlockCacheManipulator()</a></span> - Constructor for class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.NoMlockCacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#NONE">NONE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Shared, empty set of attributes (a common case for FileStatus).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#noPasswordError--">noPasswordError()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">If a password for the provider is needed, but is not provided, this will
return an error message and instructions for supplying said password to
the provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#noPasswordError--">noPasswordError()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">If a password for the provider is needed, but is not provided, this will
return an error message and instructions for supplying said password to
the provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#noPasswordError-java.lang.String-java.lang.String-">noPasswordError(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#noPasswordWarning--">noPasswordWarning()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">If a password for the provider is needed, but is not provided, this will
return a warning and instructions for supplying said password to the
provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.html#noPasswordWarning--">noPasswordWarning()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.html" title="class in org.apache.hadoop.security.alias">CredentialProvider</a></dt>
<dd>
<div class="block">If a password for the provider is needed, but is not provided, this will
return a warning and instructions for supplying said password to the
provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#noPasswordWarning-java.lang.String-java.lang.String-">noPasswordWarning(String, String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#not--">not()</a></span> - Method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>
<div class="block">NOT operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#not--">not()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#not--">not()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#not--">not()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#noteFailure-java.lang.Exception-">noteFailure(Exception)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Failure handling: record the exception
that triggered it -if there was not one already.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.NotEnoughArgumentsException.html#NotEnoughArgumentsException-int-int-">NotEnoughArgumentsException(int, int)</a></span> - Constructor for exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.NotEnoughArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.NotEnoughArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html#notifyFatalError-java.lang.String-">notifyFatalError(String)</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ActiveStandbyElector.ActiveStandbyElectorCallback.html" title="interface in org.apache.hadoop.ha">ActiveStandbyElector.ActiveStandbyElectorCallback</a></dt>
<dd>
<div class="block">If there is any fatal error (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html#notifyListeners-org.apache.hadoop.service.Service-">notifyListeners(Service)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html" title="class in org.apache.hadoop.service">ServiceOperations.ServiceListeners</a></dt>
<dd>
<div class="block">Change to a new state and notify all listeners.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/NotInMountpointException.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">NotInMountpointException</span></a> - Exception in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">NotInMountpointException extends the UnsupportedOperationException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/NotInMountpointException.html#NotInMountpointException-org.apache.hadoop.fs.Path-java.lang.String-">NotInMountpointException(Path, String)</a></span> - Constructor for exception org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/NotInMountpointException.html" title="class in org.apache.hadoop.fs.viewfs">NotInMountpointException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/NotInMountpointException.html#NotInMountpointException-java.lang.String-">NotInMountpointException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/NotInMountpointException.html" title="class in org.apache.hadoop.fs.viewfs">NotInMountpointException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#NOTREADYREASON_FIELD_NUMBER">NOTREADYREASON_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#now-java.util.concurrent.TimeUnit-">now(TimeUnit)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#now--">now()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#NULL_SOURCE">NULL_SOURCE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">String to return when a source is null.</div>
</dd>
<dt><a href="org/apache/hadoop/security/NullGroupsMapping.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">NullGroupsMapping</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">This class provides groups mapping for <a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security"><code>UserGroupInformation</code></a> when the
user group information will not be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/NullGroupsMapping.html#NullGroupsMapping--">NullGroupsMapping()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/NullGroupsMapping.html" title="class in org.apache.hadoop.security">NullGroupsMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.NullOutputStream.html#NullOutputStream--">NullOutputStream()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.NullOutputStream.html" title="class in org.apache.hadoop.io">IOUtils.NullOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">NullWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Singleton Writable with no data.</div>
</dd>
<dt><a href="org/apache/hadoop/io/NullWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">NullWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator &quot;optimized&quot; for NullWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#NUM_DATA_UNITS_KEY">NUM_DATA_UNITS_KEY</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#NUM_OVERSHOOT_BYTES">NUM_OVERSHOOT_BYTES</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#NUM_PARITY_UNITS_KEY">NUM_PARITY_UNITS_KEY</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#numberOfBytesTillNextMarker-java.io.InputStream-">numberOfBytesTillNextMarker(InputStream)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>
<div class="block">Returns the number of bytes between the current stream position
and the immediate next BZip2 block marker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#numberOfSecretKeys--">numberOfSecretKeys()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#numberOfTokens--">numberOfTokens()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#numOfLeaves">numOfLeaves</a></span> - Variable in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_APPEND">O_APPEND</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_CREAT">O_CREAT</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_EXCL">O_EXCL</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_NOCTTY">O_NOCTTY</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_NONBLOCK">O_NONBLOCK</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_RDONLY">O_RDONLY</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_RDWR">O_RDWR</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_SYNC">O_SYNC</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_TRUNC">O_TRUNC</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#O_WRONLY">O_WRONLY</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_BULK_DELETE_REQUEST">OBJECT_BULK_DELETE_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">A bulk DELETE request was made: "object_bulk_delete_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_CONTINUE_LIST_REQUEST">OBJECT_CONTINUE_LIST_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Number of continued object listings made.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_COPY_REQUESTS">OBJECT_COPY_REQUESTS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_DELETE_OBJECTS">OBJECT_DELETE_OBJECTS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">The count of objects deleted in delete requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_DELETE_REQUEST">OBJECT_DELETE_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">A store's equivalent of a DELETE request was made: "object_delete_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_LIST_REQUEST">OBJECT_LIST_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">A store's equivalent of a paged LIST request was initiated: "object_list_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_METADATA_REQUESTS">OBJECT_METADATA_REQUESTS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">An HTTP HEAD request was made: "object_metadata_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_MULTIPART_UPLOAD_ABORTED">OBJECT_MULTIPART_UPLOAD_ABORTED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Object multipart upload aborted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_MULTIPART_UPLOAD_INITIATED">OBJECT_MULTIPART_UPLOAD_INITIATED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Object multipart upload initiated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_PUT_BYTES">OBJECT_PUT_BYTES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">number of bytes uploaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_PUT_BYTES_PENDING">OBJECT_PUT_BYTES_PENDING</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">number of bytes queued for upload/being actively uploaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_PUT_REQUEST">OBJECT_PUT_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Object put/multipart upload count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_PUT_REQUEST_ACTIVE">OBJECT_PUT_REQUEST_ACTIVE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Current number of active put requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_PUT_REQUEST_COMPLETED">OBJECT_PUT_REQUEST_COMPLETED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Object put/multipart upload completed count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OBJECT_SELECT_REQUESTS">OBJECT_SELECT_REQUESTS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Count of S3 Select (or similar) requests issued.</div>
</dd>
<dt><a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ObjectWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A polymorphic Writable that writes an instance with it's class name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#ObjectWritable--">ObjectWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#ObjectWritable-java.lang.Object-">ObjectWritable(Object)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#ObjectWritable-java.lang.Class-java.lang.Object-">ObjectWritable(Class, Object)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html#observationWindowMs-long-">observationWindowMs(long)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html" title="class in org.apache.hadoop.util">GcTimeMonitor.Builder</a></dt>
<dd>
<div class="block">Set observation window size in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#OBSERVER_VALUE">OBSERVER_VALUE</a></span> - Static variable in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>
<div class="block"><code>OBSERVER = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#offer-E-">offer(E)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>
<div class="block">Insert e into the backing queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#offer-E-long-java.util.concurrent.TimeUnit-">offer(E, long, TimeUnit)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#offer-E-long-java.util.concurrent.TimeUnit-">offer(E, long, TimeUnit)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#offer-E-">offer(E)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/RawComparable.html#offset--">offset()</a></span> - Method in interface org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/RawComparable.html" title="interface in org.apache.hadoop.io.file.tfile">RawComparable</a></dt>
<dd>
<div class="block">Get the offset of the first byte in the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#OldProtobufRpcProto--">OldProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#OldProtobufRpcProto--">OldProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html#oldVal">oldVal</a></span> - Variable in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html" title="class in org.apache.hadoop.conf">ReconfigurationUtil.PropertyChange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#onlyKeyExists-java.lang.String-">onlyKeyExists(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Return existence of the <code>name</code> property, but only for
names which have no valid value, usually non-existent or commented
out in XML.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_ABORT">OP_ABORT</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_abort".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_APPEND">OP_APPEND</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_append".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_APPEND">OP_APPEND</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_COPY_FROM_LOCAL_FILE">OP_COPY_FROM_LOCAL_FILE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_copy_from_local_file".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_COPY_FROM_LOCAL_FILE">OP_COPY_FROM_LOCAL_FILE</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_CREATE">OP_CREATE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_create".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_CREATE">OP_CREATE</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_CREATE_NON_RECURSIVE">OP_CREATE_NON_RECURSIVE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_create_non_recursive".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_CREATE_NON_RECURSIVE">OP_CREATE_NON_RECURSIVE</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_DELETE">OP_DELETE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_delete".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_DELETE">OP_DELETE</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_EXISTS">OP_EXISTS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_exists".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_EXISTS">OP_EXISTS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_GET_CONTENT_SUMMARY">OP_GET_CONTENT_SUMMARY</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_get_content_summary".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_GET_CONTENT_SUMMARY">OP_GET_CONTENT_SUMMARY</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_GET_DELEGATION_TOKEN">OP_GET_DELEGATION_TOKEN</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_get_delegation_token".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_GET_DELEGATION_TOKEN">OP_GET_DELEGATION_TOKEN</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_GET_FILE_CHECKSUM">OP_GET_FILE_CHECKSUM</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_get_file_checksum".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_GET_FILE_CHECKSUM">OP_GET_FILE_CHECKSUM</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_GET_FILE_STATUS">OP_GET_FILE_STATUS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_get_file_status".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_GET_FILE_STATUS">OP_GET_FILE_STATUS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_GET_STATUS">OP_GET_STATUS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_get_status".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_GET_STATUS">OP_GET_STATUS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_GLOB_STATUS">OP_GLOB_STATUS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_glob_status".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_GLOB_STATUS">OP_GLOB_STATUS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_HFLUSH">OP_HFLUSH</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_hflush".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_HSYNC">OP_HSYNC</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_hsync".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_IS_DIRECTORY">OP_IS_DIRECTORY</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_is_directory".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_IS_DIRECTORY">OP_IS_DIRECTORY</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_IS_FILE">OP_IS_FILE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_is_file".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_IS_FILE">OP_IS_FILE</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_LIST_FILES">OP_LIST_FILES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_list_files".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_LIST_FILES">OP_LIST_FILES</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_LIST_LOCATED_STATUS">OP_LIST_LOCATED_STATUS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_list_located_status".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_LIST_LOCATED_STATUS">OP_LIST_LOCATED_STATUS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_LIST_STATUS">OP_LIST_STATUS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_list_status".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_LIST_STATUS">OP_LIST_STATUS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_MKDIRS">OP_MKDIRS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_mkdirs".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_MKDIRS">OP_MKDIRS</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_MODIFY_ACL_ENTRIES">OP_MODIFY_ACL_ENTRIES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_modify_acl_entries".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_MODIFY_ACL_ENTRIES">OP_MODIFY_ACL_ENTRIES</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_OPEN">OP_OPEN</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_open".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_OPEN">OP_OPEN</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#OP_PARAM">OP_PARAM</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_REMOVE_ACL">OP_REMOVE_ACL</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_remove_acl".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_REMOVE_ACL">OP_REMOVE_ACL</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_REMOVE_ACL_ENTRIES">OP_REMOVE_ACL_ENTRIES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_remove_acl_entries".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_REMOVE_ACL_ENTRIES">OP_REMOVE_ACL_ENTRIES</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_REMOVE_DEFAULT_ACL">OP_REMOVE_DEFAULT_ACL</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_remove_default_acl".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_REMOVE_DEFAULT_ACL">OP_REMOVE_DEFAULT_ACL</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_RENAME">OP_RENAME</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_rename".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_RENAME">OP_RENAME</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_SET_ACL">OP_SET_ACL</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_set_acl".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_SET_ACL">OP_SET_ACL</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_SET_OWNER">OP_SET_OWNER</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_set_owner".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_SET_OWNER">OP_SET_OWNER</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_SET_PERMISSION">OP_SET_PERMISSION</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_set_permission".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_SET_PERMISSION">OP_SET_PERMISSION</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_SET_TIMES">OP_SET_TIMES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_set_times".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_SET_TIMES">OP_SET_TIMES</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_TRUNCATE">OP_TRUNCATE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">"op_truncate".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html#OP_TRUNCATE">OP_TRUNCATE</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs">StorageStatistics.CommonStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_XATTR_GET_MAP">OP_XATTR_GET_MAP</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Invoke <code>getXAttrs(Path path)</code>: "op_xattr_get_map".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_XATTR_GET_NAMED">OP_XATTR_GET_NAMED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Invoke <code>getXAttr(Path, String)</code>: "op_xattr_get_named".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_XATTR_GET_NAMED_MAP">OP_XATTR_GET_NAMED_MAP</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Invoke <code>getXAttrs(Path path, List&lt;String&gt; names)</code>: "op_xattr_get_named_map".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#OP_XATTR_LIST">OP_XATTR_LIST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Invoke <code>listXAttrs(Path path)</code>: "op_xattr_list".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#open-org.apache.hadoop.fs.Path-">open(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#open-org.apache.hadoop.fs.Path-"><code>FileContext.open(Path)</code></a> except that Path f must be for this
file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#open-org.apache.hadoop.fs.Path-int-"><code>FileContext.open(Path, int)</code></a> except that Path f must be for this
file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Opens an FSDataInputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#open-org.apache.hadoop.fs.Path-">open(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Opens an FSDataInputStream at the indicated Path using
default buffersize.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Opens an FSDataInputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Opens an FSDataInputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#open-org.apache.hadoop.fs.Path-">open(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Opens an FSDataInputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#open-org.apache.hadoop.fs.PathHandle-">open(PathHandle)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Open an FSDataInputStream matching the PathHandle instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#open-org.apache.hadoop.fs.PathHandle-int-">open(PathHandle, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Open an FSDataInputStream matching the PathHandle instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Opens an FSDataInputStream at the indicated Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#open-org.apache.hadoop.fs.PathHandle-int-">open(PathHandle, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Returns a har input stream which fakes end of
file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#open-org.apache.hadoop.fs.PathHandle-int-">open(PathHandle, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#open-org.apache.hadoop.fs.PathHandle-int-">open(PathHandle, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#open-org.apache.hadoop.fs.Path-int-">open(Path, int)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#open-org.apache.hadoop.fs.Path-org.apache.hadoop.io.WritableComparator-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Reader.Option...-">open(Path, WritableComparator, Configuration, SequenceFile.Reader.Option...)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#open-java.lang.String-int-int-">open(String, int, int)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>
<div class="block">Wrapper around open(2)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#OPEN_ALWAYS">OPEN_ALWAYS</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#OPEN_EXISTING">OPEN_EXISTING</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#openConnection-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-">openConnection(URL, AuthenticatedURL.Token)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Returns an authenticated <a href="https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html?is-external=true" title="class or interface in java.net"><code>HttpURLConnection</code></a>, it uses a Delegation
Token only if the given auth token is an instance of <a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html" title="class in org.apache.hadoop.security.token.delegation.web"><code>DelegationTokenAuthenticatedURL.Token</code></a> and
it contains a Delegation Token, otherwise use the configured
<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web"><code>DelegationTokenAuthenticator</code></a> to authenticate the connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#openConnection-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-">openConnection(URL, DelegationTokenAuthenticatedURL.Token)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Returns an authenticated <a href="https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html?is-external=true" title="class or interface in java.net"><code>HttpURLConnection</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#openConnection-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-java.lang.String-">openConnection(URL, DelegationTokenAuthenticatedURL.Token, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Returns an authenticated <a href="https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html?is-external=true" title="class or interface in java.net"><code>HttpURLConnection</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#openFile-org.apache.hadoop.fs.Path-">openFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">This is overridden to ensure that this class's
<a href="org/apache/hadoop/fs/ChecksumFileSystem.html#openFileWithOptions-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.impl.OpenFileParameters-"><code>ChecksumFileSystem.openFileWithOptions(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.impl.OpenFileParameters)</code></a>() method is called, and so ultimately
its <a href="org/apache/hadoop/fs/ChecksumFileSystem.html#open-org.apache.hadoop.fs.Path-int-"><code>ChecksumFileSystem.open(Path, int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#openFile-org.apache.hadoop.fs.Path-">openFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Open a file for reading through a builder API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#openFile-org.apache.hadoop.fs.Path-">openFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Open a file for reading through a builder API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#openFile-org.apache.hadoop.fs.PathHandle-">openFile(PathHandle)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Open a file for reading through a builder API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#openFile-org.apache.hadoop.fs.Path-">openFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#openFile-org.apache.hadoop.fs.PathHandle-">openFile(PathHandle)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#openFile-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-int-long-">openFile(FileSystem, Path, int, long)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Override this method to specialize the type of
<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs"><code>FSDataInputStream</code></a> returned.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl"><span class="typeNameLink">OpenFileParameters</span></a> - Class in org.apache.hadoop.fs.impl</dt>
<dd>
<div class="block">All the parameters from the openFile builder for the
<code>openFileWithOptions</code> commands.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#OpenFileParameters--">OpenFileParameters()</a></span> - Constructor for class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#openFileWithOptions-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.impl.OpenFileParameters-">openFileWithOptions(Path, OpenFileParameters)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Open a file with the given set of options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#openFileWithOptions-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.impl.OpenFileParameters-">openFileWithOptions(Path, OpenFileParameters)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Open the file as a blocking call to <a href="org/apache/hadoop/fs/ChecksumFileSystem.html#open-org.apache.hadoop.fs.Path-int-"><code>ChecksumFileSystem.open(Path, int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#openFileWithOptions-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.impl.OpenFileParameters-">openFileWithOptions(Path, OpenFileParameters)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Execute the actual open file operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#openFileWithOptions-org.apache.hadoop.fs.PathHandle-org.apache.hadoop.fs.impl.OpenFileParameters-">openFileWithOptions(PathHandle, OpenFileParameters)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Execute the actual open file operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#openFileWithOptions-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.impl.OpenFileParameters-">openFileWithOptions(Path, OpenFileParameters)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#openFileWithOptions-org.apache.hadoop.fs.PathHandle-org.apache.hadoop.fs.impl.OpenFileParameters-">openFileWithOptions(PathHandle, OpenFileParameters)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#openForRandomRead-java.io.File-java.lang.String-java.lang.String-java.lang.String-">openForRandomRead(File, String, String, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>
<div class="block">Open the given File for random read access, verifying the expected user/
group constraints if security is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#openForRead-java.io.File-java.lang.String-java.lang.String-">openForRead(File, String, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>
<div class="block">Open the given File for read access, verifying the expected user/group
constraints if security is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#openFSDataInputStream-java.io.File-java.lang.String-java.lang.String-">openFSDataInputStream(File, String, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>
<div class="block">Opens the <a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs"><code>FSDataInputStream</code></a> on the requested file on local file
system, verifying the expected user/group constraints if security is
enabled.</div>
</dd>
<dt><a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">OperationDuration</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Little duration counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#OperationDuration--">OperationDuration()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Instantiate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#opt-java.lang.String-java.lang.String-">opt(String, String)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set optional Builder parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#opt-java.lang.String-boolean-">opt(String, boolean)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set optional boolean parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#opt-java.lang.String-int-">opt(String, int)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set optional int parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#opt-java.lang.String-float-">opt(String, float)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set optional float parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#opt-java.lang.String-double-">opt(String, double)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set optional double parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSBuilder.html#opt-java.lang.String-java.lang.String...-">opt(String, String...)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSBuilder.html" title="interface in org.apache.hadoop.fs">FSBuilder</a></dt>
<dd>
<div class="block">Set an array of string values as optional parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#opt-java.lang.String-java.lang.String-">opt(String, String)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set optional Builder parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#opt-java.lang.String-boolean-">opt(String, boolean)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set optional boolean parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#opt-java.lang.String-int-">opt(String, int)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set optional int parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#opt-java.lang.String-float-">opt(String, float)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set optional float parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#opt-java.lang.String-double-">opt(String, double)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set optional double parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#opt-java.lang.String-java.lang.String...-">opt(String, String...)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Set an array of string values as optional parameter for the Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#OPT_EXTENSION">OPT_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>
<div class="block">Option to control the extension of the code: "io.compress.passthrough.extension".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.UnknownOptionException.html#option">option</a></span> - Variable in exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.UnknownOptionException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.UnknownOptionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#options-org.apache.hadoop.conf.Configuration-">options(Configuration)</a></span> - Static method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">A helper function to create an options object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#Options-org.apache.hadoop.conf.Configuration-">Options(Configuration)</a></span> - Constructor for class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This class contains options related to file system operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.html#Options--">Options()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.html" title="class in org.apache.hadoop.fs">Options</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Options.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">This class allows generic access to variable length type-safe parameter
lists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.html#Options--">Options()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.html" title="class in org.apache.hadoop.util">Options</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Options.BooleanOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.BooleanOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.ChecksumCombineMode.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">Options.ChecksumCombineMode</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Enum for indicating what mode to use when combining chunk and block
checksums to define an aggregate FileChecksum.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.ChecksumOpt</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This is used in FileSystem and FileContext to specify checksum options.</div>
</dd>
<dt><a href="org/apache/hadoop/util/Options.ClassOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.ClassOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Class to support the varargs for create() options.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.BlockSize.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.BlockSize</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.BufferSize.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.BufferSize</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.BytesPerChecksum.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.BytesPerChecksum</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This is not needed if ChecksumParam is specified.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.ChecksumParam.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.ChecksumParam</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.CreateParent.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.CreateParent</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.Perms.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.Perms</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.Progress.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.Progress</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.CreateOpts.ReplicationFactor.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.CreateOpts.ReplicationFactor</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Options.FSDataInputStreamOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.FSDataInputStreamOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Options.FSDataOutputStreamOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.FSDataOutputStreamOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.HandleOpt</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Options for creating <a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs"><code>PathHandle</code></a> references.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Options.HandleOpt.Data.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.HandleOpt.Data</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Option storing standard constraints on data.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Options.HandleOpt.Location.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Options.HandleOpt.Location</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Option storing standard constraints on location.</div>
</dd>
<dt><a href="org/apache/hadoop/util/Options.IntegerOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.IntegerOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Options.LongOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.LongOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Options.PathOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.PathOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Options.ProgressableOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.ProgressableOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/Options.Rename.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">Options.Rename</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Enum to support the varargs for rename() options</div>
</dd>
<dt><a href="org/apache/hadoop/util/Options.StringOption.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Options.StringOption</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#or-org.apache.hadoop.fs.permission.FsAction-">or(FsAction)</a></span> - Method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>
<div class="block">OR operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#or-org.apache.hadoop.util.bloom.Filter-">or(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#or-org.apache.hadoop.util.bloom.Filter-">or(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#or-org.apache.hadoop.util.bloom.Filter-">or(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/package-summary.html">org.apache.hadoop</a> - package org.apache.hadoop</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a> - package org.apache.hadoop.conf</dt>
<dd>
<div class="block">Configuration of system parameters.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/package-summary.html">org.apache.hadoop.crypto</a> - package org.apache.hadoop.crypto</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a> - package org.apache.hadoop.crypto.key</dt>
<dd>
<div class="block">Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a> - package org.apache.hadoop.crypto.key.kms</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/random/package-summary.html">org.apache.hadoop.crypto.random</a> - package org.apache.hadoop.crypto.random</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a> - package org.apache.hadoop.fs</dt>
<dd>
<div class="block">An abstract file system API.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/crypto/package-summary.html">org.apache.hadoop.fs.crypto</a> - package org.apache.hadoop.fs.crypto</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/ftp/package-summary.html">org.apache.hadoop.fs.ftp</a> - package org.apache.hadoop.fs.ftp</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/http/package-summary.html">org.apache.hadoop.fs.http</a> - package org.apache.hadoop.fs.http</dt>
<dd>
<div class="block">Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/protocolPB/package-summary.html">org.apache.hadoop.fs.protocolPB</a> - package org.apache.hadoop.fs.protocolPB</dt>
<dd>
<div class="block">Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/sftp/package-summary.html">org.apache.hadoop.fs.sftp</a> - package org.apache.hadoop.fs.sftp</dt>
<dd>
<div class="block">SFTP FileSystem package.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/find/package-summary.html">org.apache.hadoop.fs.shell.find</a> - package org.apache.hadoop.fs.shell.find</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a> - package org.apache.hadoop.fs.statistics</dt>
<dd>
<div class="block">This package contains support for statistic collection and reporting.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a> - package org.apache.hadoop.ha</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a> - package org.apache.hadoop.ha.proto</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/protocolPB/package-summary.html">org.apache.hadoop.ha.protocolPB</a> - package org.apache.hadoop.ha.protocolPB</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/lib/package-summary.html">org.apache.hadoop.http.lib</a> - package org.apache.hadoop.http.lib</dt>
<dd>
<div class="block">This package provides user-selectable (via configuration) classes that add
functionality to the web UI.</div>
</dd>
<dt><a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a> - package org.apache.hadoop.io</dt>
<dd>
<div class="block">Generic i/o code for use when reading and writing data to the network,
to databases, and to files.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a> - package org.apache.hadoop.io.compress</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/package-summary.html">org.apache.hadoop.io.erasurecode</a> - package org.apache.hadoop.io.erasurecode</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/coder/util/package-summary.html">org.apache.hadoop.io.erasurecode.coder.util</a> - package org.apache.hadoop.io.erasurecode.coder.util</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/erasurecode/grouper/package-summary.html">org.apache.hadoop.io.erasurecode.grouper</a> - package org.apache.hadoop.io.erasurecode.grouper</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a> - package org.apache.hadoop.io.file.tfile</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/serializer/package-summary.html">org.apache.hadoop.io.serializer</a> - package org.apache.hadoop.io.serializer</dt>
<dd>
<div class="block">
This package provides a mechanism for using different serialization frameworks
in Hadoop.</div>
</dd>
<dt><a href="org/apache/hadoop/io/serializer/avro/package-summary.html">org.apache.hadoop.io.serializer.avro</a> - package org.apache.hadoop.io.serializer.avro</dt>
<dd>
<div class="block">
This package provides Avro serialization in Hadoop.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a> - package org.apache.hadoop.ipc.proto</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a> - package org.apache.hadoop.ipc.protobuf</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protocolPB/package-summary.html">org.apache.hadoop.ipc.protocolPB</a> - package org.apache.hadoop.ipc.protocolPB</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/log/package-summary.html">org.apache.hadoop.log</a> - package org.apache.hadoop.log</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/log/metrics/package-summary.html">org.apache.hadoop.log.metrics</a> - package org.apache.hadoop.log.metrics</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</a> - package org.apache.hadoop.metrics2</dt>
<dd>
<div class="block">Metrics 2.0</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/annotation/package-summary.html">org.apache.hadoop.metrics2.annotation</a> - package org.apache.hadoop.metrics2.annotation</dt>
<dd>
<div class="block">Annotation interfaces for metrics instrumentation</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/filter/package-summary.html">org.apache.hadoop.metrics2.filter</a> - package org.apache.hadoop.metrics2.filter</dt>
<dd>
<div class="block">Builtin metrics filters (to be used in metrics config files)</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</a> - package org.apache.hadoop.metrics2.lib</dt>
<dd>
<div class="block">A collection of library classes for implementing metrics sources</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a> - package org.apache.hadoop.metrics2.sink</dt>
<dd>
<div class="block">Builtin metrics sinks</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/ganglia/package-summary.html">org.apache.hadoop.metrics2.sink.ganglia</a> - package org.apache.hadoop.metrics2.sink.ganglia</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/source/package-summary.html">org.apache.hadoop.metrics2.source</a> - package org.apache.hadoop.metrics2.source</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</a> - package org.apache.hadoop.metrics2.util</dt>
<dd>
<div class="block">General helpers for implementing source and sinks</div>
</dd>
<dt><a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a> - package org.apache.hadoop.net</dt>
<dd>
<div class="block">Network-related classes.</div>
</dd>
<dt><a href="org/apache/hadoop/net/unix/package-summary.html">org.apache.hadoop.net.unix</a> - package org.apache.hadoop.net.unix</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a> - package org.apache.hadoop.security</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a> - package org.apache.hadoop.security.alias</dt>
<dd>
<div class="block">Provides the hadoop credential provider API.</div>
</dd>
<dt><a href="org/apache/hadoop/security/authentication/server/package-summary.html">org.apache.hadoop.security.authentication.server</a> - package org.apache.hadoop.security.authentication.server</dt>
<dd>
<div class="block">Provides the server-side framework for authentication.</div>
</dd>
<dt><a href="org/apache/hadoop/security/authorize/package-summary.html">org.apache.hadoop.security.authorize</a> - package org.apache.hadoop.security.authorize</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/http/package-summary.html">org.apache.hadoop.security.http</a> - package org.apache.hadoop.security.http</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a> - package org.apache.hadoop.security.proto</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/protocolPB/package-summary.html">org.apache.hadoop.security.protocolPB</a> - package org.apache.hadoop.security.protocolPB</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/ssl/package-summary.html">org.apache.hadoop.security.ssl</a> - package org.apache.hadoop.security.ssl</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a> - package org.apache.hadoop.security.token</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/web/package-summary.html">org.apache.hadoop.security.token.delegation.web</a> - package org.apache.hadoop.security.token.delegation.web</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a> - package org.apache.hadoop.service</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a> - package org.apache.hadoop.service.launcher</dt>
<dd>
<div class="block">This package contains classes, interfaces and exceptions to launch
YARN services from the command line.</div>
</dd>
<dt><a href="org/apache/hadoop/tools/package-summary.html">org.apache.hadoop.tools</a> - package org.apache.hadoop.tools</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/proto/package-summary.html">org.apache.hadoop.tools.proto</a> - package org.apache.hadoop.tools.proto</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/protocolPB/package-summary.html">org.apache.hadoop.tools.protocolPB</a> - package org.apache.hadoop.tools.protocolPB</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a> - package org.apache.hadoop.tracing</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a> - package org.apache.hadoop.util</dt>
<dd>
<div class="block">Common utilities.</div>
</dd>
<dt><a href="org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</a> - package org.apache.hadoop.util.bloom</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/curator/package-summary.html">org.apache.hadoop.util.curator</a> - package org.apache.hadoop.util.curator</dt>
<dd>
<div class="block">This package provides utilities to interact with Curator ZooKeeper.</div>
</dd>
<dt><a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a> - package org.apache.hadoop.util.functional</dt>
<dd>
<div class="block">Support for functional programming within the Hadoop APIs.</div>
</dd>
<dt><a href="org/apache/hadoop/util/hash/package-summary.html">org.apache.hadoop.util.hash</a> - package org.apache.hadoop.util.hash</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#osType">osType</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Get the type of the operating system, as determined from parsing
the <code>os.name</code> property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#OTHER">OTHER</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#out">out</a></span> - Variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>
<div class="block">The output stream to be compressed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#overwrite-boolean-">overwrite(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Set to true to overwrite the existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#overwrite-boolean-">overwrite(boolean)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Set to true to overwrite the existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#overwrite-boolean-">overwrite(boolean)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Set to true to overwrite the existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#owner">owner</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#owner-java.lang.String-">owner(String)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>
<div class="block">Sets the file owner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#OWNER_FIELD_NUMBER">OWNER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.Pair.html#Pair-int-int-">Pair(int, int)</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.Pair.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry.Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#pairedTrackerFactory-org.apache.hadoop.fs.statistics.DurationTrackerFactory-org.apache.hadoop.fs.statistics.DurationTrackerFactory-">pairedTrackerFactory(DurationTrackerFactory, DurationTrackerFactory)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Create a DurationTrackerFactory which aggregates the tracking
of two other factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#PARAM1_FIELD_NUMBER">PARAM1_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#PARAM1_FIELD_NUMBER">PARAM1_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#PARAM2_FIELD_NUMBER">PARAM2_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#PARAM2_FIELD_NUMBER">PARAM2_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#PARAMS_FIELD_NUMBER">PARAMS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#PARAMS_FIELD_NUMBER">PARAMS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#parent--">parent()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#parent--">parent()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#parent--">parent()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#PARENTID_FIELD_NUMBER">PARENTID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/ParentNotDirectoryException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">ParentNotDirectoryException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Indicates that the parent of specified Path is not a directory
as expected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ParentNotDirectoryException.html#ParentNotDirectoryException--">ParentNotDirectoryException()</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ParentNotDirectoryException.html" title="class in org.apache.hadoop.fs">ParentNotDirectoryException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ParentNotDirectoryException.html#ParentNotDirectoryException-java.lang.String-">ParentNotDirectoryException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ParentNotDirectoryException.html" title="class in org.apache.hadoop.fs">ParentNotDirectoryException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageSize.html#parse-java.lang.String-">parse(String)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageSize.html" title="class in org.apache.hadoop.conf">StorageSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#parse-java.lang.String:A-int-">parse(String[], int)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block">Parse parameters starting from the given position
Consider using the variant that directly takes a List</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.html#parse-java.util.List-">parse(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.html" title="class in org.apache.hadoop.fs.shell">CommandFormat</a></dt>
<dd>
<div class="block">Parse parameters from the given list of args.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#parse-java.lang.String-">parse(String)</a></span> - Static method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>
<div class="block">For use in tests</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/Servers.html#parse-java.lang.String-int-">parse(String, int)</a></span> - Static method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/Servers.html" title="class in org.apache.hadoop.metrics2.util">Servers</a></dt>
<dd>
<div class="block">Parses a space and/or comma separated sequence of server specifications
of the form <i>hostname</i> or <i>hostname:port</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#parseAclEntry-java.lang.String-boolean-">parseAclEntry(String, boolean)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Parses a string representation of an ACL into a AclEntry object.<br>
The expected format of ACL entries in the string parameter is the same
format produced by the <a href="org/apache/hadoop/fs/permission/AclEntry.html#toStringStable--"><code>AclEntry.toStringStable()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#parseAclSpec-java.lang.String-boolean-">parseAclSpec(String, boolean)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Parses a string representation of an ACL spec into a list of AclEntry
objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationUtil.html#parseChangedProperties-org.apache.hadoop.conf.Configuration-org.apache.hadoop.conf.Configuration-">parseChangedProperties(Configuration, Configuration)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationUtil.html" title="class in org.apache.hadoop.conf">ReconfigurationUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#parseCommandArgs-org.apache.hadoop.conf.Configuration-java.util.List-">parseCommandArgs(Configuration, List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Parse the command arguments, extracting the service class as the last
element of the list (after extracting all the rest).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html#parseCommaSeparatedString-java.lang.String-">parseCommaSeparatedString(String)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry</a></dt>
<dd>
<div class="block">Parse the given string as a MultipleLinearRandomRetry object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseDelimitedFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseDelimitedFrom-java.io.InputStream-">parseDelimitedFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseDelimitedFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseDelimitedFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#parseExecResult-java.io.BufferedReader-">parseExecResult(BufferedReader)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Parse the execution result</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#parseExecResult-java.io.BufferedReader-">parseExecResult(BufferedReader)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-com.google.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-com.google.protobuf.ByteString-com.google.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-byte:A-com.google.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-java.io.InputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#parseFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-java.nio.ByteBuffer-">parseFrom(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-java.nio.ByteBuffer-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteBuffer, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-">parseFrom(ByteString)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.ByteString-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(ByteString, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-byte:A-">parseFrom(byte[])</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-byte:A-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(byte[], ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-java.io.InputStream-">parseFrom(InputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-java.io.InputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(InputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-">parseFrom(CodedInputStream)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parseFrom-org.apache.hadoop.thirdparty.protobuf.CodedInputStream-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">parseFrom(CodedInputStream, ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html#parseOwnerGroup-java.lang.String-">parseOwnerGroup(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chgrp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#parseOwnerGroup-java.lang.String-">parseOwnerGroup(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>
<div class="block">Parse the first argument into an owner and group</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#PARSER">PARSER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#parser--">parser()</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#parseStorageType-int-">parseStorageType(int)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#parseStorageType-java.lang.String-">parseStorageType(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ComparableVersion.html#parseVersion-java.lang.String-">parseVersion(String)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ComparableVersion.html" title="class in org.apache.hadoop.util">ComparableVersion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PartHandle.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">PartHandle</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Opaque, serializable reference to a part id for multipart uploads.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PartialListing</span></a>&lt;<a href="org/apache/hadoop/fs/PartialListing.html" title="type parameter in PartialListing">T</a> extends <a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a>&gt; - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A partial listing of the children of a parent directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartialListing.html#PartialListing-org.apache.hadoop.fs.Path-java.util.List-">PartialListing(Path, List&lt;T&gt;)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs">PartialListing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartialListing.html#PartialListing-org.apache.hadoop.fs.Path-org.apache.hadoop.ipc.RemoteException-">PartialListing(Path, RemoteException)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs">PartialListing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#PASS">PASS</a></span> - Static variable in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>
<div class="block">Result indicating <a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><code>Expression</code></a> processing should continue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecConstants.html#PASSTHROUGH_CODEC_EXTENSION">PASSTHROUGH_CODEC_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress">CodecConstants</a></dt>
<dd>
<div class="block">Default extension for
<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress"><code>PassthroughCodec</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">PassthroughCodec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This is a special codec which does not transform the output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#PassthroughCodec--">PassthroughCodec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">PassthroughCodec.PassthroughDecompressorStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">The decompressor.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">PassthroughCodec.StubDecompressor</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">The decompressor is a no-op.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#passthroughFn-E-">passthroughFn(E)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">A passthrough copy operation suitable for immutable
types, including numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#PASSWORD_FIELD_NUMBER">PASSWORD_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.PasswordReader.html#PasswordReader--">PasswordReader()</a></span> - Constructor for class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.PasswordReader.html" title="class in org.apache.hadoop.security.alias">CredentialShell.PasswordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#path--">path()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>
<div class="block">Handle is valid iff the referent is unmoved in the namespace.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Path</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Names a file or directory in a <a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><code>FileSystem</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#Path-java.lang.String-java.lang.String-">Path(String, String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Create a new Path based on the child path resolved against the parent path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#Path-org.apache.hadoop.fs.Path-java.lang.String-">Path(Path, String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Create a new Path based on the child path resolved against the parent path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#Path-java.lang.String-org.apache.hadoop.fs.Path-">Path(String, Path)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Create a new Path based on the child path resolved against the parent path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">Path(Path, Path)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Create a new Path based on the child path resolved against the parent path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#Path-java.lang.String-">Path(String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Construct a path from a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#Path-java.net.URI-">Path(URI)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Construct a path from a URI</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#Path-java.lang.String-java.lang.String-java.lang.String-">Path(String, String, String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Construct a Path from components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#PATH_FIELD_NUMBER">PATH_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#PATH_FIELD_NUMBER">PATH_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/IsActiveServlet.html#PATH_SPEC">PATH_SPEC</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http">IsActiveServlet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathAccessDeniedException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathAccessDeniedException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">EACCES</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathAccessDeniedException.html#PathAccessDeniedException-java.lang.String-">PathAccessDeniedException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathAccessDeniedException.html" title="class in org.apache.hadoop.fs">PathAccessDeniedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathAccessDeniedException.html#PathAccessDeniedException-java.lang.String-java.lang.Throwable-">PathAccessDeniedException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathAccessDeniedException.html" title="class in org.apache.hadoop.fs">PathAccessDeniedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathAccessDeniedException.html#PathAccessDeniedException-java.lang.String-java.lang.String-java.lang.Throwable-">PathAccessDeniedException(String, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathAccessDeniedException.html" title="class in org.apache.hadoop.fs">PathAccessDeniedException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathCapabilities.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">PathCapabilities</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">The Path counterpoint to <a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs"><code>StreamCapabilities</code></a>; a query to see if,
a FileSystem/FileContext instance has a specific capability under the given
path.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/PathData.FileTypeRequirement.html" title="enum in org.apache.hadoop.fs.shell"><span class="typeNameLink">PathData.FileTypeRequirement</span></a> - Enum in org.apache.hadoop.fs.shell</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/shell/PathData.PathType.html" title="enum in org.apache.hadoop.fs.shell"><span class="typeNameLink">PathData.PathType</span></a> - Enum in org.apache.hadoop.fs.shell</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathExistsException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathExistsException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Exception corresponding to File Exists - EEXISTS</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathExistsException.html#PathExistsException-java.lang.String-">PathExistsException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathExistsException.html" title="class in org.apache.hadoop.fs">PathExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathExistsException.html#PathExistsException-java.lang.String-java.lang.String-">PathExistsException(String, String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathExistsException.html" title="class in org.apache.hadoop.fs">PathExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathFilter.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">PathFilter</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">PathHandle</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Opaque, serializable reference to an entity in the FileSystem.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathIOException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Exceptions based on standard posix/linux style exceptions for path related
errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#PathIOException-java.lang.String-">PathIOException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>
<div class="block">Constructor a generic I/O error exception</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#PathIOException-java.lang.String-java.lang.Throwable-">PathIOException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>
<div class="block">Appends the text of a Throwable to the default error message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#PathIOException-java.lang.String-java.lang.String-">PathIOException(String, String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>
<div class="block">Avoid using this method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#PathIOException-java.lang.String-java.lang.String-java.lang.Throwable-">PathIOException(String, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathIsDirectoryException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathIsDirectoryException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">EISDIR</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIsDirectoryException.html#PathIsDirectoryException-java.lang.String-">PathIsDirectoryException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIsDirectoryException.html" title="class in org.apache.hadoop.fs">PathIsDirectoryException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathIsNotDirectoryException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathIsNotDirectoryException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">ENOTDIR</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIsNotDirectoryException.html#PathIsNotDirectoryException-java.lang.String-">PathIsNotDirectoryException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIsNotDirectoryException.html" title="class in org.apache.hadoop.fs">PathIsNotDirectoryException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathIsNotEmptyDirectoryException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathIsNotEmptyDirectoryException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Generated by rm commands</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIsNotEmptyDirectoryException.html#PathIsNotEmptyDirectoryException-java.lang.String-">PathIsNotEmptyDirectoryException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIsNotEmptyDirectoryException.html" title="class in org.apache.hadoop.fs">PathIsNotEmptyDirectoryException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathNotFoundException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathNotFoundException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Exception corresponding to path not found: ENOENT/ENOFILE</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathNotFoundException.html#PathNotFoundException-java.lang.String-">PathNotFoundException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathNotFoundException.html" title="class in org.apache.hadoop.fs">PathNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathNotFoundException.html#PathNotFoundException-java.lang.String-java.lang.Throwable-">PathNotFoundException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathNotFoundException.html" title="class in org.apache.hadoop.fs">PathNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathNotFoundException.html#PathNotFoundException-java.lang.String-java.lang.String-">PathNotFoundException(String, String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathNotFoundException.html" title="class in org.apache.hadoop.fs">PathNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathNotFoundException.html#PathNotFoundException-java.lang.String-java.lang.String-java.lang.Throwable-">PathNotFoundException(String, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathNotFoundException.html" title="class in org.apache.hadoop.fs">PathNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathOperationException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathOperationException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">ENOTSUP</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathOperationException.html#PathOperationException-java.lang.String-">PathOperationException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathOperationException.html" title="class in org.apache.hadoop.fs">PathOperationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.PathOption.html#PathOption-org.apache.hadoop.fs.Path-">PathOption(Path)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.PathOption.html" title="class in org.apache.hadoop.util">Options.PathOption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/PathPermissionException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">PathPermissionException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Exception corresponding to Operation Not Permitted - EPERM</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathPermissionException.html#PathPermissionException-java.lang.String-">PathPermissionException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathPermissionException.html" title="class in org.apache.hadoop.fs">PathPermissionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathPermissionException.html#PathPermissionException-java.lang.String-java.lang.Throwable-">PathPermissionException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathPermissionException.html" title="class in org.apache.hadoop.fs">PathPermissionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathPermissionException.html#PathPermissionException-java.lang.String-java.lang.String-">PathPermissionException(String, String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathPermissionException.html" title="class in org.apache.hadoop.fs">PathPermissionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathPermissionException.html#PathPermissionException-java.lang.String-java.lang.String-java.lang.Throwable-">PathPermissionException(String, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathPermissionException.html" title="class in org.apache.hadoop.fs">PathPermissionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#pathToFile-org.apache.hadoop.fs.Path-">pathToFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>
<div class="block">Convert a path to a File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#pathToFile-org.apache.hadoop.fs.Path-">pathToFile(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Convert a path to a File.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/protocolPB/PBHelper.html" title="class in org.apache.hadoop.fs.protocolPB"><span class="typeNameLink">PBHelper</span></a> - Class in <a href="org/apache/hadoop/fs/protocolPB/package-summary.html">org.apache.hadoop.fs.protocolPB</a></dt>
<dd>
<div class="block">Utility methods aiding conversion of fs data structures.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#peek--">peek()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#peek--">peek()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">Peek, like poll, provides no strict consistency.</div>
</dd>
<dt><a href="org/apache/hadoop/util/PerformanceAdvisory.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">PerformanceAdvisory</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PerformanceAdvisory.html#PerformanceAdvisory--">PerformanceAdvisory()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PerformanceAdvisory.html" title="class in org.apache.hadoop.util">PerformanceAdvisory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html#performFailover-T-">performFailover(T)</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/DefaultFailoverProxyProvider.html" title="class in org.apache.hadoop.io.retry">DefaultFailoverProxyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html#performFailover-T-">performFailover(T)</a></span> - Method in interface org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.html" title="interface in org.apache.hadoop.io.retry">FailoverProxyProvider</a></dt>
<dd>
<div class="block">Called whenever the associated <a href="org/apache/hadoop/io/retry/RetryPolicy.html" title="interface in org.apache.hadoop.io.retry"><code>RetryPolicy</code></a> determines that an error
warrants failing over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#PERM_FIELD_NUMBER">PERM_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#permission-org.apache.hadoop.fs.permission.FsPermission-">permission(FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Set permission for the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#permission-org.apache.hadoop.fs.permission.FsPermission-">permission(FsPermission)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Set permission for the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#permission-org.apache.hadoop.fs.permission.FsPermission-">permission(FsPermission)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Set permission for the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/Constants.html#PERMISSION_555">PERMISSION_555</a></span> - Static variable in interface org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/Constants.html" title="interface in org.apache.hadoop.fs.viewfs">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#PERMISSION_DENIED">PERMISSION_DENIED</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#PERMISSION_DENIED_BY_STICKY_BIT">PERMISSION_DENIED_BY_STICKY_BIT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#PERMISSION_FIELD_NUMBER">PERMISSION_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#perms-org.apache.hadoop.fs.permission.FsPermission-">perms(FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.Perms.html#Perms-org.apache.hadoop.fs.permission.FsPermission-">Perms(FsPermission)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.Perms.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.Perms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.BlockingInterface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">ping(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Interface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Stub.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.CustomProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">ping(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Interface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Stub.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewerProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">ping(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Interface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Stub.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.NewProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">ping(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Interface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Stub.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.OldProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">ping(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#ping-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.BlockingInterface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">ping(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Interface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Stub.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.CustomProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">ping(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">ping(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">ping(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">ping(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#ping-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.html#ping2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">ping2(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.html#ping2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping2(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#ping2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping2(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>
<div class="block"><code>rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html#ping2-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">ping2(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface.html#ping2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">ping2(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface.html#ping2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping2(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface</a></dt>
<dd>
<div class="block"><code>rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#ping2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping2(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>
<div class="block"><code>rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html#ping2-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">ping2(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html#Pmem--">Pmem()</a></span> - Constructor for class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Pmem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html#PmemMappedRegion-long-long-boolean-">PmemMappedRegion(long, long, boolean)</a></span> - Constructor for class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.PmemMappedRegion.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.PmemMappedRegion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#poll--">poll()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#poll-long-java.util.concurrent.TimeUnit-">poll(long, TimeUnit)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#poll-long-java.util.concurrent.TimeUnit-">poll(long, TimeUnit)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#poll--">poll()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">poll() provides no strict consistency: it is possible for poll to return
null even though an element is in the queue.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/PositionedReadable.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">PositionedReadable</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Stream that permits positional reading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#POSIX--">POSIX()</a></span> - Constructor for class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#POSIX_FADV_DONTNEED">POSIX_FADV_DONTNEED</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#POSIX_FADV_NOREUSE">POSIX_FADV_NOREUSE</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#POSIX_FADV_NORMAL">POSIX_FADV_NORMAL</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#POSIX_FADV_RANDOM">POSIX_FADV_RANDOM</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#POSIX_FADV_SEQUENTIAL">POSIX_FADV_SEQUENTIAL</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#POSIX_FADV_WILLNEED">POSIX_FADV_WILLNEED</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html#posixFadviseIfPossible-java.lang.String-java.io.FileDescriptor-long-long-int-">posixFadviseIfPossible(String, FileDescriptor, long, long, int)</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.CacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html#postStart--">postStart()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html" title="class in org.apache.hadoop.metrics2">MetricsSystem.AbstractCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html#postStart--">postStart()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html" title="interface in org.apache.hadoop.metrics2">MetricsSystem.Callback</a></dt>
<dd>
<div class="block">Called after start()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html#postStop--">postStop()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html" title="class in org.apache.hadoop.metrics2">MetricsSystem.AbstractCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html#postStop--">postStop()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html" title="interface in org.apache.hadoop.metrics2">MetricsSystem.Callback</a></dt>
<dd>
<div class="block">Called after stop()</div>
</dd>
<dt><a href="org/apache/hadoop/ha/PowerShellFencer.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">PowerShellFencer</span></a> - Class in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Fencer method that uses PowerShell to remotely connect to a machine and kill
the required process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/PowerShellFencer.html#PowerShellFencer--">PowerShellFencer()</a></span> - Constructor for class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/PowerShellFencer.html" title="class in org.apache.hadoop.ha">PowerShellFencer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html#pp">pp</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chmod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#PPC_64">PPC_64</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#PREADBYTEBUFFER">PREADBYTEBUFFER</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Stream read(long, ByteBuffer) capability implemented by
<a href="org/apache/hadoop/fs/ByteBufferPositionedReadable.html#read-long-java.nio.ByteBuffer-"><code>ByteBufferPositionedReadable.read(long, java.nio.ByteBuffer)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html#PREFIX">PREFIX</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/HttpCrossOriginFilterInitializer.html" title="class in org.apache.hadoop.security">HttpCrossOriginFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#prepare--">prepare()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#prepare--">prepare()</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Prepares the expression for execution, called once after setting options
and before processing any options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#prepare--">prepare()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#prepareAppendKey-int-">prepareAppendKey(int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Obtain an output stream for writing a key into TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#prepareAppendValue-int-">prepareAppendValue(int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Obtain an output stream for writing a value into TFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureDecoder.html#prepareDecodingStep-org.apache.hadoop.io.erasurecode.ECBlockGroup-">prepareDecodingStep(ECBlockGroup)</a></span> - Method in class org.apache.hadoop.io.erasurecode.coder.<a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureDecoder.html" title="class in org.apache.hadoop.io.erasurecode.coder">DummyErasureDecoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureEncoder.html#prepareEncodingStep-org.apache.hadoop.io.erasurecode.ECBlockGroup-">prepareEncodingStep(ECBlockGroup)</a></span> - Method in class org.apache.hadoop.io.erasurecode.coder.<a href="org/apache/hadoop/io/erasurecode/coder/DummyErasureEncoder.html" title="class in org.apache.hadoop.io.erasurecode.coder">DummyErasureEncoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#prepareMetaBlock-java.lang.String-java.lang.String-">prepareMetaBlock(String, String)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Obtain an output stream for creating a meta block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#prepareMetaBlock-java.lang.String-">prepareMetaBlock(String)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Obtain an output stream for creating a meta block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.html#prependOptions-T:A-T...-">prependOptions(T[], T...)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.html" title="class in org.apache.hadoop.util">Options</a></dt>
<dd>
<div class="block">Prepend some new options to the old options</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#preserveInput-boolean-">preserveInput(boolean)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>
<div class="block">Whether to delete the files when no longer needed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html#preStart--">preStart()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html" title="class in org.apache.hadoop.metrics2">MetricsSystem.AbstractCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html#preStart--">preStart()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html" title="interface in org.apache.hadoop.metrics2">MetricsSystem.Callback</a></dt>
<dd>
<div class="block">Called before start()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html#preStop--">preStop()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.html" title="class in org.apache.hadoop.metrics2">MetricsSystem.AbstractCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html#preStop--">preStop()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.Callback.html" title="interface in org.apache.hadoop.metrics2">MetricsSystem.Callback</a></dt>
<dd>
<div class="block">Called before stop()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#previousSnapshot">previousSnapshot</a></span> - Variable in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#primitiveCreate-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.fs.Options.ChecksumOpt-">primitiveCreate(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable, Options.ChecksumOpt)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#primitiveCreate-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-java.util.EnumSet-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.fs.Options.ChecksumOpt-">primitiveCreate(Path, FsPermission, EnumSet&lt;CreateFlag&gt;, int, short, long, Progressable, Options.ChecksumOpt)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#primitiveMkdir-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">primitiveMkdir(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#primitiveMkdir-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-boolean-">primitiveMkdir(Path, FsPermission, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#primitiveMkdir-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">primitiveMkdir(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#printCredentials-org.apache.hadoop.security.Credentials-org.apache.hadoop.io.Text-java.io.PrintStream-">printCredentials(Credentials, Text, PrintStream)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Print out a Credentials object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#printDefaultRealm--">printDefaultRealm()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Get the default realm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyShell.html#printException-java.lang.Exception-">printException(Exception)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyShell.html" title="class in org.apache.hadoop.crypto.key">KeyShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#printException-java.lang.Exception-">printException(Exception)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ToolRunner.html#printGenericCommandUsage-java.io.PrintStream-">printGenericCommandUsage(PrintStream)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ToolRunner.html" title="class in org.apache.hadoop.util">ToolRunner</a></dt>
<dd>
<div class="block">Prints generic command-line argurments and usage information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#printShellUsage--">printShellUsage()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AuthorizationException.html#printStackTrace--">printStackTrace()</a></span> - Method in exception org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize">AuthorizationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AuthorizationException.html#printStackTrace-java.io.PrintStream-">printStackTrace(PrintStream)</a></span> - Method in exception org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize">AuthorizationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AuthorizationException.html#printStackTrace-java.io.PrintWriter-">printStackTrace(PrintWriter)</a></span> - Method in exception org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AuthorizationException.html" title="class in org.apache.hadoop.security.authorize">AuthorizationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#printStatistics--">printStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Prints statistics for all file systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#printStatistics--">printStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Prints the statistics to standard output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#printStatistics--">printStatistics()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Print all statistics for all file systems to <code>System.out</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#printThreadInfo-java.io.PrintStream-java.lang.String-">printThreadInfo(PrintStream, String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Print all of the thread's information and stack traces.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#printTokenFile-java.io.File-org.apache.hadoop.io.Text-org.apache.hadoop.conf.Configuration-java.io.PrintStream-">printTokenFile(File, Text, Configuration, PrintStream)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Print out a Credentials file from the local filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#privateClone-org.apache.hadoop.io.Text-">privateClone(Text)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Create a private clone of a public token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Reader.html#probablyHasKey-org.apache.hadoop.io.WritableComparable-">probablyHasKey(WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io">BloomMapFile.Reader</a></dt>
<dd>
<div class="block">Checks if this MapFile has the indicated key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html#proceed--">proceed()</a></span> - Method in interface org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html" title="interface in org.apache.hadoop.security.http">RestCsrfPreventionFilter.HttpInteraction</a></dt>
<dd>
<div class="block">Called by the filter after it decides that the request may proceed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#processChecksumOpt-org.apache.hadoop.fs.Options.ChecksumOpt-org.apache.hadoop.fs.Options.ChecksumOpt-int-">processChecksumOpt(Options.ChecksumOpt, Options.ChecksumOpt, int)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>
<div class="block">A helper method for processing user input and default value to
create a combined checksum option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#processChecksumOpt-org.apache.hadoop.fs.Options.ChecksumOpt-org.apache.hadoop.fs.Options.ChecksumOpt-">processChecksumOpt(Options.ChecksumOpt, Options.ChecksumOpt)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>
<div class="block">A helper method for processing user input and default value to
create a combined checksum option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#processDeleteOnExit--">processDeleteOnExit()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Delete all paths that were marked as delete-on-exit.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/ProcessingDetails.Timing.html" title="enum in org.apache.hadoop.ipc"><span class="typeNameLink">ProcessingDetails.Timing</span></a> - Enum in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">The different stages to track the time of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html#processNonexistentPath-org.apache.hadoop.fs.shell.PathData-">processNonexistentPath(PathData)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html#processNonexistentPath-org.apache.hadoop.fs.shell.PathData-">processNonexistentPath(PathData)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touchz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html#processOptions-java.util.LinkedList-">processOptions(LinkedList&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chmod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#processOptions-java.util.LinkedList-">processOptions(LinkedList&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html#processOptions-java.util.LinkedList-">processOptions(LinkedList&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html#processOptions-java.util.LinkedList-">processOptions(LinkedList&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touchz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html#processPath-org.apache.hadoop.fs.shell.PathData-">processPath(PathData)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chmod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#processPath-org.apache.hadoop.fs.shell.PathData-">processPath(PathData)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html#processPath-org.apache.hadoop.fs.shell.PathData-">processPath(PathData)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html#processPath-org.apache.hadoop.fs.shell.PathData-">processPath(PathData)</a></span> - Method in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touchz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Help.html#processRawArguments-java.util.LinkedList-">processRawArguments(LinkedList&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Help.html" title="class in org.apache.hadoop.fs">FsShell.Help</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Usage.html#processRawArguments-java.util.LinkedList-">processRawArguments(LinkedList&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Usage.html" title="class in org.apache.hadoop.fs">FsShell.Usage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#progress-org.apache.hadoop.util.Progressable-">progress(Progressable)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Set the facility of reporting progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#progress-org.apache.hadoop.util.Progressable-">progress(Progressable)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.Progress.html#Progress-org.apache.hadoop.util.Progressable-">Progress(Progressable)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.Progress.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.Progress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Progressable.html#progress--">progress()</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</a></dt>
<dd>
<div class="block">Report progress to the Hadoop framework.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#progressable-org.apache.hadoop.util.Progressable-">progressable(Progressable)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#progressable-org.apache.hadoop.util.Progressable-">progressable(Progressable)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">Progressable</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A facility for reporting progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.ProgressableOption.html#ProgressableOption-org.apache.hadoop.util.Progressable-">ProgressableOption(Progressable)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.ProgressableOption.html" title="class in org.apache.hadoop.util">Options.ProgressableOption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html" title="class in org.apache.hadoop.metrics2.sink"><span class="typeNameLink">PrometheusMetricsSink</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a></dt>
<dd>
<div class="block">Metrics sink for prometheus exporter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html#PrometheusMetricsSink--">PrometheusMetricsSink()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html" title="class in org.apache.hadoop.metrics2.sink">PrometheusMetricsSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html#prometheusName-java.lang.String-java.lang.String-">prometheusName(String, String)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html" title="class in org.apache.hadoop.metrics2.sink">PrometheusMetricsSink</a></dt>
<dd>
<div class="block">Convert CamelCase based names to lower-case names where the separator
is the underscore, to follow prometheus naming conventions.</div>
</dd>
<dt><a href="org/apache/hadoop/http/PrometheusServlet.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">PrometheusServlet</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">Servlet to publish hadoop metrics in prometheus format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/PrometheusServlet.html#PrometheusServlet--">PrometheusServlet()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/PrometheusServlet.html" title="class in org.apache.hadoop.http">PrometheusServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#promptForCredential--">promptForCredential()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html#prop">prop</a></span> - Variable in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html" title="class in org.apache.hadoop.conf">ReconfigurationUtil.PropertyChange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html#PropertyChange-java.lang.String-java.lang.String-java.lang.String-">PropertyChange(String, String, String)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html" title="class in org.apache.hadoop.conf">ReconfigurationUtil.PropertyChange</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngine</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html#ProtobufRpcEngine--">ProtobufRpcEngine()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Invoker.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngine.Invoker</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Server.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngine.Server</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Server implementation is always ProtobufRpcEngine2 based implementation,
supports backward compatibility for protobuf 2.5 based implementations,
which uses non-shaded protobuf classes.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngine2</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">RPC Engine for for protobuf based RPCs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html#ProtobufRpcEngine2--">ProtobufRpcEngine2()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Invoker.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngine2.Invoker</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Server.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngine2.Server</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngine2Protos</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngine2Protos.RequestHeaderProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
This message is the header for the Protobuf Rpc Engine
when sending a RPC request from RPC client to the RPC server.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
This message is the header for the Protobuf Rpc Engine
when sending a RPC request from RPC client to the RPC server.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngineCallback</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback2.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">ProtobufRpcEngineCallback2</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngineProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngineProtos.RequestHeaderProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RequestHeaderProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RequestHeaderProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#PROTOCOL_FIELD_NUMBER">PROTOCOL_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#PROTOCOL_FIELD_NUMBER">PROTOCOL_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#PROTOCOL_FIELD_NUMBER">PROTOCOL_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#PROTOCOL_FIELD_NUMBER">PROTOCOL_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogLevel.html#PROTOCOL_HTTP">PROTOCOL_HTTP</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogLevel.html" title="class in org.apache.hadoop.log">LogLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogLevel.html#PROTOCOL_HTTPS">PROTOCOL_HTTPS</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogLevel.html" title="class in org.apache.hadoop.log">LogLevel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtocolInfo.html" title="annotation in org.apache.hadoop.ipc"><span class="typeNameLink">ProtocolInfo</span></a> - Annotation Type in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">The protocol name that is used when a client and server connect.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolSignatureRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Get protocol signature request.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Get protocol signature request.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolSignatureResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Get protocol signature response.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Get protocol signature response.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolVersionsRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Request to get protocol versions for all supported rpc kinds.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Request to get protocol versions for all supported rpc kinds.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolVersionsResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Get protocol version response.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Get protocol version response.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolInfoService</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Protocol to get information about protocols.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolInfoService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolInfoService.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolInfoService.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolSignatureProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ProtocolSignatureProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolSignatureProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ProtocolSignatureProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolVersionProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Protocol version with corresponding rpc kind.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolVersionProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Protocol version with corresponding rpc kind.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">ProtocolInfoProtos.ProtocolVersionProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html#ProtocolInfoService--">ProtocolInfoService()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolInfoService.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolInfoService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtocolMetaInfoPB.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">ProtocolMetaInfoPB</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Protocol to get versions and signatures for supported protocols from the
server.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/ProtocolMetaInfoServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtocolMetaInfoServerSideTranslatorPB</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">This class serves the requests for protocol versions and signatures by
looking them up in the server registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolMetaInfoServerSideTranslatorPB.html#ProtocolMetaInfoServerSideTranslatorPB-org.apache.hadoop.ipc.RPC.Server-">ProtocolMetaInfoServerSideTranslatorPB(RPC.Server)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolMetaInfoServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc">ProtocolMetaInfoServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProtocolProxy.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtocolProxy</span></a>&lt;<a href="org/apache/hadoop/ipc/ProtocolProxy.html" title="type parameter in ProtocolProxy">T</a>&gt; - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">a class wraps around a server's proxy,
containing a list of its supported methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolProxy.html#ProtocolProxy-java.lang.Class-T-boolean-">ProtocolProxy(Class&lt;T&gt;, T, boolean)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolProxy.html" title="class in org.apache.hadoop.ipc">ProtocolProxy</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProtocolSignature</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#ProtocolSignature--">ProtocolSignature()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>
<div class="block">default constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#ProtocolSignature-long-int:A-">ProtocolSignature(long, int[])</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#PROTOCOLSIGNATURE_FIELD_NUMBER">PROTOCOLSIGNATURE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#PROTOCOLVERSIONS_FIELD_NUMBER">PROTOCOLVERSIONS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ProtoUtil</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#ProtoUtil--">ProtoUtil()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobalStorageStatistics.StorageStatisticsProvider.html#provide--">provide()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobalStorageStatistics.StorageStatisticsProvider.html" title="interface in org.apache.hadoop.fs">GlobalStorageStatistics.StorageStatisticsProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Waitable.html#provide-T-">provide(T)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Waitable.html" title="class in org.apache.hadoop.util">Waitable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">ProviderUtils</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Utility methods for both key and credential provider APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html#proxy">proxy</a></span> - Variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html" title="class in org.apache.hadoop.io.retry">FailoverProxyProvider.ProxyInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/ProxyCombiner.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">ProxyCombiner</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">A utility class used to combine two protocol proxies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html#ProxyInfo-T-java.lang.String-">ProxyInfo(T, String)</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html" title="class in org.apache.hadoop.io.retry">FailoverProxyProvider.ProxyInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html#proxyInfo">proxyInfo</a></span> - Variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html" title="class in org.apache.hadoop.io.retry">FailoverProxyProvider.ProxyInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/authorize/ProxyServers.html" title="class in org.apache.hadoop.security.authorize"><span class="typeNameLink">ProxyServers</span></a> - Class in <a href="org/apache/hadoop/security/authorize/package-summary.html">org.apache.hadoop.security.authorize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ProxyServers.html#ProxyServers--">ProxyServers()</a></span> - Constructor for class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ProxyServers.html" title="class in org.apache.hadoop.security.authorize">ProxyServers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html#PROXYUSER_PREFIX">PROXYUSER_PREFIX</a></span> - Static variable in class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server"><span class="typeNameLink">ProxyUserAuthenticationFilter</span></a> - Class in <a href="org/apache/hadoop/security/authentication/server/package-summary.html">org.apache.hadoop.security.authentication.server</a></dt>
<dd>
<div class="block">AuthenticationFilter which adds support to perform operations
using end user instead of proxy user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html#ProxyUserAuthenticationFilter--">ProxyUserAuthenticationFilter()</a></span> - Constructor for class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security.authentication.server"><span class="typeNameLink">ProxyUserAuthenticationFilterInitializer</span></a> - Class in <a href="org/apache/hadoop/security/authentication/server/package-summary.html">org.apache.hadoop.security.authentication.server</a></dt>
<dd>
<div class="block">Filter initializer to initialize
<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server"><code>ProxyUserAuthenticationFilter</code></a> which adds support
to perform operations using end user instead of proxy user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilterInitializer.html#ProxyUserAuthenticationFilterInitializer--">ProxyUserAuthenticationFilterInitializer()</a></span> - Constructor for class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilterInitializer.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilterInitializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/delegation/web/PseudoDelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web"><span class="typeNameLink">PseudoDelegationTokenAuthenticator</span></a> - Class in <a href="org/apache/hadoop/security/token/delegation/web/package-summary.html">org.apache.hadoop.security.token.delegation.web</a></dt>
<dd>
<div class="block">The <code>PseudoDelegationTokenAuthenticator</code> provides support for
Hadoop's pseudo authentication mechanism that accepts
the user name specified as a query string parameter and support for Hadoop
Delegation Token operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/PseudoDelegationTokenAuthenticator.html#PseudoDelegationTokenAuthenticator--">PseudoDelegationTokenAuthenticator()</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/PseudoDelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">PseudoDelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#publishAsStorageStatistics-java.lang.String-java.lang.String-org.apache.hadoop.fs.statistics.IOStatistics-">publishAsStorageStatistics(String, String, IOStatistics)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Publish the IOStatistics as a set of storage statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#publishMetricsNow--">publishMetricsNow()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>
<div class="block">Requests an immediate publish of all metrics from sources to sinks.</div>
</dd>
<dt><a href="org/apache/hadoop/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">PureJavaCrc32</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A pure-java implementation of the CRC32 checksum that uses
the same polynomial as the built-in native CRC32.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32.html#PureJavaCrc32--">PureJavaCrc32()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util">PureJavaCrc32</a></dt>
<dd>
<div class="block">Create a new PureJavaCrc32 object.</div>
</dd>
<dt><a href="org/apache/hadoop/util/PureJavaCrc32C.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">PureJavaCrc32C</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A pure-java implementation of the CRC32 checksum that uses
the CRC32-C polynomial, the same polynomial used by iSCSI
and implemented on many Intel chipsets supporting SSE4.2.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32C.html#PureJavaCrc32C--">PureJavaCrc32C()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32C.html" title="class in org.apache.hadoop.util">PureJavaCrc32C</a></dt>
<dd>
<div class="block">Create a new PureJavaCrc32 object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobalStorageStatistics.html#put-java.lang.String-org.apache.hadoop.fs.GlobalStorageStatistics.StorageStatisticsProvider-">put(String, GlobalStorageStatistics.StorageStatisticsProvider)</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobalStorageStatistics.html" title="enum in org.apache.hadoop.fs">GlobalStorageStatistics</a></dt>
<dd>
<div class="block">Create or return the StorageStatistics object with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#put-org.apache.hadoop.io.Writable-org.apache.hadoop.io.Writable-">put(Writable, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#put-int-java.lang.Object-">put(int, Object)</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#put-K-org.apache.hadoop.io.Writable-">put(K, Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#put-E-">put(E)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>
<div class="block">Insert e into the backing queue or block until we can.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#put-E-">put(E)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#putAll-java.util.Map-">putAll(Map&lt;? extends Writable, ? extends Writable&gt;)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#putAll-java.util.Map-">putAll(Map&lt;? extends K, ? extends Writable&gt;)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#putBlocker-java.lang.String-java.lang.String-">putBlocker(String, String)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Put a blocker to the blocker map -replacing any
with the same name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteBufferPool.html#putBuffer-java.nio.ByteBuffer-">putBuffer(ByteBuffer)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteBufferPool.html" title="interface in org.apache.hadoop.io">ByteBufferPool</a></dt>
<dd>
<div class="block">Release a buffer back to the pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ElasticByteBufferPool.html#putBuffer-java.nio.ByteBuffer-">putBuffer(ByteBuffer)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ElasticByteBufferPool.html" title="class in org.apache.hadoop.io">ElasticByteBufferPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSink.html#putMetrics-org.apache.hadoop.metrics2.MetricsRecord-">putMetrics(MetricsRecord)</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSink.html" title="interface in org.apache.hadoop.metrics2">MetricsSink</a></dt>
<dd>
<div class="block">Put a metrics record in the sink</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/FileSink.html#putMetrics-org.apache.hadoop.metrics2.MetricsRecord-">putMetrics(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/FileSink.html" title="class in org.apache.hadoop.metrics2.sink">FileSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html#putMetrics-org.apache.hadoop.metrics2.MetricsRecord-">putMetrics(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/GangliaSink30.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">GangliaSink30</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html#putMetrics-org.apache.hadoop.metrics2.MetricsRecord-">putMetrics(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html#putMetrics-org.apache.hadoop.metrics2.MetricsRecord-">putMetrics(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html" title="class in org.apache.hadoop.metrics2.sink">PrometheusMetricsSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#putMetrics-org.apache.hadoop.metrics2.MetricsRecord-">putMetrics(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.html#putMetrics-org.apache.hadoop.metrics2.MetricsRecord-">putMetrics(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploader.html#putPart-org.apache.hadoop.fs.UploadHandle-int-org.apache.hadoop.fs.Path-java.io.InputStream-long-">putPart(UploadHandle, int, Path, InputStream, long)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs">MultipartUploader</a></dt>
<dd>
<div class="block">Put part as part of a multipart upload.</div>
</dd>
</dl>
<a name="I:Q">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#QSORT_STACK_SIZE">QSORT_STACK_SIZE</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.QualifiedHostResolver.html#QualifiedHostResolver--">QualifiedHostResolver()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.QualifiedHostResolver.html" title="class in org.apache.hadoop.security">SecurityUtil.QualifiedHostResolver</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html" title="interface in org.apache.hadoop.metrics2.util"><span class="typeNameLink">QuantileEstimator</span></a> - Interface in <a href="org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#quantiles">quantiles</a></span> - Static variable in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#quarterDigest--">quarterDigest()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Return a 32-bit digest of the MD5.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#QUEUE_SHRUNK_OPS">QUEUE_SHRUNK_OPS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Number of task queue shrunk operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#queueCall-org.apache.hadoop.ipc.Server.Call-">queueCall(Server.Call)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#quota-long-">quota(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#quota-long-">quota(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#QUOTA_HEADER">QUOTA_HEADER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#QUOTA_HEADER_FIELDS">QUOTA_HEADER_FIELDS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#QUOTA_STRING_FORMAT">QUOTA_STRING_FORMAT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Output format:
|----12----| |----15----| |----15----| |----15----| |-------18-------|
QUOTA REMAINING_QUOTA SPACE_QUOTA SPACE_QUOTA_REM FILE_NAME</div>
</dd>
<dt><a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">QuotaUsage</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Store the quota usage of a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#QuotaUsage--">QuotaUsage()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#QuotaUsage-org.apache.hadoop.fs.QuotaUsage.Builder-">QuotaUsage(QuotaUsage.Builder)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Build the instance based on the builder.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">QuotaUsage.Builder</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Builder class for QuotaUsage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#quoteHtmlChars-java.io.OutputStream-byte:A-int-int-">quoteHtmlChars(OutputStream, byte[], int, int)</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>
<div class="block">Quote all of the active HTML characters in the given string as they
are added to the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#quoteHtmlChars-java.lang.String-">quoteHtmlChars(String)</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>
<div class="block">Quote the given item to make it html-safe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#quoteOutputStream-java.io.OutputStream-">quoteOutputStream(OutputStream)</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>
<div class="block">Return an output stream that quotes all of the output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html#QuotingInputFilter--">QuotingInputFilter()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/FutureIO.html#raiseInnerCause-java.util.concurrent.ExecutionException-">raiseInnerCause(ExecutionException)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/FutureIO.html" title="class in org.apache.hadoop.util.functional">FutureIO</a></dt>
<dd>
<div class="block">From the inner cause of an execution exception, extract the inner cause
if it is an IOE or RTE.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/FutureIO.html#raiseInnerCause-java.util.concurrent.CompletionException-">raiseInnerCause(CompletionException)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/FutureIO.html" title="class in org.apache.hadoop.util.functional">FutureIO</a></dt>
<dd>
<div class="block">Extract the cause of a completion failure and rethrow it if an IOE
or RTE.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RemoveScheme.html#RANDOM">RANDOM</a></span> - Static variable in interface org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RemoveScheme.html" title="interface in org.apache.hadoop.util.bloom">RemoveScheme</a></dt>
<dd>
<div class="block">Random selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RemoveScheme.html#RATIO">RATIO</a></span> - Static variable in interface org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RemoveScheme.html" title="interface in org.apache.hadoop.util.bloom">RemoveScheme</a></dt>
<dd>
<div class="block">Ratio Selection.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/RawComparable.html" title="interface in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">RawComparable</span></a> - Interface in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">Interface for objects that can be compared through <a href="org/apache/hadoop/io/RawComparator.html" title="interface in org.apache.hadoop.io"><code>RawComparator</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/RawComparator.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">RawComparator</span></a>&lt;<a href="org/apache/hadoop/io/RawComparator.html" title="type parameter in RawComparator">T</a>&gt; - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">
A <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><code>Comparator</code></a> that operates directly on byte representations of
objects.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">RawLocalFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Implement the FileSystem API for the raw local filesystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#RawLocalFileSystem--">RawLocalFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#rawMapping">rawMapping</a></span> - Variable in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>
<div class="block">The uncached mapping</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#RawScriptBasedMapping--">RawScriptBasedMapping()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AvroFSInput.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs">AvroFSInput</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ByteBufferPositionedReadable.html#read-long-java.nio.ByteBuffer-">read(long, ByteBuffer)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ByteBufferPositionedReadable.html" title="interface in org.apache.hadoop.fs">ByteBufferPositionedReadable</a></dt>
<dd>
<div class="block">Reads up to <code>buf.remaining()</code> bytes into buf from a given position
in the file and returns the number of bytes read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ByteBufferReadable.html#read-java.nio.ByteBuffer-">read(ByteBuffer)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ByteBufferReadable.html" title="interface in org.apache.hadoop.fs">ByteBufferReadable</a></dt>
<dd>
<div class="block">Reads up to buf.remaining() bytes into buf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#read-long-byte:A-int-int-">read(long, byte[], int, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">Read bytes from the given position in the stream to the given buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#read-java.nio.ByteBuffer-">read(ByteBuffer)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#read-org.apache.hadoop.io.ByteBufferPool-int-java.util.EnumSet-">read(ByteBufferPool, int, EnumSet&lt;ReadOption&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#read-org.apache.hadoop.io.ByteBufferPool-int-">read(ByteBufferPool, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#read-long-java.nio.ByteBuffer-">read(long, ByteBuffer)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#read-long-byte:A-int-int-">read(long, byte[], int, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#read-java.io.DataInput-">read(DataInput)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Create and initialize a <a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission"><code>FsPermission</code></a> from <a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io"><code>DataInput</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PositionedReadable.html#read-long-byte:A-int-int-">read(long, byte[], int, int)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PositionedReadable.html" title="interface in org.apache.hadoop.fs">PositionedReadable</a></dt>
<dd>
<div class="block">Read up to the specified number of bytes, from a given
position within a file, and return the number of bytes read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#read--">read()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>
<div class="block">In CONTINOUS reading mode, this read method starts from the
start of the compressed stream and end at the end of file by
emitting un-compressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">Read bytes from the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#read--">read()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.PassthroughDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html#read--">read()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.PassthroughDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.PassthroughDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#read--">read()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#read-java.io.DataInput-">read(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Constructs, reads and returns an instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html#read-java.io.DataInput-">read(DataInput)</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security">SaslRpcServer.AuthMethod</a></dt>
<dd>
<div class="block">Read from in</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LimitInputStream.html#read--">read()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util">LimitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LimitInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util">LimitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#READ_AHEAD_BYTES_READ">READ_AHEAD_BYTES_READ</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total number of bytes read from readAhead.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#READ_LINK_COMMAND">READ_LINK_COMMAND</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">a Unix command to get a link target: "readlink".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#READAHEAD">READAHEAD</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Stream setReadahead capability implemented by
<a href="org/apache/hadoop/fs/CanSetReadahead.html#setReadahead-java.lang.Long-"><code>CanSetReadahead.setReadahead(Long)</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/ReadaheadPool.ReadaheadRequest.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">ReadaheadPool.ReadaheadRequest</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">An outstanding readahead request that has been submitted to
the pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#readAndProcess--">readAndProcess()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>
<div class="block">This method reads in a non-blocking fashion from the channel:
this method is called repeatedly when data is present in the channel;
when it has enough data to process one rpc it processes that rpc.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#READBYTEBUFFER">READBYTEBUFFER</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Stream read(ByteBuffer) capability implemented by
<a href="org/apache/hadoop/fs/ByteBufferReadable.html#read-java.nio.ByteBuffer-"><code>ByteBufferReadable.read(java.nio.ByteBuffer)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readCompressedByteArray-java.io.DataInput-">readCompressedByteArray(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readCompressedString-java.io.DataInput-">readCompressedString(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readCompressedStringArray-java.io.DataInput-">readCompressedStringArray(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#readDouble-byte:A-int-">readDouble(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Parse a double from a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readEnum-java.io.DataInput-java.lang.Class-">readEnum(DataInput, Class&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Read an Enum value from DataInput, Enums are read and written
using String values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Reader.html" title="class in org.apache.hadoop.io">ArrayFile.Reader</a></dt>
<dd>
<div class="block">Construct an array reader for the named file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Reader.html#Reader-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Reader.Option...-">Reader(Path, Configuration, SequenceFile.Reader.Option...)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io">BloomMapFile.Reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io">BloomMapFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-org.apache.hadoop.conf.Configuration-boolean-">Reader(FileSystem, String, WritableComparator, Configuration, boolean)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io">BloomMapFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, String, WritableComparator, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Reader.html" title="class in org.apache.hadoop.io">BloomMapFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html#Reader-org.apache.hadoop.fs.FSDataInputStream-long-org.apache.hadoop.conf.Configuration-">Reader(FSDataInputStream, long, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#Reader-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Reader.Option...-">Reader(Path, Configuration, SequenceFile.Reader.Option...)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, String, WritableComparator, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#Reader-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Reader.Option...-">Reader(Configuration, SequenceFile.Reader.Option...)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, Path, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Reader(Configuration, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#Reader-org.apache.hadoop.fs.FSDataInputStream-int-long-long-org.apache.hadoop.conf.Configuration-">Reader(FSDataInputStream, int, long, long, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Reader(Configuration, Reader.Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Reader.html" title="class in org.apache.hadoop.io">SetFile.Reader</a></dt>
<dd>
<div class="block">Construct a set reader for the named set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Reader.html#Reader-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-org.apache.hadoop.conf.Configuration-">Reader(FileSystem, String, WritableComparator, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Reader.html" title="class in org.apache.hadoop.io">SetFile.Reader</a></dt>
<dd>
<div class="block">Construct a set reader for the named set using the named comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use the <a href="org/apache/hadoop/fs/protocolPB/PBHelper.html" title="class in org.apache.hadoop.fs.protocolPB"><code>PBHelper</code></a> and protobuf serialization directly.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsStatus.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/CompressedWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io">CompressedWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io">NullWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">read the short value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">deserialize</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#readFields-java.io.DataInput-int-">readFields(DataInput, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/TwoDArrayWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io">TwoDArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VersionedWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VersionedWritable.html" title="class in org.apache.hadoop.io">VersionedWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Writable.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io">Writable</a></dt>
<dd>
<div class="block">Deserialize the fields of this object from <code>in</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Deserializes the AccessControlList object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Loads all the keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/CompressedWritable.html#readFieldsCompressed-java.io.DataInput-">readFieldsCompressed(DataInput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io">CompressedWritable</a></dt>
<dd>
<div class="block">Subclasses implement this instead of <a href="org/apache/hadoop/io/CompressedWritable.html#readFields-java.io.DataInput-"><code>CompressedWritable.readFields(DataInput)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#readFloat-byte:A-int-">readFloat(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Parse a float from a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ByteBufferPositionedReadable.html#readFully-long-java.nio.ByteBuffer-">readFully(long, ByteBuffer)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ByteBufferPositionedReadable.html" title="interface in org.apache.hadoop.fs">ByteBufferPositionedReadable</a></dt>
<dd>
<div class="block">Reads <code>buf.remaining()</code> bytes into buf from a given position in
the file or until the end of the data was reached before the read
operation completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#readFully-long-byte:A-int-int-">readFully(long, byte[], int, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">Read bytes from the given position in the stream to the given buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#readFully-long-byte:A-">readFully(long, byte[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/FSDataInputStream.html#readFully-long-byte:A-int-int-"><code>FSDataInputStream.readFully(long, byte[], int, int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#readFully-long-java.nio.ByteBuffer-">readFully(long, ByteBuffer)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#readFully-long-byte:A-int-int-">readFully(long, byte[], int, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#readFully-long-byte:A-">readFully(long, byte[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PositionedReadable.html#readFully-long-byte:A-int-int-">readFully(long, byte[], int, int)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PositionedReadable.html" title="interface in org.apache.hadoop.fs">PositionedReadable</a></dt>
<dd>
<div class="block">Read the specified number of bytes, from a given
position within a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PositionedReadable.html#readFully-long-byte:A-">readFully(long, byte[])</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PositionedReadable.html" title="interface in org.apache.hadoop.fs">PositionedReadable</a></dt>
<dd>
<div class="block">Read number of bytes equal to the length of the buffer, from a given
position within a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#readFully-java.io.InputStream-byte:A-int-int-">readFully(InputStream, byte[], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Reads len bytes in a loop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#readFullyToByteArray-java.io.DataInput-">readFullyToByteArray(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Reads a DataInput until EOF and returns a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#readInt-byte:A-int-">readInt(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Parse an integer from a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#readLink-java.io.File-">readLink(File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Returns the target of the given symlink.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#readLong-byte:A-int-">readLong(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Parse a long from a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#readObject-java.io.DataInput-org.apache.hadoop.conf.Configuration-">readObject(DataInput, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Read a <a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><code>Writable</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, primitive type, or an array of
the preceding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#readObject-java.io.DataInput-org.apache.hadoop.io.ObjectWritable-org.apache.hadoop.conf.Configuration-">readObject(DataInput, ObjectWritable, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Read a <a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><code>Writable</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, primitive type, or an array of
the preceding.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/ReadOption.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">ReadOption</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Options that can be used when reading from a FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.PasswordReader.html#readPassword-java.lang.String-">readPassword(String)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.PasswordReader.html" title="class in org.apache.hadoop.security.alias">CredentialShell.PasswordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ProtoUtil.html#readRawVarint32-java.io.DataInput-">readRawVarint32(DataInput)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ProtoUtil.html" title="class in org.apache.hadoop.util">ProtoUtil</a></dt>
<dd>
<div class="block">Read a variable length integer in the same format that ProtoBufs encodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#readString-java.io.DataInput-">readString(DataInput)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Read a String as a VInt n, followed by n Bytes in Text format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#readString-java.io.DataInput-">readString(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Read a UTF8 encoded string from in</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#readString-java.io.DataInput-int-">readString(DataInput, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Read a UTF8 encoded string with a maximum size</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readString-java.io.DataInput-">readString(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readStringArray-java.io.DataInput-">readStringArray(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readStringSafely-java.io.DataInput-int-">readStringSafely(DataInput, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Read a string, but check it for sanity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#readTokenStorageFile-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-">readTokenStorageFile(Path, Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Convenience method for reading a token storage file and loading its Tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#readTokenStorageFile-java.io.File-org.apache.hadoop.conf.Configuration-">readTokenStorageFile(File, Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Convenience method for reading a token storage file and loading its Tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#readTokenStorageStream-java.io.DataInputStream-">readTokenStorageStream(DataInputStream)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Convenience method for reading a token from a DataInputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#readUnsignedShort-byte:A-int-">readUnsignedShort(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Parse an unsigned short from a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#readVInt-java.io.DataInput-">readVInt(DataInput)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Decoding the variable-length integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#readVInt-byte:A-int-">readVInt(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Reads a zero-compressed encoded integer from a byte array and returns it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readVInt-java.io.DataInput-">readVInt(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Reads a zero-compressed encoded integer from input stream and returns it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readVIntInRange-java.io.DataInput-int-int-">readVIntInRange(DataInput, int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Reads an integer from the input stream and returns it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#readVLong-java.io.DataInput-">readVLong(DataInput)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Decoding the variable-length integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#readVLong-byte:A-int-">readVLong(byte[], int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Reads a zero-compressed encoded long from a byte array and returns it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#readVLong-java.io.DataInput-">readVLong(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Reads a zero-compressed encoded long from input stream and returns it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#readWithKnownLength-java.io.DataInput-int-">readWithKnownLength(DataInput, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Read a Text object whose length is already known.</div>
</dd>
<dt><a href="org/apache/hadoop/util/ReadWriteDiskValidator.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ReadWriteDiskValidator</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">ReadWriteDiskValidator is the class to check a directory by to create a file,
write some bytes into it, read back, and verify if they are identical.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReadWriteDiskValidator.html#ReadWriteDiskValidator--">ReadWriteDiskValidator()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReadWriteDiskValidator.html" title="class in org.apache.hadoop.util">ReadWriteDiskValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#READYTOBECOMEACTIVE_FIELD_NUMBER">READYTOBECOMEACTIVE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#REALUSER_FIELD_NUMBER">REALUSER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#reason">reason</a></span> - Variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#reattachMetrics--">reattachMetrics()</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Reattach the class's metrics to a new metric system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#RECEIVE_TIME_FIELD_NUMBER">RECEIVE_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#RECEIVE_TIME_FIELD_NUMBER">RECEIVE_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/conf/Reconfigurable.html" title="interface in org.apache.hadoop.conf"><span class="typeNameLink">Reconfigurable</span></a> - Interface in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Something whose <a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><code>Configuration</code></a> can be changed at run time.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">ReconfigurableBase</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Utility base class for implementing the Reconfigurable interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#ReconfigurableBase--">ReconfigurableBase()</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Construct a ReconfigurableBase.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#ReconfigurableBase-org.apache.hadoop.conf.Configuration-">ReconfigurableBase(Configuration)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Construct a ReconfigurableBase with the <a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><code>Configuration</code></a>
conf.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">ReconfigurationException</span></a> - Exception in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Exception indicating that configuration property cannot be changed
at run time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationException.html#ReconfigurationException--">ReconfigurationException()</a></span> - Constructor for exception org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf">ReconfigurationException</a></dt>
<dd>
<div class="block">Create a new instance of <a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf"><code>ReconfigurationException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationException.html#ReconfigurationException-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">ReconfigurationException(String, String, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf">ReconfigurationException</a></dt>
<dd>
<div class="block">Create a new instance of <a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf"><code>ReconfigurationException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationException.html#ReconfigurationException-java.lang.String-java.lang.String-java.lang.String-">ReconfigurationException(String, String, String)</a></span> - Constructor for exception org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf">ReconfigurationException</a></dt>
<dd>
<div class="block">Create a new instance of <a href="org/apache/hadoop/conf/ReconfigurationException.html" title="class in org.apache.hadoop.conf"><code>ReconfigurationException</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/ReconfigurationServlet.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">ReconfigurationServlet</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">A servlet for changing a node's configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationServlet.html#ReconfigurationServlet--">ReconfigurationServlet()</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationServlet.html" title="class in org.apache.hadoop.conf">ReconfigurationServlet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/conf/ReconfigurationUtil.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">ReconfigurationUtil</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurationUtil.html#ReconfigurationUtil--">ReconfigurationUtil()</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurationUtil.html" title="class in org.apache.hadoop.conf">ReconfigurationUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/conf/ReconfigurationUtil.PropertyChange.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">ReconfigurationUtil.PropertyChange</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Reconfigurable.html#reconfigureProperty-java.lang.String-java.lang.String-">reconfigureProperty(String, String)</a></span> - Method in interface org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Reconfigurable.html" title="interface in org.apache.hadoop.conf">Reconfigurable</a></dt>
<dd>
<div class="block">Change a configuration property on this object to the value specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#reconfigureProperty-java.lang.String-java.lang.String-">reconfigureProperty(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Change a configuration property on this object to the value specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#reconfigurePropertyImpl-java.lang.String-java.lang.String-">reconfigurePropertyImpl(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Change a configuration property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.html#record-double...-">record(double...)</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log">LogThrottlingHelper</a></dt>
<dd>
<div class="block">Record some set of values at the current time into this helper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.html#record-java.lang.String-long-double...-">record(String, long, double...)</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.html" title="class in org.apache.hadoop.log">LogThrottlingHelper</a></dt>
<dd>
<div class="block">Record some set of values at the specified time into this helper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#Record--">Record()</a></span> - Constructor for class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#recursive--">recursive()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Create the parent directory if they do not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ConfigRedactor.html#redact-java.lang.String-java.lang.String-">redact(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ConfigRedactor.html" title="class in org.apache.hadoop.conf">ConfigRedactor</a></dt>
<dd>
<div class="block">Given a key / value pair, decides whether or not to redact and returns
either the original value or text indicating it has been redacted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html#reencryptEncryptedKey-org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion-">reencryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.CryptoExtension</a></dt>
<dd>
<div class="block">Re-encrypts an encrypted key version, using its initialization vector
and key material, but with the latest key version name of its key name
in the key provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#reencryptEncryptedKey-org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion-">reencryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html#reencryptEncryptedKeys-java.util.List-">reencryptEncryptedKeys(List&lt;KeyProviderCryptoExtension.EncryptedKeyVersion&gt;)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.CryptoExtension</a></dt>
<dd>
<div class="block">Batched version of <code>KeyProviderCryptoExtension.reencryptEncryptedKey(EncryptedKeyVersion)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#reencryptEncryptedKeys-java.util.List-">reencryptEncryptedKeys(List&lt;KeyProviderCryptoExtension.EncryptedKeyVersion&gt;)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#reference--">reference()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>
<div class="block">Handle is valid iff the referent exists in the namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CloseableReferenceCount.html#reference--">reference()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util">CloseableReferenceCount</a></dt>
<dd>
<div class="block">Increment the reference count.</div>
</dd>
<dt><a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ReflectionUtils</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">General reflection utils</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#ReflectionUtils--">ReflectionUtils()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface.html#refresh-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto-">refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface.html#refresh-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback&lt;GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface.html" title="interface in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface</a></dt>
<dd>
<div class="block"><code>rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html#refresh-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback&lt;GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService</a></dt>
<dd>
<div class="block"><code>rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub.html#refresh-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback&lt;GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html#refresh-java.lang.String-java.lang.String:A-">refresh(String, String[])</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">GenericRefreshProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolServerSideTranslatorPB.html#refresh-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto-">refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/GenericRefreshProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">GenericRefreshProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ProxyServers.html#refresh--">refresh()</a></span> - Static method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ProxyServers.html" title="class in org.apache.hadoop.security.authorize">ProxyServers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/ProxyServers.html#refresh-org.apache.hadoop.conf.Configuration-">refresh(Configuration)</a></span> - Static method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/ProxyServers.html" title="class in org.apache.hadoop.security.authorize">ProxyServers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CacheableIPList.html#refresh--">refresh()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CacheableIPList.html" title="class in org.apache.hadoop.util">CacheableIPList</a></dt>
<dd>
<div class="block">Refreshes the ip list</div>
</dd>
<dt><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolClientSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/security/protocolPB/package-summary.html">org.apache.hadoop.security.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html#RefreshAuthorizationPolicyProtocolClientSideTranslatorPB-org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolPB-">RefreshAuthorizationPolicyProtocolClientSideTranslatorPB(RefreshAuthorizationPolicyProtocolPB)</a></span> - Constructor for class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshAuthorizationPolicyProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Protocol which is used to refresh the authorization policy in use currently.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Refresh service acl request.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Refresh service acl request.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB"><span class="typeNameLink">RefreshAuthorizationPolicyProtocolServerSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/security/protocolPB/package-summary.html">org.apache.hadoop.security.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolServerSideTranslatorPB.html#RefreshAuthorizationPolicyProtocolServerSideTranslatorPB-org.apache.hadoop.security.authorize.RefreshAuthorizationPolicyProtocol-">RefreshAuthorizationPolicyProtocolServerSideTranslatorPB(RefreshAuthorizationPolicyProtocol)</a></span> - Constructor for class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshAuthorizationPolicyProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#RefreshAuthorizationPolicyProtocolService--">RefreshAuthorizationPolicyProtocolService()</a></span> - Constructor for class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface.html#refreshCallQueue-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto-">refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface.html#refreshCallQueue-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback&lt;RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface.html" title="interface in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface</a></dt>
<dd>
<div class="block">
Refresh the callqueue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#refreshCallQueue-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback&lt;RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>
<div class="block">
Refresh the callqueue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub.html#refreshCallQueue-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback&lt;RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html#refreshCallQueue--">refreshCallQueue()</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">RefreshCallQueueProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolServerSideTranslatorPB.html#refreshCallQueue-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto-">refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto)</a></span> - Method in class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">RefreshCallQueueProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#refreshCallQueue-org.apache.hadoop.conf.Configuration-">refreshCallQueue(Configuration)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB"><span class="typeNameLink">RefreshCallQueueProtocolClientSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/ipc/protocolPB/package-summary.html">org.apache.hadoop.ipc.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html#RefreshCallQueueProtocolClientSideTranslatorPB-org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolPB-">RefreshCallQueueProtocolClientSideTranslatorPB(RefreshCallQueueProtocolPB)</a></span> - Constructor for class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">RefreshCallQueueProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Protocol which is used to refresh the callqueue.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Refresh callqueue request.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
Refresh callqueue request.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
void response.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>
<div class="block">
void response.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.proto"><span class="typeNameLink">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/proto/package-summary.html">org.apache.hadoop.ipc.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB"><span class="typeNameLink">RefreshCallQueueProtocolServerSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/ipc/protocolPB/package-summary.html">org.apache.hadoop.ipc.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolServerSideTranslatorPB.html#RefreshCallQueueProtocolServerSideTranslatorPB-org.apache.hadoop.ipc.RefreshCallQueueProtocol-">RefreshCallQueueProtocolServerSideTranslatorPB(RefreshCallQueueProtocol)</a></span> - Constructor for class org.apache.hadoop.ipc.protocolPB.<a href="org/apache/hadoop/ipc/protocolPB/RefreshCallQueueProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.ipc.protocolPB">RefreshCallQueueProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html#RefreshCallQueueProtocolService--">RefreshCallQueueProtocolService()</a></span> - Constructor for class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RefreshHandler.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">RefreshHandler</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Used to registry custom methods to refresh at runtime.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RefreshRegistry</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Used to registry custom methods to refresh at runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshRegistry.html#RefreshRegistry--">RefreshRegistry()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc">RefreshRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RefreshResponse</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Return a response in the handler method for the user to see.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#RefreshResponse-int-java.lang.String-">RefreshResponse(int, String)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#refreshServiceAcl-org.apache.hadoop.conf.Configuration-org.apache.hadoop.security.authorize.PolicyProvider-">refreshServiceAcl(Configuration, PolicyProvider)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Refresh the service authorization ACL for the service handled by this server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface.html#refreshServiceAcl-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto-">refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface.html#refreshServiceAcl-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback&lt;RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface.html" title="interface in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface</a></dt>
<dd>
<div class="block">
Refresh the service-level authorization policy in-effect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html#refreshServiceAcl-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback&lt;RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService</a></dt>
<dd>
<div class="block">
Refresh the service-level authorization policy in-effect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub.html#refreshServiceAcl-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback&lt;RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html#refreshServiceAcl--">refreshServiceAcl()</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshAuthorizationPolicyProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolServerSideTranslatorPB.html#refreshServiceAcl-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto-">refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto)</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshAuthorizationPolicyProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshAuthorizationPolicyProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface.html#refreshSuperUserGroupsConfiguration-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto-">refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface.html#refreshSuperUserGroupsConfiguration-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback&lt;RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface.html" title="interface in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface</a></dt>
<dd>
<div class="block">
Refresh superuser proxy group list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#refreshSuperUserGroupsConfiguration-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback&lt;RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>
<div class="block">
Refresh superuser proxy group list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.html#refreshSuperUserGroupsConfiguration-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback&lt;RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html#refreshSuperUserGroupsConfiguration--">refreshSuperUserGroupsConfiguration()</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolServerSideTranslatorPB.html#refreshSuperUserGroupsConfiguration-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto-">refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto)</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB"><span class="typeNameLink">RefreshUserMappingsProtocolClientSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/security/protocolPB/package-summary.html">org.apache.hadoop.security.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html#RefreshUserMappingsProtocolClientSideTranslatorPB-org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolPB-">RefreshUserMappingsProtocolClientSideTranslatorPB(RefreshUserMappingsProtocolPB)</a></span> - Constructor for class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Refresh superuser configuration request.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Refresh superuser configuration request.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Protocol to refresh the user mappings.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Refresh user to group mappings request.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Refresh user to group mappings request.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB"><span class="typeNameLink">RefreshUserMappingsProtocolServerSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/security/protocolPB/package-summary.html">org.apache.hadoop.security.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolServerSideTranslatorPB.html#RefreshUserMappingsProtocolServerSideTranslatorPB-org.apache.hadoop.security.RefreshUserMappingsProtocol-">RefreshUserMappingsProtocolServerSideTranslatorPB(RefreshUserMappingsProtocol)</a></span> - Constructor for class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#RefreshUserMappingsProtocolService--">RefreshUserMappingsProtocolService()</a></span> - Constructor for class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface.html#refreshUserToGroupsMappings-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto-">refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface.html#refreshUserToGroupsMappings-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback&lt;RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface.html" title="interface in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface</a></dt>
<dd>
<div class="block">
Refresh user to group mappings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html#refreshUserToGroupsMappings-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback&lt;RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService</a></dt>
<dd>
<div class="block">
Refresh user to group mappings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.html#refreshUserToGroupsMappings-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback&lt;RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html#refreshUserToGroupsMappings--">refreshUserToGroupsMappings()</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolServerSideTranslatorPB.html#refreshUserToGroupsMappings-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto-">refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto)</a></span> - Method in class org.apache.hadoop.security.protocolPB.<a href="org/apache/hadoop/security/protocolPB/RefreshUserMappingsProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.security.protocolPB">RefreshUserMappingsProtocolServerSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/filter/RegexFilter.html" title="class in org.apache.hadoop.metrics2.filter"><span class="typeNameLink">RegexFilter</span></a> - Class in <a href="org/apache/hadoop/metrics2/filter/package-summary.html">org.apache.hadoop.metrics2.filter</a></dt>
<dd>
<div class="block">A regex pattern filter for metrics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/filter/RegexFilter.html#RegexFilter--">RegexFilter()</a></span> - Constructor for class org.apache.hadoop.metrics2.filter.<a href="org/apache/hadoop/metrics2/filter/RegexFilter.html" title="class in org.apache.hadoop.metrics2.filter">RegexFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html" title="enum in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">RegexMountPointInterceptorType</span></a> - Enum in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">RegexMountPointInterceptorType.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshRegistry.html#register-java.lang.String-org.apache.hadoop.ipc.RefreshHandler-">register(String, RefreshHandler)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc">RefreshRegistry</a></dt>
<dd>
<div class="block">Registers an object as a handler for a given identity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#register-java.lang.String-java.lang.String-T-">register(String, String, T)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>
<div class="block">Register a metrics source</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#register-T-">register(T)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>
<div class="block">Register a metrics source (deriving name and description from the object)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#register-java.lang.String-java.lang.String-T-">register(String, String, T)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>
<div class="block">Register a metrics sink</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#register-org.apache.hadoop.metrics2.MetricsSystem.Callback-">register(MetricsSystem.Callback)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>
<div class="block">Register a callback interface for JMX events</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MBeans.html#register-java.lang.String-java.lang.String-java.lang.Object-">register(String, String, Object)</a></span> - Static method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MBeans.html" title="class in org.apache.hadoop.metrics2.util">MBeans</a></dt>
<dd>
<div class="block">Register the MBean using our standard MBeanName format
"hadoop:service=&lt;serviceName&gt;,name=&lt;nameName&gt;"
Where the &lt;serviceName&gt; and &lt;nameName&gt; are the supplied
parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MBeans.html#register-java.lang.String-java.lang.String-java.util.Map-java.lang.Object-">register(String, String, Map&lt;String, String&gt;, Object)</a></span> - Static method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MBeans.html" title="class in org.apache.hadoop.metrics2.util">MBeans</a></dt>
<dd>
<div class="block">Register the MBean using our standard MBeanName format
"hadoop:service=&lt;serviceName&gt;,name=&lt;nameName&gt;"
Where the &lt;serviceName&gt; and &lt;nameName&gt; are the supplied
parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.html" title="class in org.apache.hadoop.fs">FSProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.html" title="class in org.apache.hadoop.fs">FSProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.html#registerAllExtensions-com.google.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.html#registerAllExtensions-com.google.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.html#registerAllExtensions-com.google.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.html" title="class in org.apache.hadoop.security.proto">SecurityProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.html" title="class in org.apache.hadoop.security.proto">SecurityProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite-">registerAllExtensions(ExtensionRegistryLite)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.html" title="class in org.apache.hadoop.tracing">TraceAdminPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.html#registerAllExtensions-org.apache.hadoop.thirdparty.protobuf.ExtensionRegistry-">registerAllExtensions(ExtensionRegistry)</a></span> - Static method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.html" title="class in org.apache.hadoop.tracing">TraceAdminPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#registerFailureHandling--">registerFailureHandling()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Override point: register this class as the handler for the control-C
and SIGINT interrupts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Server.html#registerForDeferredResponse--">registerForDeferredResponse()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Server.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Server.html#registerForDeferredResponse2--">registerForDeferredResponse2()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Server.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#registerGlobalListener-org.apache.hadoop.service.ServiceStateChangeListener-">registerGlobalListener(ServiceStateChangeListener)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Register a global listener, which receives notifications
from the state change events of all services in the JVM</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#registerProtocolEngine-org.apache.hadoop.ipc.RPC.RpcKind-java.lang.Class-org.apache.hadoop.ipc.RPC.RpcInvoker-">registerProtocolEngine(RPC.RpcKind, Class&lt;? extends Writable&gt;, RPC.RpcInvoker)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Register a RPC kind and the class to deserialize the rpc request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#registerServiceListener-org.apache.hadoop.service.ServiceStateChangeListener-">registerServiceListener(ServiceStateChangeListener)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#registerServiceListener-org.apache.hadoop.service.ServiceStateChangeListener-">registerServiceListener(ServiceStateChangeListener)</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Register a listener to the service state change events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>
<div class="block">Prepare the compressor to be used in a new stream with settings defined in
the given Configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Prepare the compressor to be used in a new stream with settings defined in
the given Configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Prepare the compressor to be used in a new stream with settings defined in
the given Configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Prepare the compressor to be used in a new stream with settings defined in
the given Configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInZlibDeflater.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInZlibDeflater</a></dt>
<dd>
<div class="block">reinit the compressor with the given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>
<div class="block">Prepare the compressor to be used in a new stream with settings defined in
the given Configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#reinit-org.apache.hadoop.conf.Configuration-">reinit(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>
<div class="block">Prepare the compressor to be used in a new stream with settings defined in
the given Configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#rejectUnknownMandatoryKeys-java.util.Collection-java.lang.String-">rejectUnknownMandatoryKeys(Collection&lt;String&gt;, String)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Reject a configuration if one or more mandatory keys are
not in the set of mandatory keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#rejectUnknownMandatoryKeys-java.util.Set-java.util.Collection-java.lang.String-">rejectUnknownMandatoryKeys(Set&lt;String&gt;, Collection&lt;String&gt;, String)</a></span> - Static method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>
<div class="block">Reject a configuration if one or more mandatory keys are
not in the set of mandatory keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/AutoCloseableLock.html#release--">release()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util">AutoCloseableLock</a></dt>
<dd>
<div class="block">A wrapper method that makes a call to <code>unlock()</code> of the
underlying <code>ReentrantLock</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#releaseBuffer-java.nio.ByteBuffer-">releaseBuffer(ByteBuffer)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FileBasedIPList.html#reload--">reload()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FileBasedIPList.html" title="class in org.apache.hadoop.util">FileBasedIPList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#reloadCachedMappings--">reloadCachedMappings()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#reloadCachedMappings-java.util.List-">reloadCachedMappings(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DNSToSwitchMapping.html#reloadCachedMappings--">reloadCachedMappings()</a></span> - Method in interface org.apache.hadoop.net.<a href="org/apache/hadoop/net/DNSToSwitchMapping.html" title="interface in org.apache.hadoop.net">DNSToSwitchMapping</a></dt>
<dd>
<div class="block">Reload all of the cached mappings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DNSToSwitchMapping.html#reloadCachedMappings-java.util.List-">reloadCachedMappings(List&lt;String&gt;)</a></span> - Method in interface org.apache.hadoop.net.<a href="org/apache/hadoop/net/DNSToSwitchMapping.html" title="interface in org.apache.hadoop.net">DNSToSwitchMapping</a></dt>
<dd>
<div class="block">Reload cached mappings on specific nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#reloadCachedMappings--">reloadCachedMappings()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#reloadCachedMappings-java.util.List-">reloadCachedMappings(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/TableMapping.html#reloadCachedMappings--">reloadCachedMappings()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/TableMapping.html" title="class in org.apache.hadoop.net">TableMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#reloadConfiguration--">reloadConfiguration()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Reload configuration from previously added resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#reloadExistingConfigurations--">reloadExistingConfigurations()</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Reload existing configuration instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#reloginFromKeytab--">reloginFromKeytab()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Re-Login a user in from a keytab file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#reloginFromTicketCache--">reloginFromTicketCache()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Re-Login a user in from the ticket cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html#remaining--">remaining()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html" title="class in org.apache.hadoop.ipc">RpcWritable.Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#remainingCapacity--">remainingCapacity()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#remainingCapacity--">remainingCapacity()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">Returns maximum remaining capacity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#REMOTE_BYTES_READ">REMOTE_BYTES_READ</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total number of bytes read from remote operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#REMOTE_READ_OP">REMOTE_READ_OP</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total number of remote read operations performed.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RemoteException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#RemoteException-java.lang.String-java.lang.String-">RemoteException(String, String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#RemoteException-java.lang.String-java.lang.String-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto-">RemoteException(String, String, RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/RemoteIterator.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">RemoteIterator</span></a>&lt;<a href="org/apache/hadoop/fs/RemoteIterator.html" title="type parameter in RemoteIterator">E</a>&gt; - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">An iterator over a collection whose elements need to be fetched remotely</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#remoteIteratorFromArray-T:A-">remoteIteratorFromArray(T[])</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Create a remote iterator from an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#remoteIteratorFromIterable-java.lang.Iterable-">remoteIteratorFromIterable(Iterable&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Create a remote iterator from a java.util.Iterable -e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#remoteIteratorFromIterator-java.util.Iterator-">remoteIteratorFromIterator(Iterator&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Create a remote iterator from a java.util.Iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#remoteIteratorFromSingleton-T-">remoteIteratorFromSingleton(T)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Create an iterator from a singleton.</div>
</dd>
<dt><a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional"><span class="typeNameLink">RemoteIterators</span></a> - Class in <a href="org/apache/hadoop/util/functional/package-summary.html">org.apache.hadoop.util.functional</a></dt>
<dd>
<div class="block">A set of remote iterators supporting transformation and filtering,
with IOStatisticsSource passthrough, and of conversions of
the iterators to lists/arrays and of performing actions
on the values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#remove-java.lang.Object-">remove(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#remove-java.lang.Object-">remove(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/InnerNodeImpl.html#remove-org.apache.hadoop.net.Node-">remove(Node)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/InnerNodeImpl.html" title="class in org.apache.hadoop.net">InnerNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html#remove-org.apache.hadoop.service.ServiceStateChangeListener-">remove(ServiceStateChangeListener)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html" title="class in org.apache.hadoop.service">ServiceOperations.ServiceListeners</a></dt>
<dd>
<div class="block">Remove any registration of a listener from the listener list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/IntrusiveCollection.IntrusiveIterator.html#remove--">remove()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/IntrusiveCollection.IntrusiveIterator.html" title="class in org.apache.hadoop.util">IntrusiveCollection.IntrusiveIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html#remove--">remove()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html" title="class in org.apache.hadoop.util">LightWeightGSet.SetIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#removeAcl-org.apache.hadoop.fs.Path-">removeAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Removes all but the base ACL entries of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#removeAcl-org.apache.hadoop.fs.Path-">removeAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#removeAcl-org.apache.hadoop.fs.Path-">removeAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Removes all but the base ACL entries of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#removeAcl-org.apache.hadoop.fs.Path-">removeAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Removes all but the base ACL entries of files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#removeAcl-org.apache.hadoop.fs.Path-">removeAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#removeAcl-org.apache.hadoop.fs.Path-">removeAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#removeAcl-org.apache.hadoop.fs.Path-">removeAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#removeAclEntries-org.apache.hadoop.fs.Path-java.util.List-">removeAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Removes ACL entries from files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#removeAclEntries-org.apache.hadoop.fs.Path-java.util.List-">removeAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#removeAclEntries-org.apache.hadoop.fs.Path-java.util.List-">removeAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Removes ACL entries from files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#removeAclEntries-org.apache.hadoop.fs.Path-java.util.List-">removeAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Removes ACL entries from files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#removeAclEntries-org.apache.hadoop.fs.Path-java.util.List-">removeAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#removeAclEntries-org.apache.hadoop.fs.Path-java.util.List-">removeAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#removeAclEntries-org.apache.hadoop.fs.Path-java.util.List-">removeAclEntries(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#removeAuths-int-">removeAuths(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#removeBlocker-java.lang.String-">removeBlocker(String)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Remove a blocker from the blocker map -
this is a no-op if the blocker is not present</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#removeConfig-int-">removeConfig(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#removeDefaultAcl-org.apache.hadoop.fs.Path-">removeDefaultAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Removes all default ACL entries from files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#removeDefaultAcl-org.apache.hadoop.fs.Path-">removeDefaultAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#removeDefaultAcl-org.apache.hadoop.fs.Path-">removeDefaultAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Removes all default ACL entries from files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#removeDefaultAcl-org.apache.hadoop.fs.Path-">removeDefaultAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Removes all default ACL entries from files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#removeDefaultAcl-org.apache.hadoop.fs.Path-">removeDefaultAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#removeDefaultAcl-org.apache.hadoop.fs.Path-">removeDefaultAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#removeDefaultAcl-org.apache.hadoop.fs.Path-">removeDefaultAcl(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#removeDescriptions-int-">removeDescriptions(int)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#removeGroup-java.lang.String-">removeGroup(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Remove group from the names of groups allowed for this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#removeInstance-java.lang.String-">removeInstance(String)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#removeProtocolSignature-int-">removeProtocolSignature(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#removeProtocolVersions-int-">removeProtocolVersions(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#removeResponses-int-">removeResponses(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><a href="org/apache/hadoop/util/bloom/RemoveScheme.html" title="interface in org.apache.hadoop.util.bloom"><span class="typeNameLink">RemoveScheme</span></a> - Interface in <a href="org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</a></dt>
<dd>
<div class="block">Defines the different remove scheme for retouched Bloom filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#removeSecretKey-org.apache.hadoop.io.Text-">removeSecretKey(Text)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Remove the key for a given alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#removeSecrets-int-">removeSecrets(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#removeService-org.apache.hadoop.service.Service-">removeService(Service)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#removeShutdownHook-java.lang.Runnable-">removeShutdownHook(Runnable)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">Removes a shutdownHook.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.BlockingInterface.html#removeSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto-">removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.BlockingInterface.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Interface.html#removeSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback&lt;TraceAdminPB.RemoveSpanReceiverResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Interface.html" title="interface in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.Interface</a></dt>
<dd>
<div class="block"><code>rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#removeSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback&lt;TraceAdminPB.RemoveSpanReceiverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>
<div class="block"><code>rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html#removeSpanReceiver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback&lt;TraceAdminPB.RemoveSpanReceiverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminProtocol.html#removeSpanReceiver-long-">removeSpanReceiver(long)</a></span> - Method in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminProtocol.html" title="interface in org.apache.hadoop.tracing">TraceAdminProtocol</a></dt>
<dd>
<div class="block">Remove a trace span receiver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#removeStoredMasterKey-org.apache.hadoop.security.token.delegation.DelegationKey-">removeStoredMasterKey(DelegationKey)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#removeStoredToken-TokenIdent-">removeStoredToken(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#removeSuffix-java.lang.String-java.lang.String-">removeSuffix(String, String)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Removes a suffix from a filename, if it has it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#removeTokenFromFile-boolean-java.io.File-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.conf.Configuration-">removeTokenFromFile(boolean, File, String, Text, Configuration)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Remove a token from a file in the local filesystem, matching alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#removeTokens-int-">removeTokens(int)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#removeUser-java.lang.String-">removeUser(String)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Remove user from the names of users allowed for this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#removeXAttr-org.apache.hadoop.fs.Path-java.lang.String-">removeXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Remove an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#removeXAttr-org.apache.hadoop.fs.Path-java.lang.String-">removeXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Remove an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#removeXAttr-org.apache.hadoop.fs.Path-java.lang.String-">removeXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Remove an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#removeXAttr-org.apache.hadoop.fs.Path-java.lang.String-">removeXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#removeXAttr-org.apache.hadoop.fs.Path-java.lang.String-">removeXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#removeXAttr-org.apache.hadoop.fs.Path-java.lang.String-">removeXAttr(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Options.Rename...-">rename(Path, Path, Options.Rename...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Options.Rename...-"><code>FileContext.rename(Path, Path, Options.Rename...)</code></a> except that Path
f must be for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Rename files/dirs</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Options.Rename...-">rename(Path, Path, Options.Rename...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Renames Path src to Path dst
Fails if src is a file and dst is a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Renames Path src to Path dst.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Options.Rename...-">rename(Path, Path, Options.Rename...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Renames Path src to Path dst.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Options.Rename...-">rename(Path, Path, Options.Rename...)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">rename(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.html#rename-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.String-">rename(FileSystem, String, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.html" title="class in org.apache.hadoop.io">MapFile</a></dt>
<dd>
<div class="block">Renames an existing map directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#renameInternal-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">renameInternal(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Options.Rename...-"><code>FileContext.rename(Path, Path, Options.Rename...)</code></a> except that Path
f must be for this file system and NO OVERWRITE is performed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#renameInternal-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">renameInternal(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#rename-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Options.Rename...-"><code>FileContext.rename(Path, Path, Options.Rename...)</code></a> except that Path
f must be for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#renameInternal-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-boolean-">renameInternal(Path, Path, boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#renameInternal-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">renameInternal(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#renameSnapshot-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">renameSnapshot(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#renameSnapshot-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-"><code>FileContext.renameSnapshot(Path, String, String)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#renameSnapshot-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">renameSnapshot(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Rename a snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#renameSnapshot-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">renameSnapshot(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Rename a snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#renameSnapshot-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">renameSnapshot(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#renameSnapshot-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">renameSnapshot(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#renameSnapshot-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">renameSnapshot(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html#renew-org.apache.hadoop.security.token.Token-org.apache.hadoop.conf.Configuration-">renew(Token&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/KMSClientProvider.KMSTokenRenewer.html" title="class in org.apache.hadoop.crypto.key.kms">KMSClientProvider.KMSTokenRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#renew-org.apache.hadoop.conf.Configuration-">renew(Configuration)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Renew this delegation token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html#renew-org.apache.hadoop.security.token.Token-org.apache.hadoop.conf.Configuration-">renew(Token&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html" title="class in org.apache.hadoop.security.token">Token.TrivialRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenRenewer.html#renew-org.apache.hadoop.security.token.Token-org.apache.hadoop.conf.Configuration-">renew(Token&lt;?&gt;, Configuration)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenRenewer.html" title="class in org.apache.hadoop.security.token">TokenRenewer</a></dt>
<dd>
<div class="block">Renew the given token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#RENEW_DELEGATION_TOKEN_JSON">RENEW_DELEGATION_TOKEN_JSON</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.DelegationTokenExtension.html#renewDelegationToken-org.apache.hadoop.security.token.Token-">renewDelegationToken(Token&lt;?&gt;)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.DelegationTokenExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderDelegationTokenExtension.DelegationTokenExtension</a></dt>
<dd>
<div class="block">Renews the given token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#renewDelegationToken-org.apache.hadoop.security.token.Token-">renewDelegationToken(Token&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#renewDelegationToken-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-">renewDelegationToken(URL, DelegationTokenAuthenticatedURL.Token)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Renews a delegation token from the server end-point using the
configured <code>Authenticator</code> for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#renewDelegationToken-java.net.URL-org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token-java.lang.String-">renewDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Renews a delegation token from the server end-point using the
configured <code>Authenticator</code> for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#renewDelegationToken-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-org.apache.hadoop.security.token.Token-">renewDelegationToken(URL, AuthenticatedURL.Token, Token&lt;AbstractDelegationTokenIdentifier&gt;)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>
<div class="block">Renews a delegation token from the server end-point using the
configured <code>Authenticator</code> for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#renewDelegationToken-java.net.URL-org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token-org.apache.hadoop.security.token.Token-java.lang.String-">renewDelegationToken(URL, AuthenticatedURL.Token, Token&lt;AbstractDelegationTokenIdentifier&gt;, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>
<div class="block">Renews a delegation token from the server end-point using the
configured <code>Authenticator</code> for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#RENEWER_FIELD_NUMBER">RENEWER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#RENEWER_PARAM">RENEWER_PARAM</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#renewToken-org.apache.hadoop.security.token.Token-java.lang.String-">renewToken(Token&lt;TokenIdent&gt;, String)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Renew a delegation token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/DtFileOperations.html#renewTokenFile-java.io.File-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.conf.Configuration-">renewTokenFile(File, String, Text, Configuration)</a></span> - Static method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/DtFileOperations.html" title="class in org.apache.hadoop.security.token">DtFileOperations</a></dt>
<dd>
<div class="block">Renew a token from a file in the local filesystem, matching alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.html#repFac-short-">repFac(short)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.html" title="class in org.apache.hadoop.fs">Options.CreateOpts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#replaceFile-java.io.File-java.io.File-">replaceFile(File, File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Move the src file to the name specified by target.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html#replication-short-">replication(short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStreamBuilder.html" title="class in org.apache.hadoop.fs">FSDataOutputStreamBuilder</a></dt>
<dd>
<div class="block">Set replication factor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html#replication-short-">replication(short)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/MultipartUploaderBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">MultipartUploaderBuilderImpl</a></dt>
<dd>
<div class="block">Set replication factor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html#replication-short-">replication(short)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploaderBuilder.html" title="interface in org.apache.hadoop.fs">MultipartUploaderBuilder</a></dt>
<dd>
<div class="block">Set replication factor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#replication-short-">replication(short)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#REPLICATION_1_2_SCHEMA">REPLICATION_1_2_SCHEMA</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#REPLICATION_CODEC_NAME">REPLICATION_CODEC_NAME</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#REPLICATION_POLICY_ID">REPLICATION_POLICY_ID</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#REPLICATION_POLICY_NAME">REPLICATION_POLICY_NAME</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.CreateOpts.ReplicationFactor.html#ReplicationFactor-short-">ReplicationFactor(short)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.CreateOpts.ReplicationFactor.html" title="class in org.apache.hadoop.fs">Options.CreateOpts.ReplicationFactor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HardLink.LinkStats.html#report--">report()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HardLink.LinkStats.html" title="class in org.apache.hadoop.fs">HardLink.LinkStats</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#reportChecksumFailure-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.FSDataInputStream-long-org.apache.hadoop.fs.FSDataInputStream-long-">reportChecksumFailure(Path, FSDataInputStream, long, FSDataInputStream, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Report a checksum error to the file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#reportChecksumFailure-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.FSDataInputStream-long-org.apache.hadoop.fs.FSDataInputStream-long-">reportChecksumFailure(Path, FSDataInputStream, long, FSDataInputStream, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>
<div class="block">Moves files to a bad file directory on the same device, so that their
storage will not be reused.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#reportCRCError--">reportCRCError()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#REQINFO_FIELD_NUMBER">REQINFO_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#REQINFO_FIELD_NUMBER">REQINFO_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#REQINFO_FIELD_NUMBER">REQINFO_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#REQSOURCE_FIELD_NUMBER">REQSOURCE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#REQUEST_BY_USER_FORCED_VALUE">REQUEST_BY_USER_FORCED_VALUE</a></span> - Static variable in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>
<div class="block"><code>REQUEST_BY_USER_FORCED = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#REQUEST_BY_USER_VALUE">REQUEST_BY_USER_VALUE</a></span> - Static variable in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>
<div class="block"><code>REQUEST_BY_USER = 0;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#REQUEST_BY_ZKFC_VALUE">REQUEST_BY_ZKFC_VALUE</a></span> - Static variable in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>
<div class="block"><code>REQUEST_BY_ZKFC = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html#RequestQuoter-javax.servlet.http.HttpServletRequest-">RequestQuoter(HttpServletRequest)</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.QuotingInputFilter.RequestQuoter.html" title="class in org.apache.hadoop.http">HttpServer2.QuotingInputFilter.RequestQuoter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#requiredSerializationClasses--">requiredSerializationClasses()</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>
<div class="block">What classes are needed to deserialize this class?
Needed to securely unmarshall this from untrusted sources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#requiresLayout--">requiresLayout()</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/metrics/EventCounter.html#requiresLayout--">requiresLayout()</a></span> - Method in class org.apache.hadoop.log.metrics.<a href="org/apache/hadoop/log/metrics/EventCounter.html" title="class in org.apache.hadoop.log.metrics">EventCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Resets all statistics to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobalStorageStatistics.html#reset--">reset()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobalStorageStatistics.html" title="enum in org.apache.hadoop.fs">GlobalStorageStatistics</a></dt>
<dd>
<div class="block">Reset all global storage statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#reset--">reset()</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Reset all statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">StorageStatisticsFromIOStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs">StorageStatistics</a></dt>
<dd>
<div class="block">Reset all the statistic data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>
<div class="block">Resets everything including the input buffers (user and direct).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#reset--">reset()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Resets compressor so that a new set of input data can be processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#reset--">reset()</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Resets decompressor and input and output buffers so that a new set of
input data can be processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Resets compressor so that a new set of input data can be processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Resets compressor so that a new set of input data can be processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor.SnappyDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>
<div class="block">Resets everything, including the input buffer, regardless of whether the
current gzip substream is finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>
<div class="block">Resets everything including the input buffers (user and direct).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.ZlibDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>
<div class="block">Resets everything including the input buffers (user and direct).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor.ZStandardDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataInputByteBuffer.html#reset-java.nio.ByteBuffer...-">reset(ByteBuffer...)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataInputByteBuffer.html" title="class in org.apache.hadoop.io">DataInputByteBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Re-positions the reader before its first key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html" title="class in org.apache.hadoop.metrics2.util">SampleStat.MinMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html#reset-org.apache.hadoop.metrics2.util.SampleStat.MinMax-">reset(SampleStat.MinMax)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html" title="class in org.apache.hadoop.metrics2.util">SampleStat.MinMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Reset all data structures and mutable state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html" title="class in org.apache.hadoop.service">ServiceOperations.ServiceListeners</a></dt>
<dd>
<div class="block">Reset the listener list</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LimitInputStream.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util">LimitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util">PureJavaCrc32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32C.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32C.html" title="class in org.apache.hadoop.util">PureJavaCrc32C</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#reset--">reset()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>
<div class="block">Reset elapsed time to zero and make the state of stopwatch stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#resetCache--">resetCache()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html#resetDefaultFactory--">resetDefaultFactory()</a></span> - Static method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.html" title="class in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory</a></dt>
<dd>
<div class="block">For testing only: reset the socket factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#resetMinMax--">resetMinMax()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Reset the all time min max of the metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html#resetState--">resetState()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#resetState--">resetState()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">Reset the decompressor to its initial state and discard any buffered data,
as the underlying stream may have been repositioned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#resetState--">resetState()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>
<div class="block">Reset the compression to the initial state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#resetState--">resetState()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#resetState--">resetState()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#resetState--">resetState()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#resolve-org.apache.hadoop.fs.Path-">resolve(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Resolves all symbolic links in the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#resolve-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Options.HandleOpt...-">resolve(FileSystem, Options.HandleOpt...)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>
<div class="block">Utility function for mapping <a href="org/apache/hadoop/fs/FileSystem.html#getPathHandle-org.apache.hadoop.fs.FileStatus-org.apache.hadoop.fs.Options.HandleOpt...-"><code>FileSystem.getPathHandle(org.apache.hadoop.fs.FileStatus, org.apache.hadoop.fs.Options.HandleOpt...)</code></a> to a
fixed set of handle options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.html#resolve-java.util.function.BiFunction-org.apache.hadoop.fs.Options.HandleOpt...-">resolve(BiFunction&lt;FileStatus, Options.HandleOpt[], PathHandle&gt;, Options.HandleOpt...)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.html" title="class in org.apache.hadoop.fs">Options.HandleOpt</a></dt>
<dd>
<div class="block">Utility function for partial evaluation of <a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs"><code>FileStatus</code></a>
instances to a fixed set of handle options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#resolve-java.util.List-">resolve(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/DNSToSwitchMapping.html#resolve-java.util.List-">resolve(List&lt;String&gt;)</a></span> - Method in interface org.apache.hadoop.net.<a href="org/apache/hadoop/net/DNSToSwitchMapping.html" title="interface in org.apache.hadoop.net">DNSToSwitchMapping</a></dt>
<dd>
<div class="block">Resolves a list of DNS-names/IP-addresses and returns back a list of
switch information (network paths).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#resolve-java.util.List-">resolve(List&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#resolveIntermediate-org.apache.hadoop.fs.Path-">resolveIntermediate(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Resolves all symbolic links in the specified path leading up
to, but not including the final path component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#resolveLink-org.apache.hadoop.fs.Path-">resolveLink(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/AbstractFileSystem.html#getLinkTarget-org.apache.hadoop.fs.Path-"><code>AbstractFileSystem.getLinkTarget(Path)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#resolveLink-org.apache.hadoop.fs.Path-">resolveLink(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#resolvePath-org.apache.hadoop.fs.Path-">resolvePath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Return the fully-qualified path of path f resolving the path
through any internal symlinks or mount point</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#resolvePath-org.apache.hadoop.fs.Path-">resolvePath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Resolve the path following any symlinks or mount points</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#resolvePath-org.apache.hadoop.fs.Path-">resolvePath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Return the fully-qualified path of path, resolving the path
through any symlinks or mount point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#resolvePath-org.apache.hadoop.fs.Path-">resolvePath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#resolvePath-org.apache.hadoop.fs.Path-">resolvePath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#resolvePath-org.apache.hadoop.fs.Path-">resolvePath(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#resolvePath-org.apache.hadoop.fs.Path-">resolvePath(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/IsActiveServlet.html#RESPONSE_ACTIVE">RESPONSE_ACTIVE</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http">IsActiveServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/IsActiveServlet.html#RESPONSE_NOT_ACTIVE">RESPONSE_NOT_ACTIVE</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http">IsActiveServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#RESPONSE_TIME_FIELD_NUMBER">RESPONSE_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#RESPONSE_TIME_FIELD_NUMBER">RESPONSE_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#RESPONSE_VALUE">RESPONSE_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block"><code>RESPONSE = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#RESPONSES_FIELD_NUMBER">RESPONSES_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http"><span class="typeNameLink">RestCsrfPreventionFilter</span></a> - Class in <a href="org/apache/hadoop/security/http/package-summary.html">org.apache.hadoop.security.http</a></dt>
<dd>
<div class="block">This filter provides protection against cross site request forgery (CSRF)
attacks for REST APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html#RestCsrfPreventionFilter--">RestCsrfPreventionFilter()</a></span> - Constructor for class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.html" title="class in org.apache.hadoop.security.http">RestCsrfPreventionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html" title="interface in org.apache.hadoop.security.http"><span class="typeNameLink">RestCsrfPreventionFilter.HttpInteraction</span></a> - Interface in <a href="org/apache/hadoop/security/http/package-summary.html">org.apache.hadoop.security.http</a></dt>
<dd>
<div class="block">Defines the minimal API requirements for the filter to execute its
filtering logic.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find"><span class="typeNameLink">Result</span></a> - Class in <a href="org/apache/hadoop/fs/shell/find/package-summary.html">org.apache.hadoop.fs.shell.find</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#RESULT_FIELD_NUMBER">RESULT_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#RESULT_FIELD_NUMBER">RESULT_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom"><span class="typeNameLink">RetouchedBloomFilter</span></a> - Class in <a href="org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</a></dt>
<dd>
<div class="block">Implements a <i>retouched Bloom filter</i>, as defined in the CoNEXT 2006 paper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#RetouchedBloomFilter--">RetouchedBloomFilter()</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>
<div class="block">Default constructor - use with readFields</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#RetouchedBloomFilter-int-int-int-">RetouchedBloomFilter(int, int, int)</a></span> - Constructor for class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RetriableException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RetriableException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Exception thrown by a server typically to indicate that server is in a state
where request cannot be processed temporarily (such as still starting up).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetriableException.html#RetriableException-java.lang.Exception-">RetriableException(Exception)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetriableException.html" title="class in org.apache.hadoop.ipc">RetriableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetriableException.html#RetriableException-java.lang.String-">RetriableException(String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetriableException.html" title="class in org.apache.hadoop.ipc">RetriableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#retriableRetrievePassword-T-">retriableRetrievePassword(T)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">The same functionality with <a href="org/apache/hadoop/security/token/SecretManager.html#retrievePassword-T-"><code>SecretManager.retrievePassword(T)</code></a>, except that this
method can throw a <a href="org/apache/hadoop/ipc/RetriableException.html" title="class in org.apache.hadoop.ipc"><code>RetriableException</code></a> or a <a href="org/apache/hadoop/ipc/StandbyException.html" title="class in org.apache.hadoop.ipc"><code>StandbyException</code></a>
to indicate that client can retry/failover the same operation because of
temporary issue on the server side.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html#retrieveIOStatistics-java.lang.Object-">retrieveIOStatistics(Object)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSupport</a></dt>
<dd>
<div class="block">Get the IOStatistics of the source, casting it
if it is of the relevant type, otherwise,
if it implements <a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a>
extracting the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#retrievePassword-TokenIdent-">retrievePassword(TokenIdent)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#retrievePassword-T-">retrievePassword(T)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>
<div class="block">Retrieve the password for the given token identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#RETRY">RETRY</a></span> - Static variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#RETRY_FOREVER">RETRY_FOREVER</a></span> - Static variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Keep trying forever.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#RetryAction-org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision-">RetryAction(RetryPolicy.RetryAction.RetryDecision)</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#RetryAction-org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision-long-">RetryAction(RetryPolicy.RetryAction.RetryDecision, long)</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#RetryAction-org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision-long-java.lang.String-">RetryAction(RetryPolicy.RetryAction.RetryDecision, long, String)</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#retryByException-org.apache.hadoop.io.retry.RetryPolicy-java.util.Map-">retryByException(RetryPolicy, Map&lt;Class&lt;? extends Exception&gt;, RetryPolicy&gt;)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Set a default policy with some explicit handlers for specific exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#retryByRemoteException-org.apache.hadoop.io.retry.RetryPolicy-java.util.Map-">retryByRemoteException(RetryPolicy, Map&lt;Class&lt;? extends Exception&gt;, RetryPolicy&gt;)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
A retry policy for RemoteException
Set a default policy with some explicit handlers for specific exceptions.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RetryCache.CacheEntry</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">CacheEntry is tracked using unique client ID and callId of the RPC request</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RetryCache.CacheEntryWithPayload.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RetryCache.CacheEntryWithPayload</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">CacheEntry with payload that tracks the previous response or parts of
previous response to be used for generating response for retried requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#RETRYCOUNT_FIELD_NUMBER">RETRYCOUNT_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#RETRYCOUNT_FIELD_NUMBER">RETRYCOUNT_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#retryForeverWithFixedSleep-long-java.util.concurrent.TimeUnit-">retryForeverWithFixedSleep(long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Keep trying forever with a fixed time between attempts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#retryOtherThanRemoteException-org.apache.hadoop.io.retry.RetryPolicy-java.util.Map-">retryOtherThanRemoteException(RetryPolicy, Map&lt;Class&lt;? extends Exception&gt;, RetryPolicy&gt;)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">A retry policy for exceptions other than RemoteException.</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryPolicies</span></a> - Class in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">
A collection of useful implementations of <a href="org/apache/hadoop/io/retry/RetryPolicy.html" title="interface in org.apache.hadoop.io.retry"><code>RetryPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#RetryPolicies--">RetryPolicies()</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryPolicies.MultipleLinearRandomRetry</span></a> - Class in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">Given pairs of number of retries and sleep time (n0, t0), (n1, t1), ...,
the first n0 retries sleep t0 milliseconds on average,
the following n1 retries sleep t1 milliseconds on average, and so on.</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.Pair.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryPolicies.MultipleLinearRandomRetry.Pair</span></a> - Class in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">Pairs of numRetries and sleepSeconds</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryPolicy.html" title="interface in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryPolicy</span></a> - Interface in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">
Specifies a policy for retrying method failures.</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryPolicy.RetryAction</span></a> - Class in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">Returned by <a href="org/apache/hadoop/io/retry/RetryPolicy.html#shouldRetry-java.lang.Exception-int-int-boolean-"><code>RetryPolicy.shouldRetry(Exception, int, int, boolean)</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.RetryDecision.html" title="enum in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryPolicy.RetryAction.RetryDecision</span></a> - Enum in org.apache.hadoop.io.retry</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryProxy.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryProxy</span></a> - Class in org.apache.hadoop.io.retry</dt>
<dd>
<div class="block">
A factory for creating retry proxies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryProxy.html#RetryProxy--">RetryProxy()</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryProxy.html" title="class in org.apache.hadoop.io.retry">RetryProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#retryUpToMaximumCountWithFixedSleep-int-long-java.util.concurrent.TimeUnit-">retryUpToMaximumCountWithFixedSleep(int, long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Keep trying a limited number of times, waiting a fixed time between attempts,
and then fail by re-throwing the exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#retryUpToMaximumCountWithProportionalSleep-int-long-java.util.concurrent.TimeUnit-">retryUpToMaximumCountWithProportionalSleep(int, long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Keep trying a limited number of times, waiting a growing amount of time between attempts,
and then fail by re-throwing the exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#retryUpToMaximumTimeWithFixedSleep-long-long-java.util.concurrent.TimeUnit-">retryUpToMaximumTimeWithFixedSleep(long, long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Keep trying for a maximum time, waiting a fixed time between attempts,
and then fail by re-throwing the exception.</div>
</dd>
<dt><a href="org/apache/hadoop/io/retry/RetryUtils.html" title="class in org.apache.hadoop.io.retry"><span class="typeNameLink">RetryUtils</span></a> - Class in org.apache.hadoop.io.retry</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryUtils.html#RetryUtils--">RetryUtils()</a></span> - Constructor for class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryUtils.html" title="class in org.apache.hadoop.io.retry">RetryUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#returnCompressor-org.apache.hadoop.io.compress.Compressor-">returnCompressor(Compressor)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> to the pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#returnCompressor-org.apache.hadoop.io.compress.Compressor-">returnCompressor(Compressor)</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecPool.html#returnDecompressor-org.apache.hadoop.io.compress.Decompressor-">returnDecompressor(Decompressor)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecPool.html" title="class in org.apache.hadoop.io.compress">CodecPool</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> to the pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#returnDecompressor-org.apache.hadoop.io.compress.Decompressor-">returnDecompressor(Decompressor)</a></span> - Method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#rewind--">rewind()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Rewind to the first entry in the scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#rNums">rNums</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>
<div class="block">This array really shouldn't be here.</div>
</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink"><span class="typeNameLink">RollingFileSystemSink</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a></dt>
<dd>
<div class="block">This class is a metrics sink that uses
<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><code>FileSystem</code></a> to write the metrics logs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#RollingFileSystemSink--">RollingFileSystemSink()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>
<div class="block">Create an empty instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#RollingFileSystemSink-long-long-">RollingFileSystemSink(long, long)</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>
<div class="block">Create an instance for testing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#rollIntervalMillis">rollIntervalMillis</a></span> - Variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#rollNewVersion-java.lang.String-byte:A-">rollNewVersion(String, byte[])</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html#rollNewVersion-java.lang.String-">rollNewVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/CachingKeyProvider.html" title="class in org.apache.hadoop.crypto.key">CachingKeyProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#rollNewVersion-java.lang.String-byte:A-">rollNewVersion(String, byte[])</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Roll a new version of the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.html#rollNewVersion-java.lang.String-">rollNewVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.html" title="class in org.apache.hadoop.crypto.key">KeyProvider</a></dt>
<dd>
<div class="block">Roll a new version of the given key generating the material for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#rollNewVersion-java.lang.String-">rollNewVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#rollNewVersion-java.lang.String-byte:A-">rollNewVersion(String, byte[])</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#rollNewVersion-java.lang.String-byte:A-">rollNewVersion(String, byte[])</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#rollNewVersion-java.lang.String-">rollNewVersion(String)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#rollOffsetIntervalMillis">rollOffsetIntervalMillis</a></span> - Variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RPC.Builder</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Class to construct instances of RPC server with specific options.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RPC.RpcKind.html" title="enum in org.apache.hadoop.ipc"><span class="typeNameLink">RPC.RpcKind</span></a> - Enum in org.apache.hadoop.ipc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RPC.Server.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RPC.Server</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">An RPC Server.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RPC.VersionMismatch</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">A version mismatch for the RPC protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#RPC_BUILTIN_VALUE">RPC_BUILTIN_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>
<div class="block">
Used for built in calls by tests</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#RPC_CLOSE_CONNECTION_VALUE">RPC_CLOSE_CONNECTION_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>
<div class="block">
close the rpc connection</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#RPC_CONTINUATION_PACKET_VALUE">RPC_CONTINUATION_PACKET_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>
<div class="block">
not implemented yet</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#RPC_FINAL_PACKET_VALUE">RPC_FINAL_PACKET_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>
<div class="block">
The final RPC Packet</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#RPC_PROTOCOL_BUFFER_VALUE">RPC_PROTOCOL_BUFFER_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>
<div class="block">
Use ProtobufRpcEngine</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#RPC_WRITABLE_VALUE">RPC_WRITABLE_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>
<div class="block">
Use WritableRpcEngine</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RpcClientException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RpcClientException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Indicates an exception in the RPC client</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RpcClientUtil.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RpcClientUtil</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">This class maintains a cache of protocol versions and corresponding protocol
signatures, keyed by server address, protocol and rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcClientUtil.html#RpcClientUtil--">RpcClientUtil()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcClientUtil.html" title="class in org.apache.hadoop.ipc">RpcClientUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#rpcDetailedMetrics">rpcDetailedMetrics</a></span> - Variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RpcEngine.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">RpcEngine</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">An RPC implementation.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RpcException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RpcException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Indicates an exception during the execution of remote procedure call.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RPCCallerContextProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Used to pass through the call context entry after an RPC is made.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RPCCallerContextProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Used to pass through the call context entry after an RPC is made.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RPCCallerContextProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcKindProto</span></a> - Enum in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
RpcKind determine the rpcEngine and the serialization of the rpc request</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcRequestHeaderProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
the header for the RpcRequest</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcRequestHeaderProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
the header for the RpcRequest</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</span></a> - Enum in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.common.RpcRequestHeaderProto.OperationProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcResponseHeaderProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Rpc Response Header
+------------------------------------------------------------------+
| Rpc total response length in bytes (4 bytes int) |
| (sum of next two parts) |
+------------------------------------------------------------------+
| RpcResponseHeaderProto - serialized delimited ie has len |
+------------------------------------------------------------------+
| if request is successful: |
| - RpcResponse - The actual rpc response bytes follow |
| the response header |
| This response is serialized based on RpcKindProto |
| if request fails : |
| The rpc response header contains the necessary info |
+------------------------------------------------------------------+
Note that rpc response header is also used when connection setup fails.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcResponseHeaderProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Rpc Response Header
+------------------------------------------------------------------+
| Rpc total response length in bytes (4 bytes int) |
| (sum of next two parts) |
+------------------------------------------------------------------+
| RpcResponseHeaderProto - serialized delimited ie has len |
+------------------------------------------------------------------+
| if request is successful: |
| - RpcResponse - The actual rpc response bytes follow |
| the response header |
| This response is serialized based on RpcKindProto |
| if request fails : |
| The rpc response header contains the necessary info |
+------------------------------------------------------------------+
Note that rpc response header is also used when connection setup fails.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</span></a> - Enum in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</span></a> - Enum in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.common.RpcResponseHeaderProto.RpcStatusProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcSaslProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RpcSaslProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcSaslProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RpcSaslProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcSaslProto.SaslAuth</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RpcSaslProto.SaslAuth</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RpcSaslProto.SaslAuth</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcSaslProto.SaslState</span></a> - Enum in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf enum <code>hadoop.common.RpcSaslProto.SaslState</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RpcSaslProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RPCTraceInfoProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Used to pass through the information necessary to continue
a trace after an RPC is made.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RPCTraceInfoProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
Used to pass through the information necessary to continue
a trace after an RPC is made.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">RpcHeaderProtos.RPCTraceInfoProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RpcInvocationHandler.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">RpcInvocationHandler</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">This interface must be implemented by all InvocationHandler
implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#RPCKIND_FIELD_NUMBER">RPCKIND_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#RPCKIND_FIELD_NUMBER">RPCKIND_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#RPCKIND_FIELD_NUMBER">RPCKIND_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#rpcMetrics">rpcMetrics</a></span> - Variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RpcMultiplexer.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">RpcMultiplexer</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Implement this interface to make a pluggable multiplexer in the
FairCallQueue.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RpcNoSuchMethodException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RpcNoSuchMethodException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">No such Method for an Rpc Call</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcNoSuchMethodException.html#RpcNoSuchMethodException-java.lang.String-">RpcNoSuchMethodException(String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcNoSuchMethodException.html" title="class in org.apache.hadoop.ipc">RpcNoSuchMethodException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RpcNoSuchProtocolException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RpcNoSuchProtocolException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">No such protocol (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcNoSuchProtocolException.html#RpcNoSuchProtocolException-java.lang.String-">RpcNoSuchProtocolException(String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcNoSuchProtocolException.html" title="class in org.apache.hadoop.ipc">RpcNoSuchProtocolException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#RPCOP_FIELD_NUMBER">RPCOP_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/RpcScheduler.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">RpcScheduler</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Implement this interface to be used for RPC scheduling and backoff.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RpcServerException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RpcServerException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Indicates an exception on the RPC server</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcServerException.html#RpcServerException-java.lang.String-">RpcServerException(String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcServerException.html" title="class in org.apache.hadoop.ipc">RpcServerException</a></dt>
<dd>
<div class="block">Constructs exception with the specified detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcServerException.html#RpcServerException-java.lang.String-java.lang.Throwable-">RpcServerException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcServerException.html" title="class in org.apache.hadoop.ipc">RpcServerException</a></dt>
<dd>
<div class="block">Constructs exception with the specified detail message and cause.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">RpcWritable.Buffer</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">adapter to allow decoding of writables and protobufs from a byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#RS_10_4_SCHEMA">RS_10_4_SCHEMA</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#RS_3_2_SCHEMA">RS_3_2_SCHEMA</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#RS_6_3_LEGACY_SCHEMA">RS_6_3_LEGACY_SCHEMA</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#RS_6_3_SCHEMA">RS_6_3_SCHEMA</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#RS_CODEC_NAME">RS_CODEC_NAME</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#RS_LEGACY_CODEC_NAME">RS_LEGACY_CODEC_NAME</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicyDefault.Emptier.html#run--">run()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicyDefault.Emptier.html" title="class in org.apache.hadoop.fs">TrashPolicyDefault.Emptier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.DecayTask.html#run--">run()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.DecayTask.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.DecayTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ExternalCall.html#run--">run()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ExternalCall.html" title="class in org.apache.hadoop.ipc">ExternalCall</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#run--">run()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#run-java.lang.String:A-">run(String[])</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.CompositeServiceShutdownHook.html#run--">run()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.CompositeServiceShutdownHook.html" title="class in org.apache.hadoop.service">CompositeService.CompositeServiceShutdownHook</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/InterruptEscalator.ServiceForcedShutdown.html#run--">run()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/InterruptEscalator.ServiceForcedShutdown.html" title="class in org.apache.hadoop.service.launcher">InterruptEscalator.ServiceForcedShutdown</a></dt>
<dd>
<div class="block">Shutdown callback: stop the service and set an atomic boolean
if it stopped within the shutdown time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#run-java.lang.String:A-">run(String[])</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/GetGroupsBase.html#run-java.lang.String:A-">run(String[])</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/GetGroupsBase.html" title="class in org.apache.hadoop.tools">GetGroupsBase</a></dt>
<dd>
<div class="block">Get the groups for the users given and print formatted output to the
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io"><code>PrintStream</code></a> configured earlier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#run-java.lang.String:A-">run(String[])</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Run the class/resource find or load operation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.html#run--">run()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.html" title="class in org.apache.hadoop.util">GcTimeMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#run--">run()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Check to see if a command needs to be executed and execute if needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Tool.html#run-java.lang.String:A-">run(String[])</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/Tool.html" title="interface in org.apache.hadoop.util">Tool</a></dt>
<dd>
<div class="block">Execute the command with the given arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ToolRunner.html#run-org.apache.hadoop.conf.Configuration-org.apache.hadoop.util.Tool-java.lang.String:A-">run(Configuration, Tool, String[])</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ToolRunner.html" title="class in org.apache.hadoop.util">ToolRunner</a></dt>
<dd>
<div class="block">Runs the given <code>Tool</code> by <a href="org/apache/hadoop/util/Tool.html#run-java.lang.String:A-"><code>Tool.run(String[])</code></a>, after
parsing with the given generic arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ToolRunner.html#run-org.apache.hadoop.util.Tool-java.lang.String:A-">run(Tool, String[])</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ToolRunner.html" title="class in org.apache.hadoop.util">ToolRunner</a></dt>
<dd>
<div class="block">Runs the <code>Tool</code> with its <code>Configuration</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#RUNA">RUNA</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html#RUNB">RUNB</a></span> - Static variable in interface org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2Constants.html" title="interface in org.apache.hadoop.io.compress.bzip2">BZip2Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#running">running</a></span> - Variable in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#runResolveCommand-java.util.List-java.lang.String-">runResolveCommand(List&lt;String&gt;, String)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>
<div class="block">Build and execute the resolution command.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFBLK">S_IFBLK</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFCHR">S_IFCHR</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFDIR">S_IFDIR</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFIFO">S_IFIFO</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFLNK">S_IFLNK</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFMT">S_IFMT</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFREG">S_IFREG</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IFSOCK">S_IFSOCK</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IRUSR">S_IRUSR</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_ISGID">S_ISGID</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_ISUID">S_ISUID</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_ISVTX">S_ISVTX</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IWUSR">S_IWUSR</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#S_IXUSR">S_IXUSR</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/util/SampleStat.MinMax.html" title="class in org.apache.hadoop.metrics2.util"><span class="typeNameLink">SampleStat.MinMax</span></a> - Class in <a href="org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</a></dt>
<dd>
<div class="block">Helper to keep running min/max</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.SaslDigestCallbackHandler.html#SaslDigestCallbackHandler-org.apache.hadoop.security.token.SecretManager-org.apache.hadoop.ipc.Server.Connection-">SaslDigestCallbackHandler(SecretManager&lt;TokenIdentifier&gt;, Server.Connection)</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.SaslDigestCallbackHandler.html" title="class in org.apache.hadoop.security">SaslRpcServer.SaslDigestCallbackHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.SaslGssCallbackHandler.html#SaslGssCallbackHandler--">SaslGssCallbackHandler()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.SaslGssCallbackHandler.html" title="class in org.apache.hadoop.security">SaslRpcServer.SaslGssCallbackHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/SaslPlainServer.SaslPlainServerFactory.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">SaslPlainServer.SaslPlainServerFactory</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/SaslPlainServer.SecurityProvider.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">SaslPlainServer.SecurityProvider</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPlainServer.SaslPlainServerFactory.html#SaslPlainServerFactory--">SaslPlainServerFactory()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPlainServer.SaslPlainServerFactory.html" title="class in org.apache.hadoop.security">SaslPlainServer.SaslPlainServerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">SaslPropertiesResolver</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Provides SaslProperties to be used for a connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#SaslPropertiesResolver--">SaslPropertiesResolver()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html#saslQop">saslQop</a></span> - Variable in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html" title="enum in org.apache.hadoop.security">SaslRpcServer.QualityOfProtection</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security"><span class="typeNameLink">SaslRpcServer.AuthMethod</span></a> - Enum in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Authentication method</div>
</dd>
<dt><a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html" title="enum in org.apache.hadoop.security"><span class="typeNameLink">SaslRpcServer.QualityOfProtection</span></a> - Enum in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/SaslRpcServer.SaslDigestCallbackHandler.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">SaslRpcServer.SaslDigestCallbackHandler</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">CallbackHandler for SASL DIGEST-MD5 mechanism</div>
</dd>
<dt><a href="org/apache/hadoop/security/SaslRpcServer.SaslGssCallbackHandler.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">SaslRpcServer.SaslGssCallbackHandler</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">CallbackHandler for SASL GSSAPI Kerberos mechanism</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#satisfyStoragePolicy-org.apache.hadoop.fs.Path-">satisfyStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Set the source path to satisfy storage policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#satisfyStoragePolicy-org.apache.hadoop.fs.Path-">satisfyStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set the source path to satisfy storage policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#satisfyStoragePolicy-org.apache.hadoop.fs.Path-">satisfyStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the source path to satisfy storage policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#satisfyStoragePolicy-org.apache.hadoop.fs.Path-">satisfyStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#satisfyStoragePolicy-org.apache.hadoop.fs.Path-">satisfyStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#satisfyStoragePolicy-org.apache.hadoop.fs.Path-">satisfyStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#Scanner-org.apache.hadoop.io.file.tfile.TFile.Reader-long-long-">Scanner(TFile.Reader, long, long)</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#Scanner-org.apache.hadoop.io.file.tfile.TFile.Reader-org.apache.hadoop.io.file.tfile.RawComparable-org.apache.hadoop.io.file.tfile.RawComparable-">Scanner(TFile.Reader, RawComparable, RawComparable)</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#SCHEMA:D">SCHEMA$</a></span> - Static variable in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">ScriptBasedMapping</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">This class implements the <a href="org/apache/hadoop/net/DNSToSwitchMapping.html" title="interface in org.apache.hadoop.net"><code>DNSToSwitchMapping</code></a> interface using a
script configured via the
<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY"><code>CommonConfigurationKeysPublic.NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY</code></a> option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.html#ScriptBasedMapping--">ScriptBasedMapping()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping</a></dt>
<dd>
<div class="block">Create an instance with the default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.html#ScriptBasedMapping-org.apache.hadoop.net.DNSToSwitchMapping-">ScriptBasedMapping(DNSToSwitchMapping)</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping</a></dt>
<dd>
<div class="block">Create an instance from the given raw mapping</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.html#ScriptBasedMapping-org.apache.hadoop.conf.Configuration-">ScriptBasedMapping(Configuration)</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping</a></dt>
<dd>
<div class="block">Create an instance from the given configuration</div>
</dd>
<dt><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">ScriptBasedMapping.RawScriptBasedMapping</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">This is the uncached script mapping that is fed into the cache managed
by the superclass <a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net"><code>CachedDNSToSwitchMapping</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#SECRET_FIELD_NUMBER">SECRET_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">SecretManager</span></a>&lt;<a href="org/apache/hadoop/security/token/SecretManager.html" title="type parameter in SecretManager">T</a> extends <a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a>&gt; - Class in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">The server-side secret manager for each token type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/SecretManager.html#SecretManager--">SecretManager()</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/SecretManager.html" title="class in org.apache.hadoop.security.token">SecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/SecretManager.InvalidToken.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">SecretManager.InvalidToken</span></a> - Exception in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">The token was invalid and the message explains why.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#SECRETS_FIELD_NUMBER">SECRETS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SecureIOUtils</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">This class provides secure APIs for opening and creating files on the local
disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SecureIOUtils.html#SecureIOUtils--">SecureIOUtils()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SecureIOUtils.html" title="class in org.apache.hadoop.io">SecureIOUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/SecureIOUtils.AlreadyExistsException.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SecureIOUtils.AlreadyExistsException</span></a> - Exception in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Signals that an attempt to create a file at a given pathname has failed
because another file already existed at that path.</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CancelDelegationTokenRequestProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CancelDelegationTokenRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CancelDelegationTokenRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CancelDelegationTokenRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CancelDelegationTokenResponseProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CancelDelegationTokenResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
void response</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CancelDelegationTokenResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CredentialsKVProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CredentialsKVProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CredentialsKVProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CredentialsKVProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CredentialsKVProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CredentialsProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CredentialsProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CredentialsProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CredentialsProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.CredentialsProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.GetDelegationTokenRequestProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GetDelegationTokenRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.GetDelegationTokenRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GetDelegationTokenRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.GetDelegationTokenRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.GetDelegationTokenResponseProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GetDelegationTokenResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.GetDelegationTokenResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GetDelegationTokenResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.GetDelegationTokenResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.RenewDelegationTokenRequestProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RenewDelegationTokenRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.RenewDelegationTokenRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RenewDelegationTokenRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.RenewDelegationTokenResponseProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RenewDelegationTokenResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.RenewDelegationTokenResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RenewDelegationTokenResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.TokenProto</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Security token identifier</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.TokenProto.Builder</span></a> - Class in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>
<div class="block">
Security token identifier</div>
</dd>
<dt><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProtoOrBuilder.html" title="interface in org.apache.hadoop.security.proto"><span class="typeNameLink">SecurityProtos.TokenProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/security/proto/package-summary.html">org.apache.hadoop.security.proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPlainServer.SecurityProvider.html#SecurityProvider--">SecurityProvider()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPlainServer.SecurityProvider.html" title="class in org.apache.hadoop.security">SaslPlainServer.SecurityProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">SecurityUtil</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">Security Utils.</div>
</dd>
<dt><a href="org/apache/hadoop/security/SecurityUtil.QualifiedHostResolver.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">SecurityUtil.QualifiedHostResolver</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">This an alternate resolver with important properties that the standard
java resolver lacks:
1) The hostname is fully qualified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AvroFSInput.html#seek-long-">seek(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs">AvroFSInput</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#seek-long-">seek(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">Seek to the given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#seek-long-">seek(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>
<div class="block">Seek to the given offset from the start of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Seekable.html#seek-long-">seek(long)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Seekable.html" title="interface in org.apache.hadoop.fs">Seekable</a></dt>
<dd>
<div class="block">Seek to the given offset from the start of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Reader.html#seek-long-">seek(long)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Reader.html" title="class in org.apache.hadoop.io">ArrayFile.Reader</a></dt>
<dd>
<div class="block">Positions the reader before its <code>n</code>th value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#seek-long-">seek(long)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">This method is current not supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Reader.html#seek-org.apache.hadoop.io.WritableComparable-">seek(WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</a></dt>
<dd>
<div class="block">Positions the reader at the named key, or if none such exists, at the
first entry after the named key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#seek-long-">seek(long)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Set the current byte position in the input file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Reader.html#seek-org.apache.hadoop.io.WritableComparable-">seek(WritableComparable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Reader.html" title="class in org.apache.hadoop.io">SetFile.Reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#SEEK_IN_BUFFER">SEEK_IN_BUFFER</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Number of seeks in buffer.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Seekable.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">Seekable</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Stream that permits seeking.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#seekTo-byte:A-">seekTo(byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Move the cursor to the first entry whose key is greater than or equal
to the input key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#seekTo-byte:A-int-int-">seekTo(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Move the cursor to the first entry whose key is greater than or equal
to the input key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#seekToEnd--">seekToEnd()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Seek to the end of the scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#seekToNewSource-long-">seekToNewSource(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">Seek to the given position on an alternate copy of the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#seekToNewSource-long-">seekToNewSource(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>
<div class="block">Seeks a different copy of the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionInputStream.html#seekToNewSource-long-">seekToNewSource(long)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</a></dt>
<dd>
<div class="block">This method is current not supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#SegmentDescriptor-long-long-org.apache.hadoop.fs.Path-">SegmentDescriptor(long, long, Path)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>
<div class="block">Constructs a segment</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#selectDelegationToken-org.apache.hadoop.security.Credentials-">selectDelegationToken(Credentials)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#selectiveClearing-org.apache.hadoop.util.bloom.Key-short-">selectiveClearing(Key, short)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>
<div class="block">Performs the selective clearing for a given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenSelector.html#selectToken-org.apache.hadoop.io.Text-java.util.Collection-">selectToken(Text, Collection&lt;Token&lt;? extends TokenIdentifier&gt;&gt;)</a></span> - Method in interface org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenSelector.html" title="interface in org.apache.hadoop.security.token">TokenSelector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#SENDERNAME_FIELD_NUMBER">SENDERNAME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html#sendError-int-java.lang.String-">sendError(int, String)</a></span> - Method in interface org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/RestCsrfPreventionFilter.HttpInteraction.html" title="interface in org.apache.hadoop.security.http">RestCsrfPreventionFilter.HttpInteraction</a></dt>
<dd>
<div class="block">Called by the filter after it decides that the request is a potential
CSRF attack and therefore must be rejected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#sendPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">sendPostponed(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#sendPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sendPostponed(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#sendPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sendPostponed(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#sendPostponed-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sendPostponed(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#sendPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#sendPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#sendPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#sendPostponed-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#SEPARATOR">SEPARATOR</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">The directory separator, a slash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#SEPARATOR_CHAR">SEPARATOR_CHAR</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">The directory separator, a slash, as a character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_FACTOR_DEFAULT">SEQ_IO_SORT_FACTOR_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for <a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_FACTOR_KEY"><code>CommonConfigurationKeysPublic.SEQ_IO_SORT_FACTOR_KEY</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_FACTOR_KEY">SEQ_IO_SORT_FACTOR_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_MB_DEFAULT">SEQ_IO_SORT_MB_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for <a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_MB_KEY"><code>CommonConfigurationKeysPublic.SEQ_IO_SORT_MB_KEY</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SEQ_IO_SORT_MB_KEY">SEQ_IO_SORT_MB_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block"><code>SequenceFile</code>s are flat files consisting of binary key/value
pairs.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.CompressionType</span></a> - Enum in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">The compression type used to compress key/value pairs in the
<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><code>SequenceFile</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Metadata</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">The class encapsulating with the metadata of a file.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Reader</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Reads key/value pairs from a sequence-format file.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Reader.Option.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Reader.Option</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A tag interface for all of the Reader options</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Sorter</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Sorts key/value pairs in a sequence-format file.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Sorter.RawKeyValueIterator</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">The interface to iterate over raw keys/values of SequenceFiles.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Sorter.SegmentDescriptor</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">This class defines a merge segment.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.ValueBytes.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.ValueBytes</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">The interface to 'raw' values of SequenceFiles.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Writer</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Write key/value pairs to a sequence-format file.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SequenceFile.Writer.Option.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">SequenceFile.Writer.Option</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#serialize--">serialize()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>
<div class="block">Serialize the metadata to a set of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#serializer--">serializer()</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>
<div class="block">Get a JSON serializer for this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Server.html#Server-java.lang.Class-java.lang.Object-org.apache.hadoop.conf.Configuration-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.security.token.SecretManager-java.lang.String-org.apache.hadoop.ipc.AlignmentContext-">Server(Class&lt;?&gt;, Object, Configuration, String, int, int, int, int, boolean, SecretManager&lt;? extends TokenIdentifier&gt;, String, AlignmentContext)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine.Server.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine.Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct an RPC server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Server.html#Server-java.lang.Class-java.lang.Object-org.apache.hadoop.conf.Configuration-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.security.token.SecretManager-java.lang.String-org.apache.hadoop.ipc.AlignmentContext-">Server(Class&lt;?&gt;, Object, Configuration, String, int, int, int, int, boolean, SecretManager&lt;? extends TokenIdentifier&gt;, String, AlignmentContext)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngine2.Server.html" title="class in org.apache.hadoop.ipc">ProtobufRpcEngine2.Server</a></dt>
<dd>
<div class="block">Construct an RPC server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Server.html#Server-java.lang.String-int-java.lang.Class-int-int-int-org.apache.hadoop.conf.Configuration-java.lang.String-org.apache.hadoop.security.token.SecretManager-java.lang.String-">Server(String, int, Class&lt;? extends Writable&gt;, int, int, int, Configuration, String, SecretManager&lt;? extends TokenIdentifier&gt;, String)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Server.html" title="class in org.apache.hadoop.ipc">RPC.Server</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">Server</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">An abstract IPC service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#Server-java.lang.String-int-java.lang.Class-int-org.apache.hadoop.conf.Configuration-">Server(String, int, Class&lt;? extends Writable&gt;, int, Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#Server-java.lang.String-int-java.lang.Class-int-int-int-org.apache.hadoop.conf.Configuration-java.lang.String-org.apache.hadoop.security.token.SecretManager-">Server(String, int, Class&lt;? extends Writable&gt;, int, int, int, Configuration, String, SecretManager&lt;? extends TokenIdentifier&gt;)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#Server-java.lang.String-int-java.lang.Class-int-int-int-org.apache.hadoop.conf.Configuration-java.lang.String-org.apache.hadoop.security.token.SecretManager-java.lang.String-">Server(String, int, Class&lt;? extends Writable&gt;, int, int, int, Configuration, String, SecretManager&lt;? extends TokenIdentifier&gt;, String)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Constructs a server listening on the named port and address.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html#Server-java.lang.Object-org.apache.hadoop.conf.Configuration-java.lang.String-int-">Server(Object, Configuration, String, int)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine.Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use #Server(Class, Object, Configuration, String, int)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html#Server-java.lang.Class-java.lang.Object-org.apache.hadoop.conf.Configuration-java.lang.String-int-">Server(Class&lt;?&gt;, Object, Configuration, String, int)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine.Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct an RPC server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html#Server-java.lang.Object-org.apache.hadoop.conf.Configuration-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.security.token.SecretManager-">Server(Object, Configuration, String, int, int, int, int, boolean, SecretManager&lt;? extends TokenIdentifier&gt;)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine.Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use Server#Server(Class, Object,
Configuration, String, int, int, int, int, boolean, SecretManager)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html#Server-java.lang.Class-java.lang.Object-org.apache.hadoop.conf.Configuration-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.security.token.SecretManager-java.lang.String-">Server(Class&lt;?&gt;, Object, Configuration, String, int, int, int, int, boolean, SecretManager&lt;? extends TokenIdentifier&gt;, String)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine.Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use Server#Server(Class, Object,
Configuration, String, int, int, int, int, boolean, SecretManager)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html#Server-java.lang.Class-java.lang.Object-org.apache.hadoop.conf.Configuration-java.lang.String-int-int-int-int-boolean-org.apache.hadoop.security.token.SecretManager-java.lang.String-org.apache.hadoop.ipc.AlignmentContext-">Server(Class&lt;?&gt;, Object, Configuration, String, int, int, int, int, boolean, SecretManager&lt;? extends TokenIdentifier&gt;, String, AlignmentContext)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine.Server</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct an RPC server.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">Server.Call</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">A generic call queued for handling.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">Server.Connection</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Reads calls from a connection and queues them for handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#SERVERID_FIELD_NUMBER">SERVERID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#SERVERIPCVERSIONNUM_FIELD_NUMBER">SERVERIPCVERSIONNUM_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/util/Servers.html" title="class in org.apache.hadoop.metrics2.util"><span class="typeNameLink">Servers</span></a> - Class in <a href="org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</a></dt>
<dd>
<div class="block">Helpers to handle server addresses</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#SERVERS_PROPERTY">SERVERS_PROPERTY</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service"><span class="typeNameLink">Service</span></a> - Interface in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">Service LifeCycle.</div>
</dd>
<dt><a href="org/apache/hadoop/service/Service.STATE.html" title="enum in org.apache.hadoop.service"><span class="typeNameLink">Service.STATE</span></a> - Enum in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">Service states</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#SERVICE_FIELD_NUMBER">SERVICE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#SERVICE_PARAM">SERVICE_PARAM</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SERVICE_SHUTDOWN_TIMEOUT">SERVICE_SHUTDOWN_TIMEOUT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Configuration option for the shutdown hook manager shutdown time:
"hadoop.service.shutdown.timeout".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#SERVICE_SHUTDOWN_TIMEOUT_DEFAULT">SERVICE_SHUTDOWN_TIMEOUT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default shutdown hook timeout: 30L seconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#serviceCreationFailure-java.lang.Exception-">serviceCreationFailure(Exception)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Generate an exception announcing a failure to create the service.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/ServiceFailedException.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">ServiceFailedException</span></a> - Exception in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Exception thrown to indicate that an operation performed
to modify the state of a service or application failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ServiceFailedException.html#ServiceFailedException-java.lang.String-">ServiceFailedException(String)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ServiceFailedException.html" title="class in org.apache.hadoop.ha">ServiceFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ServiceFailedException.html#ServiceFailedException-java.lang.String-java.lang.Throwable-">ServiceFailedException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ServiceFailedException.html" title="class in org.apache.hadoop.ha">ServiceFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/InterruptEscalator.ServiceForcedShutdown.html#ServiceForcedShutdown-org.apache.hadoop.service.Service-int-">ServiceForcedShutdown(Service, int)</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/InterruptEscalator.ServiceForcedShutdown.html" title="class in org.apache.hadoop.service.launcher">InterruptEscalator.ServiceForcedShutdown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#serviceInit-org.apache.hadoop.conf.Configuration-">serviceInit(Configuration)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">All initialization code needed by a service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#serviceInit-org.apache.hadoop.conf.Configuration-">serviceInit(Configuration)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher"><span class="typeNameLink">ServiceLauncher</span></a>&lt;<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="type parameter in ServiceLauncher">S</a> extends <a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a>&gt; - Class in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">A class to launch any YARN service by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#ServiceLauncher-java.lang.String-">ServiceLauncher(String)</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Create an instance of the launcher.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#ServiceLauncher-java.lang.String-java.lang.String-">ServiceLauncher(String, String)</a></span> - Constructor for class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Create an instance of the launcher.</div>
</dd>
<dt><a href="org/apache/hadoop/service/launcher/ServiceLauncher.MinimalGenericOptionsParser.html" title="class in org.apache.hadoop.service.launcher"><span class="typeNameLink">ServiceLauncher.MinimalGenericOptionsParser</span></a> - Class in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">A generic options parser which does not parse any of the traditional
Hadoop options.</div>
</dd>
<dt><a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html" title="class in org.apache.hadoop.service.launcher"><span class="typeNameLink">ServiceLaunchException</span></a> - Exception in <a href="org/apache/hadoop/service/launcher/package-summary.html">org.apache.hadoop.service.launcher</a></dt>
<dd>
<div class="block">A service launch exception that includes an exit code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html#ServiceLaunchException-int-java.lang.Throwable-">ServiceLaunchException(int, Throwable)</a></span> - Constructor for exception org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html" title="class in org.apache.hadoop.service.launcher">ServiceLaunchException</a></dt>
<dd>
<div class="block">Create an exception with the specific exit code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html#ServiceLaunchException-int-java.lang.String-">ServiceLaunchException(int, String)</a></span> - Constructor for exception org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html" title="class in org.apache.hadoop.service.launcher">ServiceLaunchException</a></dt>
<dd>
<div class="block">Create an exception with the specific exit code and text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html#ServiceLaunchException-int-java.lang.String-java.lang.Object...-">ServiceLaunchException(int, String, Object...)</a></span> - Constructor for exception org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html" title="class in org.apache.hadoop.service.launcher">ServiceLaunchException</a></dt>
<dd>
<div class="block">Create a formatted exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html#ServiceLaunchException-int-java.lang.Throwable-java.lang.String-java.lang.Object...-">ServiceLaunchException(int, Throwable, String, Object...)</a></span> - Constructor for exception org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLaunchException.html" title="class in org.apache.hadoop.service.launcher">ServiceLaunchException</a></dt>
<dd>
<div class="block">Create a formatted exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html#ServiceListeners--">ServiceListeners()</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html" title="class in org.apache.hadoop.service">ServiceOperations.ServiceListeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#serviceMain-java.lang.String...-">serviceMain(String...)</a></span> - Static method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Varargs version of the entry point for testing and other in-JVM use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#serviceMain-java.util.List-">serviceMain(List&lt;String&gt;)</a></span> - Static method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">The real main function, which takes the arguments as a list.</div>
</dd>
<dt><a href="org/apache/hadoop/service/ServiceOperations.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">ServiceOperations</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">This class contains a set of methods to work with services, especially
to walk them through their lifecycle.</div>
</dd>
<dt><a href="org/apache/hadoop/service/ServiceOperations.ServiceListeners.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">ServiceOperations.ServiceListeners</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">Class to manage a list of <a href="org/apache/hadoop/service/ServiceStateChangeListener.html" title="interface in org.apache.hadoop.service"><code>ServiceStateChangeListener</code></a> instances,
including a notification loop that is robust against changes to the list
during the notification process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#serviceStart--">serviceStart()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Actions called during the INITED to STARTED transition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#serviceStart--">serviceStart()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/ServiceStateChangeListener.html" title="interface in org.apache.hadoop.service"><span class="typeNameLink">ServiceStateChangeListener</span></a> - Interface in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">Interface to notify state changes of a service.</div>
</dd>
<dt><a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">ServiceStateException</span></a> - Exception in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">Exception that can be raised on state change operations, whose
exit code can be explicitly set, determined from that of any nested
cause, or a default value of
<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_SERVICE_LIFECYCLE_EXCEPTION"><code>LauncherExitCodes.EXIT_SERVICE_LIFECYCLE_EXCEPTION</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateException.html#ServiceStateException-java.lang.String-">ServiceStateException(String)</a></span> - Constructor for exception org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service">ServiceStateException</a></dt>
<dd>
<div class="block">Instantiate</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateException.html#ServiceStateException-java.lang.String-java.lang.Throwable-">ServiceStateException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service">ServiceStateException</a></dt>
<dd>
<div class="block">Instantiate with a message and cause; if the cause has an exit code
then it is used, otherwise the generic
<a href="org/apache/hadoop/service/launcher/LauncherExitCodes.html#EXIT_SERVICE_LIFECYCLE_EXCEPTION"><code>LauncherExitCodes.EXIT_SERVICE_LIFECYCLE_EXCEPTION</code></a> exit code
is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateException.html#ServiceStateException-int-java.lang.String-java.lang.Throwable-">ServiceStateException(int, String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service">ServiceStateException</a></dt>
<dd>
<div class="block">Instantiate, using the specified exit code as the exit code
of the exception, irrespetive of any exit code supplied by any inner
cause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateException.html#ServiceStateException-java.lang.Throwable-">ServiceStateException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateException.html" title="class in org.apache.hadoop.service">ServiceStateException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service"><span class="typeNameLink">ServiceStateModel</span></a> - Class in <a href="org/apache/hadoop/service/package-summary.html">org.apache.hadoop.service</a></dt>
<dd>
<div class="block">Implements the service state model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#ServiceStateModel-java.lang.String-">ServiceStateModel(String)</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Create the service state model in the <a href="org/apache/hadoop/service/Service.STATE.html#NOTINITED"><code>Service.STATE.NOTINITED</code></a>
state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#ServiceStateModel-java.lang.String-org.apache.hadoop.service.Service.STATE-">ServiceStateModel(String, Service.STATE)</a></span> - Constructor for class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">Create a service state model instance in the chosen state</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#serviceStop--">serviceStop()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Actions called during the transition to the STOPPED state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#serviceStop--">serviceStop()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/IsActiveServlet.html#SERVLET_NAME">SERVLET_NAME</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/IsActiveServlet.html" title="class in org.apache.hadoop.http">IsActiveServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#set-java.lang.String-java.lang.String-">set(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the <code>value</code> of the <code>name</code> property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#set-java.lang.String-java.lang.String-java.lang.String-">set(String, String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the <code>value</code> of the <code>name</code> property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#set-org.apache.hadoop.fs.statistics.MeanStatistic-">set(MeanStatistic)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Set the statistic to the values of another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#set-java.lang.Object-">set(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#set-org.apache.hadoop.io.Writable:A-">set(Writable[])</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#set-boolean-">set(boolean)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>
<div class="block">Set the value of the BooleanWritable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#set-org.apache.hadoop.io.BytesWritable-">set(BytesWritable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Set the BytesWritable to the contents of the given newData.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#set-byte:A-int-int-">set(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Set the value to a copy of the given byte range</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#set-byte-">set(byte)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>
<div class="block">Set the value of this ByteWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#set-double-">set(double)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#set-java.util.EnumSet-java.lang.Class-">set(EnumSet&lt;E&gt;, Class&lt;E&gt;)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>
<div class="block">reset the EnumSetWritable with specified
<tt>value</tt> and <tt>elementType</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#set-float-">set(float)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>
<div class="block">Set the value of this FloatWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#set-org.apache.hadoop.io.Writable-">set(Writable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>
<div class="block">Set the instance that is wrapped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#set-int-">set(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>
<div class="block">Set the value of this IntWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#set-long-">set(long)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>
<div class="block">Set the value of this LongWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#set-org.apache.hadoop.io.MD5Hash-">set(MD5Hash)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Copy the contents of another instance into this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#set-java.lang.Object-">set(Object)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Reset the instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#set-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">set(Text, Text)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#set-short-">set(short)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">Set the value of this ShortWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#set-java.lang.String-">set(String)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Set to contain the contents of a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#set-byte:A-">set(byte[])</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Set to a utf8 byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#set-org.apache.hadoop.io.Text-">set(Text)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">copy a text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#set-byte:A-int-int-">set(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Set the Text to range of bytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/TwoDArrayWritable.html#set-org.apache.hadoop.io.Writable:A:A-">set(Writable[][])</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io">TwoDArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#set-int-">set(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>
<div class="block">Set the value of this VIntWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#set-long-">set(long)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>
<div class="block">Set the value of this LongWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html#set-float-">set(float)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#set-int-">set(int)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>
<div class="block">Set the value of the metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#set-long-">set(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>
<div class="block">Set the value of the metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#SET_GROUP_COMMAND">SET_GROUP_COMMAND</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">a Unix command to set the change user's groups list: "chgrp".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#SET_OWNER_COMMAND">SET_OWNER_COMMAND</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">a Unix command to set owner: "chown".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#SET_PERMISSION_COMMAND">SET_PERMISSION_COMMAND</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">a Unix command to set permission: "chmod".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setAccessTime-long-">setAccessTime(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 access_time = 8;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setAcl-org.apache.hadoop.fs.Path-java.util.List-">setAcl(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Fully replaces ACL of files and directories, discarding all existing
entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#setAcl-org.apache.hadoop.fs.Path-java.util.List-">setAcl(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setAcl-org.apache.hadoop.fs.Path-java.util.List-">setAcl(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Fully replaces ACL of files and directories, discarding all existing
entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setAcl-org.apache.hadoop.fs.Path-java.util.List-">setAcl(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Fully replaces ACL of files and directories, discarding all existing
entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setAcl-org.apache.hadoop.fs.Path-java.util.List-">setAcl(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setAcl-org.apache.hadoop.fs.Path-java.util.List-">setAcl(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setAcl-org.apache.hadoop.fs.Path-java.util.List-">setAcl(Path, List&lt;AclEntry&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setACL-org.apache.hadoop.security.authorize.AccessControlList-">setACL(AccessControlList)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setAlias-java.lang.String-">setAlias(String)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setAliasBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setAliasBytes(ByteString)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>required string alias = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setAlignmentContext-org.apache.hadoop.ipc.AlignmentContext-">setAlignmentContext(AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#setAlignmentContext-org.apache.hadoop.ipc.AlignmentContext-">setAlignmentContext(AlignmentContext)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Set alignment context to pass state info thru RPC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setAllowNullValueProperties-boolean-">setAllowNullValueProperties(boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set Configuration to allow keys without values during setup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#setArgs-int-java.lang.String-">setArgs(int, String)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string args = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#setAsynchronousMode-boolean-">setAsynchronousMode(boolean)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Set RPC to asynchronous or synchronous mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#setAttributes-java.util.Map-">setAttributes(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#setAuthenticationMethod-org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod-org.apache.hadoop.conf.Configuration-">setAuthenticationMethod(UserGroupInformation.AuthenticationMethod, Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#setAuthenticationMethod-org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod-">setAuthenticationMethod(UserGroupInformation.AuthenticationMethod)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Sets the authentication method in the subject</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#setAuthenticationMethod-org.apache.hadoop.security.SaslRpcServer.AuthMethod-">setAuthenticationMethod(SaslRpcServer.AuthMethod)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Sets the authentication method in the subject</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setAuths-int-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth-">setAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setAuths-int-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder-">setAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setBindAddress-java.lang.String-">setBindAddress(String)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: 0.0.0.0</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#setBitLength-int-">setBitLength(int)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocatedFileStatus.html#setBlockLocations-org.apache.hadoop.fs.BlockLocation:A-">setBlockLocations(BlockLocation[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocatedFileStatus.html" title="class in org.apache.hadoop.fs">LocatedFileStatus</a></dt>
<dd>
<div class="block">Hook for subclasses to lazily set block locations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setBlockReplication-int-">setBlockReplication(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 block_replication = 10;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setBlockSize-long-">setBlockSize(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 block_size = 11;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#setBlockSize-org.apache.hadoop.conf.Configuration-int-">setBlockSize(Configuration, int)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setBoolean-java.lang.String-boolean-">setBoolean(String, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of the <code>name</code> property to a <code>boolean</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setBooleanIfUnset-java.lang.String-boolean-">setBooleanIfUnset(String, boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the given property, if it is currently unset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setCachedHosts-java.lang.String:A-">setCachedHosts(String[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Set the hosts hosting a cached replica of this block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#setCacheManipulator-org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator-">setCacheManipulator(NativeIO.POSIX.CacheManipulator)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setCallerContext-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto-">setCallerContext(RpcHeaderProtos.RPCCallerContextProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setCallerContext-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder-">setCallerContext(RpcHeaderProtos.RPCCallerContextProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
call context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setCallId-int-">setCallId(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
a sequence number that is sent back in response</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setCallId-int-">setCallId(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
callId used in Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#setCallIdAndRetryCount-int-int-java.lang.Object-">setCallIdAndRetryCount(int, int, Object)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Set call id and retry count for the next call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#setCapacity-int-">setCapacity(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Change the capacity of the backing storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setChallenge-org.apache.hadoop.thirdparty.protobuf.ByteString-">setChallenge(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes challenge = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableMetric.html#setChanged--">setChanged()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableMetric.html" title="class in org.apache.hadoop.metrics2.lib">MutableMetric</a></dt>
<dd>
<div class="block">Set the changed flag in mutable operations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#setCipher-java.lang.String-">setCipher(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setClass-java.lang.String-java.lang.Class-java.lang.Class-">setClass(String, Class&lt;?&gt;, Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of the <code>name</code> property to the name of a
<code>theClass</code> implementing the given interface <code>xface</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setClassLoader-java.lang.ClassLoader-">setClassLoader(ClassLoader)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the class loader that will be used to load the various objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#setClassName-java.lang.String-">setClassName(String)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#setClassName-java.lang.String-">setClassName(String)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#setClassNameBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setClassNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#setClassNameBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setClassNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required string className = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#setClientBackoffEnabled-boolean-">setClientBackoffEnabled(boolean)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setClientId-org.apache.hadoop.thirdparty.protobuf.ByteString-">setClientId(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setClientId-org.apache.hadoop.thirdparty.protobuf.ByteString-">setClientId(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Globally unique client ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setClientProtocolVersion-long-">setClientProtocolVersion(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
protocol version of class declaring the called method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#setClientProtocolVersion-long-">setClientProtocolVersion(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 clientProtocolVersion = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#setClientStateId-long-">setClientStateId(long)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CloseableReferenceCount.html#setClosed--">setClosed()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util">CloseableReferenceCount</a></dt>
<dd>
<div class="block">Mark the status as closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#setCode-int-">setCode(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#setCode-int-">setCode(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 code = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#setCodecClasses-org.apache.hadoop.conf.Configuration-java.util.List-">setCodecClasses(Configuration, List&lt;Class&gt;)</a></span> - Static method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Sets a list of codec classes in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setCommandFactory-org.apache.hadoop.fs.shell.CommandFactory-">setCommandFactory(CommandFactory)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Set the command factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#setCompressionLevel-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel-">setCompressionLevel(Configuration, ZlibCompressor.CompressionLevel)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#setCompressionStrategy-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy-">setCompressionStrategy(Configuration, ZlibCompressor.CompressionStrategy)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configurable.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in interface org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configurable.html" title="interface in org.apache.hadoop.conf">Configurable</a></dt>
<dd>
<div class="block">Set the configuration to be used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configured.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configured.html" title="class in org.apache.hadoop.conf">Configured</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BZip2Codec.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BZip2Codec.html" title="class in org.apache.hadoop.io.compress">BZip2Codec</a></dt>
<dd>
<div class="block">Set the configuration to be used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DefaultCodec.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Lz4Codec.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Lz4Codec.html" title="class in org.apache.hadoop.io.compress">Lz4Codec</a></dt>
<dd>
<div class="block">Set the configuration to be used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>
<div class="block">Set the configuration to be used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>
<div class="block">Set the configuration to be used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/AbstractDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">AbstractDNSToSwitchMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>
<div class="block">Set the configuration and extract the configuration parameters of interest</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping</a></dt>
<dd>
<div class="block">Set the configuration to be used by this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/TableMapping.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/TableMapping.html" title="class in org.apache.hadoop.net">TableMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/DefaultImpersonationProvider.html" title="class in org.apache.hadoop.security.authorize">DefaultImpersonationProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IngressPortBasedResolver.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IngressPortBasedResolver.html" title="class in org.apache.hadoop.security">IngressPortBasedResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslPropertiesResolver.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslPropertiesResolver.html" title="class in org.apache.hadoop.security">SaslPropertiesResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#setConf-java.lang.Object-org.apache.hadoop.conf.Configuration-">setConf(Object, Configuration)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>
<div class="block">Check and set 'configuration' if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#setConfig-org.apache.hadoop.conf.Configuration-">setConfig(Configuration)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Set the configuration for this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#setConfig-int-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair-">setConfig(int, TraceAdminPB.ConfigPair)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#setConfig-int-org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder-">setConfig(int, TraceAdminPB.ConfigPair.Builder)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ConfigPair config = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setConfiguration-org.apache.hadoop.conf.Configuration-">setConfiguration(Configuration)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Set the <a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf"><code>Configuration</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#setConfiguration-org.apache.hadoop.conf.Configuration-">setConfiguration(Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#setConfiguration-org.apache.hadoop.conf.Configuration-">setConfiguration(Configuration)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Set the static configuration for UGI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#setConnectionConfigurator-org.apache.hadoop.security.authentication.client.ConnectionConfigurator-">setConnectionConfigurator(ConnectionConfigurator)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#setConnectTimeout-org.apache.hadoop.conf.Configuration-int-">setConnectTimeout(Configuration, int)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">set the connection timeout value in configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#setCons-java.lang.reflect.Constructor-">setCons(Constructor&lt;? extends GetSpaceUsed&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ReflectionUtils.html#setContentionTracing-boolean-">setContentionTracing(boolean)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ReflectionUtils.html" title="class in org.apache.hadoop.util">ReflectionUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#setContext-java.lang.String-">setContext(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#setContext-java.lang.String-">setContext(String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Set the metrics context tag</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#setContext-java.lang.String-">setContext(String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#setContext-java.lang.String-">setContext(String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Set the context tag</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#setContext-java.lang.String-">setContext(String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#setContextBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setContextBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>required string context = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setCorrupt-boolean-">setCorrupt(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Set the corrupt flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#setCounter-java.lang.String-long-">setCounter(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Set a counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#setCurrent-org.apache.hadoop.ipc.CallerContext-">setCurrent(CallerContext)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#setCurrentKeyId-int-">setCurrentKeyId(int)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html#setData-java.lang.String-byte:A-int-">setData(String, byte[], int)</a></span> - Method in class org.apache.hadoop.util.curator.<a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html" title="class in org.apache.hadoop.util.curator">ZKCuratorManager.SafeTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#setDateHeader-java.lang.String-long-">setDateHeader(String, long)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setDeclaringClassProtocolName-java.lang.String-">setDeclaringClassProtocolName(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#setDeclaringClassProtocolName-java.lang.String-">setDeclaringClassProtocolName(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setDeclaringClassProtocolNameBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setDeclaringClassProtocolNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#setDeclaringClassProtocolNameBytes-com.google.protobuf.ByteString-">setDeclaringClassProtocolNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string declaringClassProtocolName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#setDefaultCompressionType-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.CompressionType-">setDefaultCompressionType(Configuration, SequenceFile.CompressionType)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block">Set the default compression type for sequence files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#setDefaultDelegationTokenAuthenticator-java.lang.Class-">setDefaultDelegationTokenAuthenticator(Class&lt;? extends DelegationTokenAuthenticator&gt;)</a></span> - Static method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Sets the default <a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web"><code>DelegationTokenAuthenticator</code></a> class to use when an
<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web"><code>DelegationTokenAuthenticatedURL</code></a> instance is created without
specifying one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setDefaultUri-org.apache.hadoop.conf.Configuration-java.net.URI-">setDefaultUri(Configuration, URI)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the default FileSystem URI in a configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setDefaultUri-org.apache.hadoop.conf.Configuration-java.lang.String-">setDefaultUri(Configuration, String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the default FileSystem URI in a configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#setDeferredError-java.lang.Throwable-">setDeferredError(Throwable)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#setDeferredResponse-org.apache.hadoop.io.Writable-">setDeferredResponse(Writable)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html#setDelegate-org.apache.hadoop.ipc.DecayRpcScheduler-">setDelegate(DecayRpcScheduler)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.MetricsProxy.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler.MetricsProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.Renewable.html#setDelegationToken-org.apache.hadoop.security.token.Token-">setDelegationToken(Token&lt;T&gt;)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.Renewable.html" title="interface in org.apache.hadoop.fs">DelegationTokenRenewer.Renewable</a></dt>
<dd>
<div class="block">Set delegation token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html#setDelegationToken-org.apache.hadoop.security.token.Token-">setDelegationToken(Token&lt;AbstractDelegationTokenIdentifier&gt;)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL.Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#setDelegationTokenSeqNum-int-">setDelegationTokenSeqNum(int)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setDeprecatedProperties--">setDeprecatedProperties()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Sets all deprecated properties that are not currently set but have a
corresponding new property that is set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setDepthFirst-boolean-">setDepthFirst(boolean)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets flag indicating whether the expression should be applied to the
directory tree depth first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#setDescriptions-int-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo-">setDescriptions(int, TraceAdminPB.SpanReceiverListInfo)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#setDescriptions-int-org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder-">setDescriptions(int, TraceAdminPB.SpanReceiverListInfo.Builder)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Sets preset dictionary for compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Sets preset dictionary for compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor.SnappyDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.ZlibDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html#setDictionary-byte:A-int-int-">setDictionary(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor.ZStandardDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#setDigest-java.lang.String-">setDigest(String)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Sets the digest value from a hex string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setDouble-java.lang.String-double-">setDouble(String, double)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of the <code>name</code> property to a <code>double</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CanSetDropBehind.html#setDropBehind-java.lang.Boolean-">setDropBehind(Boolean)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CanSetDropBehind.html" title="interface in org.apache.hadoop.fs">CanSetDropBehind</a></dt>
<dd>
<div class="block">Configure whether the stream should drop the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#setDropBehind-java.lang.Boolean-">setDropBehind(Boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#setDropBehind-java.lang.Boolean-">setDropBehind(Boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setEcData-org.apache.hadoop.thirdparty.protobuf.ByteString-">setEcData(ByteString)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
storagePolicy = 16</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#setEffectiveUser-java.lang.String-">setEffectiveUser(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#setEffectiveUserBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setEffectiveUserBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string effectiveUser = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setEncryptionData-org.apache.hadoop.thirdparty.protobuf.ByteString-">setEncryptionData(ByteString)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block">
locations = 12
alias = 13
childrenNum = 14</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html#setEnd-long-">setEnd(long)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress">SplitCompressionInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setEnum-java.lang.String-T-">setEnum(String, T)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of the <code>name</code> property to the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#setEnvironment-java.util.Map-">setEnvironment(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Set the environment for the command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setErr-java.io.PrintStream-">setErr(PrintStream)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets the error stream to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#setErr-java.io.PrintStream-">setErr(PrintStream)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setErrorDetail-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto-">setErrorDetail(RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
in case of error</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setErrorMsg-java.lang.String-">setErrorMsg(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setErrorMsgBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setErrorMsgBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails, often contains strack trace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#setEstimator-org.apache.hadoop.metrics2.util.QuantileEstimator-">setEstimator(QuantileEstimator)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setExceptionClassName-java.lang.String-">setExceptionClassName(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setExceptionClassNameBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setExceptionClassNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
if request fails</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#setExecutable-java.io.File-boolean-">setExecutable(File, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Platform independent implementation for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#setExecutable-boolean-" title="class or interface in java.io"><code>File.setExecutable(boolean)</code></a>
File#setExecutable does not work as expected on Windows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setExitStatus-int-">setExitStatus(int)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
unix exit status to return</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#setExpirationTime-long-">setExpirationTime(long)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightCache.Entry.html#setExpirationTime-long-">setExpirationTime(long)</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightCache.Entry.html" title="interface in org.apache.hadoop.util">LightWeightCache.Entry</a></dt>
<dd>
<div class="block">Set the expiration time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#setExtended-boolean-">setExtended(boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Set whether to display the extended stats (stdev, min/max etc.) or not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#setFactor-int-">setFactor(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Set the number of streams to merge at once.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableFactories.html#setFactory-java.lang.Class-org.apache.hadoop.io.WritableFactory-">setFactory(Class, WritableFactory)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableFactories.html" title="class in org.apache.hadoop.io">WritableFactories</a></dt>
<dd>
<div class="block">Define a factory for a class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#setField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-java.lang.Object-">setField(Descriptors.FieldDescriptor, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/SetFile.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SetFile</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A file-based set of keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.html#SetFile--">SetFile()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.html" title="class in org.apache.hadoop.io">SetFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/SetFile.Reader.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SetFile.Reader</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Provide access to an existing set file.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SetFile.Writer.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SetFile.Writer</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Write a new set file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#setFilename-java.lang.String-">setFilename(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#setFilePointer-java.io.FileDescriptor-long-long-">setFilePointer(FileDescriptor, long, long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>
<div class="block">Wrapper around SetFilePointer() on Windows</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setFileType-org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType-">setFileType(FSProtos.FileStatusProto.FileType)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.fs.FileStatusProto.FileType fileType = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setFindPort-boolean-">setFindPort(boolean)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setFlags-int-">setFlags(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 flags = 18 [default = 0];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setFloat-java.lang.String-float-">setFloat(String, float)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of the <code>name</code> property to a <code>float</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setFollowArgLink-boolean-">setFollowArgLink(boolean)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets flag indicating whether command line symbolic links should be
followed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setFollowLink-boolean-">setFollowLink(boolean)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets flag indicating whether symbolic links should be followed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#setGauge-java.lang.String-long-">setGauge(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Set a gauge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#setGroup-java.lang.String-">setGroup(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Sets group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setGroup-java.lang.String-">setGroup(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setGroupBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setGroupBytes(ByteString)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string group = 6;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#setGroups-int-java.lang.String-">setGroups(int, String)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated string groups = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#setHeader-java.lang.String-java.lang.String-">setHeader(String, String)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#setHelp-java.lang.String:A-">setHelp(String[])</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Sets the help text for this <a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><code>Expression</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#setHomeDirConf-org.apache.hadoop.conf.Configuration-java.lang.String-">setHomeDirConf(Configuration, String)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add config variable for homedir for default mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html#setHomeDirConf-org.apache.hadoop.conf.Configuration-java.lang.String-java.lang.String-">setHomeDirConf(Configuration, String, String)</a></span> - Static method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ConfigUtil.html" title="class in org.apache.hadoop.fs.viewfs">ConfigUtil</a></dt>
<dd>
<div class="block">Add config variable for homedir the specified mount table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setHosts-java.lang.String:A-">setHosts(String[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Set the hosts hosting this block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#setID-byte:A-">setID(byte[])</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#setId-long-">setId(long)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#setId-long-">setId(long)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#setId-long-">setId(long)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>
<div class="block"><code>required int64 id = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#setIdentifier-java.lang.String-">setIdentifier(String)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setIdentifier-org.apache.hadoop.thirdparty.protobuf.ByteString-">setIdentifier(ByteString)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#setIdentifierBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setIdentifierBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string identifier = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setIfUnset-java.lang.String-java.lang.String-">setIfUnset(String, String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Sets a property if it is currently unset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setIn-java.io.InputStream-">setIn(InputStream)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets the input stream to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#setIndexInterval-int-">setIndexInterval(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block">Sets the index interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#setIndexInterval-org.apache.hadoop.conf.Configuration-int-">setIndexInterval(Configuration, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block">Sets the index interval and stores it in conf</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#setInitialFlushTime-java.util.Date-">setInitialFlushTime(Date)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>
<div class="block">Set the <a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#nextFlush"><code>RollingFileSystemSink.nextFlush</code></a> variable to the initial flush time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#setInitialUsed-long-">setInitialUsed(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Compressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Decompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Decompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/BZip2DummyDecompressor.html" title="class in org.apache.hadoop.io.compress.bzip2">BZip2DummyDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Compressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress">Compressor</a></dt>
<dd>
<div class="block">Sets input data for compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/Decompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in interface org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress">Decompressor</a></dt>
<dd>
<div class="block">Sets input data for decompression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Compressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Compressor</a></dt>
<dd>
<div class="block">Sets input data for compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.lz4.<a href="org/apache/hadoop/io/compress/lz4/Lz4Decompressor.html" title="class in org.apache.hadoop.io.compress.lz4">Lz4Decompressor</a></dt>
<dd>
<div class="block">Sets input data for decompression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Sets input data for compression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Sets input data for decompression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">BuiltInGzipDecompressor</a></dt>
<dd>
<div class="block">Sets input data for decompression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#setInput-byte:A-int-int-">setInput(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setInstance-java.lang.Object-">setInstance(Object)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Mandatory field</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setInt-java.lang.String-int-">setInt(String, int)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of the <code>name</code> property to an <code>int</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#setInterval-long-">setInterval(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html#setIntField-int-">setIntField(int)</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.Builder.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord.Builder</a></dt>
<dd>
<div class="block">Sets the value of the 'intField' field</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html#setIntField-java.lang.Integer-">setIntField(Integer)</a></span> - Method in class org.apache.hadoop.io.serializer.avro.<a href="org/apache/hadoop/io/serializer/avro/AvroRecord.html" title="class in org.apache.hadoop.io.serializer.avro">AvroRecord</a></dt>
<dd>
<div class="block">Sets the value of the 'intField' field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#setIntHeader-java.lang.String-int-">setIntHeader(String, int)</a></span> - Method in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#setIssueDate-long-">setIssueDate(long)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html#SetIterator--">SetIterator()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html" title="class in org.apache.hadoop.util">LightWeightGSet.SetIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#setJitter-java.lang.Long-">setJitter(Long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#setKey-java.lang.String-">setKey(String)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#setKeyBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setKeyBytes(ByteString)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string key = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setKeytabConfKey-java.lang.String-">setKeytabConfKey(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#setKeytabFile-java.lang.String-">setKeytabFile(String)</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setKind-java.lang.String-">setKind(String)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setKindBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setKindBytes(ByteString)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string kind = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#setKlass-java.lang.Class-">setKlass(Class&lt;? extends GetSpaceUsed&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#setLastContact-long-">setLastContact(long)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setLength-long-">setLength(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Set the length of block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setLength-long-">setLength(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 length = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#setLogSlowRPC-boolean-">setLogSlowRPC(boolean)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Sets slow RPC flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setLong-java.lang.String-long-">setLong(String, long)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of the <code>name</code> property to a <code>long</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#SETMASK">SETMASK</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#setMasterKeyId-int-">setMasterKeyId(int)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#setMaxDate-long-">setMaxDate(long)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setMaxDepth-int-">setMaxDepth(int)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets the maximum depth for applying expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#setMaximum-java.lang.String-long-">setMaximum(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Set a maximum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#setMeanStatistic-java.lang.String-org.apache.hadoop.fs.statistics.MeanStatistic-">setMeanStatistic(String, MeanStatistic)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Set a mean statistic to a given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setMechanism-java.lang.String-">setMechanism(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setMechanismBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMechanismBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanism = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#setMechanismName-java.lang.String-">setMechanismName(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#setMechanismName-java.lang.String-">setMechanismName(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#setMechanismNameBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMechanismNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html#setMechanismNameBytes-com.google.protobuf.ByteString-">setMechanismNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string mechanismName = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#setMemory-int-">setMemory(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Set the total amount of buffer memory, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#setMessage-int-java.lang.String-">setMessage(int, String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#setMessage-int-java.lang.String-">setMessage(int, String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html#setMessage-int-java.lang.String-">setMessage(int, String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html#setMessage-int-java.lang.String-">setMessage(int, String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#setMessageBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#setMessageBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#setMessageBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#setMessageBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html#setMessageBytes-com.google.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html#setMessageBytes-com.google.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html#setMessageBytes-com.google.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html#setMessageBytes-com.google.protobuf.ByteString-">setMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string message = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setMethod-java.lang.String-">setMethod(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setMethodBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMethodBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>required string method = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setMethodName-java.lang.String-">setMethodName(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#setMethodName-java.lang.String-">setMethodName(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setMethodNameBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setMethodNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Name of the RPC method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html#setMethodNameBytes-com.google.protobuf.ByteString-">setMethodNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required string methodName = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#setMethods-int-int-">setMethods(int, int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated uint32 methods = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#setMilliSeconds-int-">setMilliSeconds(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html#setMilliSeconds-int-">setMilliSeconds(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 milliSeconds = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#setMillisToCede-int-">setMillisToCede(int)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint32 millisToCede = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setMinDepth-int-">setMinDepth(int)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets the minimum depth for applying expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#setMiniClusterMode-boolean-">setMiniClusterMode(boolean)</a></span> - Static method in enum org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html#setMinimum-java.lang.String-long-">setMinimum(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStore.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStore</a></dt>
<dd>
<div class="block">Set a minimum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setModificationTime-long-">setModificationTime(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 modification_time = 7;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#setMtime-long-">setMtime(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint64 mtime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#setMultiplexer-org.apache.hadoop.ipc.RpcMultiplexer-">setMultiplexer(RpcMultiplexer)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html" title="class in org.apache.hadoop.fs.permission">AclEntry.Builder</a></dt>
<dd>
<div class="block">Sets the optional ACL entry name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setNames-java.lang.String:A-">setNames(String[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Set the names (host:port) hosting this block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#setNativeZlibLoaded-boolean-">setNativeZlibLoaded(boolean)</a></span> - Static method in class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>
<div class="block">Set the flag whether to use native library.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#setNewExpiryTime-long-">setNewExpiryTime(long)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 newExpiryTime = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#setNext-org.apache.hadoop.util.LightWeightGSet.LinkedElement-">setNext(LightWeightGSet.LinkedElement)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightGSet.LinkedElement.html#setNext-org.apache.hadoop.util.LightWeightGSet.LinkedElement-">setNext(LightWeightGSet.LinkedElement)</a></span> - Method in interface org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightGSet.LinkedElement.html" title="interface in org.apache.hadoop.util">LightWeightGSet.LinkedElement</a></dt>
<dd>
<div class="block">Set the next element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#setNotReadyReason-java.lang.String-">setNotReadyReason(String)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#setNotReadyReasonBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setNotReadyReasonBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If not ready to become active, a textual explanation of why not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setNumHandlers-int-">setNumHandlers(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: 1</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setnumReaders-int-">setnumReaders(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: -1</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setOffset-long-">setOffset(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Set the start offset of file associated with this block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#setOperation-java.lang.String-">setOperation(String)</a></span> - Method in exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>
<div class="block">Optional operation that will preface the path</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#setOptions-org.apache.hadoop.fs.shell.find.FindOptions-">setOptions(FindOptions)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Expression.html#setOptions-org.apache.hadoop.fs.shell.find.FindOptions-">setOptions(FindOptions)</a></span> - Method in interface org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find">Expression</a></dt>
<dd>
<div class="block">Set the options for this expression, called once before processing any
items.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#setOptions-org.apache.hadoop.fs.shell.find.FindOptions-">setOptions(FindOptions)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setOut-java.io.PrintStream-">setOut(PrintStream)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Sets the output stream to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#setOut-java.io.PrintStream-">setOut(PrintStream)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#setOutputStreams-java.io.PrintStream-java.io.PrintStream-">setOutputStreams(PrintStream, PrintStream)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Change the output streams to be something other than the
System.out and System.err streams</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-"><code>FileContext.setOwner(Path, String, String)</code></a> except that Path f must
be for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set owner of a path (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#setOwner-java.lang.String-">setOwner(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Sets owner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set owner of a path (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#setOwner-java.io.File-java.lang.String-java.lang.String-">setOwner(File, String, String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Set the ownership on a file / directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setOwner-java.lang.String-">setOwner(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Use the command chown to set owner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setOwner-org.apache.hadoop.fs.Path-java.lang.String-java.lang.String-">setOwner(Path, String, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#setOwner-org.apache.hadoop.io.Text-">setOwner(Text)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setOwnerBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setOwnerBytes(ByteString)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string owner = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#setParam1-int-">setParam1(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#setParam1-int-">setParam1(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param1 = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#setParam2-int-">setParam2(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html#setParam2-int-">setParam2(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 param2 = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#setParams-int-int-">setParams(int, int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html#setParams-int-int-">setParams(int, int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 params = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#setParentId-long-">setParentId(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdLow</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setPassword-org.apache.hadoop.thirdparty.protobuf.ByteString-">setPassword(ByteString)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required bytes password = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#setPassword-byte:A-">setPassword(byte[])</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialShell.html#setPasswordReader-org.apache.hadoop.security.alias.CredentialShell.PasswordReader-">setPasswordReader(CredentialShell.PasswordReader)</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialShell.html" title="class in org.apache.hadoop.security.alias">CredentialShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#setPath-org.apache.hadoop.fs.Path-">setPath(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setPath-java.lang.String-">setPath(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#setPath-java.lang.String-">setPath(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html#setPath-java.io.File-">setPath(File)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GetSpaceUsed.Builder.html" title="class in org.apache.hadoop.fs">GetSpaceUsed.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setPathBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setPathBytes(ByteString)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>required string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#setPathBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setPathBytes(ByteString)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string path = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setPathSpec-java.lang.String:A-">setPathSpec(String[])</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setPattern-java.lang.String-java.util.regex.Pattern-">setPattern(String, Pattern)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the given property to <code>Pattern</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#setPerm-int-">setPerm(int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>
<div class="block">
UNIX-style mode bits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-"><code>FileContext.setPermission(Path, FsPermission)</code></a> except that Path f
must be for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set permission of a path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#setPermission-org.apache.hadoop.fs.permission.FsPermission-">setPermission(FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block">Sets permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set permission of a path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#setPermission-java.io.File-org.apache.hadoop.fs.permission.FsPermission-">setPermission(File, FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Set permissions to the required value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setPermission-org.apache.hadoop.fs.FSProtos.FsPermissionProto-">setPermission(FSProtos.FsPermissionProto)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setPermission-org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder-">setPermission(FSProtos.FsPermissionProto.Builder)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.fs.FsPermissionProto permission = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html#setPermission-org.apache.hadoop.fs.permission.FsAction-">setPermission(FsAction)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html" title="class in org.apache.hadoop.fs.permission">AclEntry.Builder</a></dt>
<dd>
<div class="block">Sets the set of permissions in the ACL entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#setPermission-org.apache.hadoop.fs.permission.FsPermission-">setPermission(FsPermission)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>
<div class="block">Sets the permission for the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Use the command chmod to set permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setPermission-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-">setPermission(Path, FsPermission)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#setPingInterval-org.apache.hadoop.conf.Configuration-int-">setPingInterval(Configuration, int)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">set the ping interval value in configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#setPmdkSupportState-int-">setPmdkSupportState(int)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setPort-int-">setPort(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: 0</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setPortRangeConfig-java.lang.String-">setPortRangeConfig(String)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setPortRanges-org.apache.hadoop.conf.Configuration.IntegerRanges-">setPortRanges(Configuration.IntegerRanges)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#setPrincipal-java.lang.String-">setPrincipal(String)</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#setPriorityLevel-int-">setPriorityLevel(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#setProgressable-org.apache.hadoop.util.Progressable-">setProgressable(Progressable)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Set the progressable object in order to report progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#setProtocol-java.lang.String-">setProtocol(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#setProtocol-java.lang.String-">setProtocol(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#setProtocol-java.lang.String-">setProtocol(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setProtocol-java.lang.String-">setProtocol(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setProtocol-java.lang.Class-">setProtocol(Class&lt;?&gt;)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Mandatory field</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#setProtocolBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setProtocolBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name for next rpc layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#setProtocolBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setProtocolBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#setProtocolBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setProtocolBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>
<div class="block">
Protocol name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setProtocolBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setProtocolBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string protocol = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#setProtocolSignature-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto-">setProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#setProtocolSignature-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder-">setProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#setProtocolVersions-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto-">setProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#setProtocolVersions-int-org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder-">setProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setQueueSizePerHandler-int-">setQueueSizePerHandler(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: -1</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setQuietMode-boolean-">setQuietMode(boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the quietness-mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setQuota-org.apache.hadoop.fs.Path-long-long-">setQuota(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set quota for the given <a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><code>Path</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#setQuota-long-">setQuota(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setQuotaByStorageType-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.StorageType-long-">setQuotaByStorageType(Path, StorageType, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set per storage type quota for the given <a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><code>Path</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#setReadable-java.io.File-boolean-">setReadable(File, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Platform independent implementation for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#setReadable-boolean-" title="class or interface in java.io"><code>File.setReadable(boolean)</code></a>
File#setReadable does not work as expected on Windows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CanSetReadahead.html#setReadahead-java.lang.Long-">setReadahead(Long)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CanSetReadahead.html" title="interface in org.apache.hadoop.fs">CanSetReadahead</a></dt>
<dd>
<div class="block">Set the readahead on this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#setReadahead-java.lang.Long-">setReadahead(Long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#setReadyToBecomeActive-boolean-">setReadyToBecomeActive(boolean)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block">
If state is STANDBY, indicate whether it is
ready to become active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#setRealUser-java.lang.String-">setRealUser(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#setRealUser-org.apache.hadoop.io.Text-">setRealUser(Text)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#setRealUserBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setRealUserBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string realUser = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#setReceiveTime-long-">setReceiveTime(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#setReceiveTime-long-">setReceiveTime(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 receive_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#setReconfigurationUtil-org.apache.hadoop.conf.ReconfigurationUtil-">setReconfigurationUtil(ReconfigurationUtil)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html#setRecordValidityMs-long-">setRecordValidityMs(long)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib">MutableRollingAverages</a></dt>
<dd>
<div class="block">Use for test only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#setRenewer-java.lang.String-">setRenewer(String)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#setRenewer-org.apache.hadoop.io.Text-">setRenewer(Text)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#setRenewerBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setRenewerBytes(ByteString)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string renewer = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#setRepeatedField-org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor-int-java.lang.Object-">setRepeatedField(Descriptors.FieldDescriptor, int, Object)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#setReplication-org.apache.hadoop.fs.Path-short-"><code>FileContext.setReplication(Path, short)</code></a> except that Path f must be
for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Set replication for an existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set replication for an existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the replication for an existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Set replication for an existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setReplication-org.apache.hadoop.fs.Path-short-">setReplication(Path, short)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#setReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#setReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder-">setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#setReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#setReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder-">setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#setReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto-">setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#setReqInfo-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder-">setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#setReqSource-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource-">setReqSource(HAServiceProtocolProtos.HARequestSource)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HARequestSource reqSource = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback.html#setResponse-com.google.protobuf.Message-">setResponse(Message)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback.html" title="interface in org.apache.hadoop.ipc">ProtobufRpcEngineCallback</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback2.html#setResponse-org.apache.hadoop.thirdparty.protobuf.Message-">setResponse(Message)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtobufRpcEngineCallback2.html" title="interface in org.apache.hadoop.ipc">ProtobufRpcEngineCallback2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#setResponses-int-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto-">setResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#setResponses-int-org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder-">setResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.GenericRefreshResponseProto responses = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#setResponseTime-long-">setResponseTime(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html#setResponseTime-long-">setResponseTime(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 response_time = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setRestrictSystemProperties-boolean-">setRestrictSystemProperties(boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setRestrictSystemPropertiesDefault-boolean-">setRestrictSystemPropertiesDefault(boolean)</a></span> - Static method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setRestrictSystemProps-boolean-">setRestrictSystemProps(boolean)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#setResult-int-">setResult(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html#setResult-int-">setResult(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required int32 result = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpRequestLogAppender.html#setRetainDays-int-">setRetainDays(int)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpRequestLogAppender.html" title="class in org.apache.hadoop.http">HttpRequestLogAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setRetryCount-int-">setRetryCount(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setRetryCount-int-">setRetryCount(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional sint32 retryCount = 8 [default = -1];</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#setReturnCode-int-">setReturnCode(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#setRpcKind-java.lang.String-">setRpcKind(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#setRpcKind-java.lang.String-">setRpcKind(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setRpcKind-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto-">setRpcKind(RpcHeaderProtos.RpcKindProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcKindProto rpcKind = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#setRpcKindBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setRpcKindBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#setRpcKindBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setRpcKindBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
RPC kind</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setRpcOp-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto-">setRpcOp(RpcHeaderProtos.RpcRequestHeaderProto.OperationProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#setSamples-long-">setSamples(long)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Set the sample count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#setSamplesAndSum-long-long-">setSamplesAndSum(long, long)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Set the sum and samples.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html#setScope-org.apache.hadoop.fs.permission.AclEntryScope-">setScope(AclEntryScope)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html" title="class in org.apache.hadoop.fs.permission">AclEntry.Builder</a></dt>
<dd>
<div class="block">Sets the scope of the ACL entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setSecret-org.apache.hadoop.thirdparty.protobuf.ByteString-">setSecret(ByteString)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes secret = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setSecretManager-org.apache.hadoop.security.token.SecretManager-">setSecretManager(SecretManager&lt;? extends TokenIdentifier&gt;)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#setSecrets-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">setSecrets(int, SecurityProtos.CredentialsKVProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#setSecrets-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder-">setSecrets(int, SecurityProtos.CredentialsKVProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto secrets = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setSecurityEnabled-boolean-">setSecurityEnabled(boolean)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setSenderName-java.lang.String-">setSenderName(String)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#setSenderName-java.lang.String-">setSenderName(String)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>
<div class="block">Optionally set the sender of this RefreshResponse.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setSenderNameBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setSenderNameBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
which handler sent this message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#setSequenceNumber-int-">setSequenceNumber(int)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setServerId-java.lang.String-">setServerId(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setServerIdBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setServerIdBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>
<div class="block"><code>optional string serverId = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setServerIpcVersionNum-int-">setServerIpcVersionNum(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
Sent if success or fail</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setService-java.lang.String-">setService(String)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#setService-org.apache.hadoop.io.Text-">setService(Text)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Set the service on which the token is supposed to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#setService-S-">setService(S)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Setter is to give subclasses the ability to manipulate the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setServiceBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setServiceBytes(ByteString)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>
<div class="block"><code>required string service = 4;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#setServiceClass-int-">setServiceClass(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>
<div class="block">Set service class for connection</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#setShouldRenewImmediatelyForTests-boolean-">setShouldRenewImmediatelyForTests(boolean)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">For the purposes of unit tests, we want to test login
from keytab and don't want to wait until the renew
window (controlled by TICKET_RENEW_WINDOW).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#setShouldSlow-boolean-">setShouldSlow(boolean)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html#setShouldSlow-boolean-">setShouldSlow(boolean)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required bool shouldSlow = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.Builder.html#setSignature-byte:A-">setSignature(byte[])</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.Builder.html" title="class in org.apache.hadoop.ipc">CallerContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#setSignature-org.apache.hadoop.thirdparty.protobuf.ByteString-">setSignature(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes signature = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#setSize-int-">setSize(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Change the size of the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#setSleepTime-long-">setSleepTime(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html#setSleepTime-long-">setSleepTime(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2.Builder</a></dt>
<dd>
<div class="block"><code>optional int64 sleep_time = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setSniHostCheckEnabled-boolean-">setSniHostCheckEnabled(boolean)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>
<div class="block">Enable or disable sniHostCheck.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setSocketAddr-java.lang.String-java.net.InetSocketAddress-">setSocketAddr(String, InetSocketAddress)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the socket address for the <code>name</code> property as
a <code>host:port</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#setSocketSendBufSize-int-">setSocketSendBufSize(int)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Sets the socket buffer size used for responding to RPCs</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#setSpaceConsumed-long-">setSpaceConsumed(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#setSpaceQuota-long-">setSpaceQuota(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setSSLConf-org.apache.hadoop.conf.Configuration-">setSSLConf(Configuration)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>
<div class="block">Specify the SSL configuration to load.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html#setStart-long-">setStart(long)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress">SplitCompressionInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FindOptions.html#setStartTime-long-">setStartTime(long)</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FindOptions.html" title="class in org.apache.hadoop.fs.shell.find">FindOptions</a></dt>
<dd>
<div class="block">Set the start time of this <code>Find</code> command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#setState-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto-">setState(HAServiceProtocolProtos.HAServiceStateProto)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.HAServiceStateProto state = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setState-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState-">setState(RpcHeaderProtos.RpcSaslProto.SaslState)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcSaslProto.SaslState state = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setStateId-long-">setStateId(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last seen Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setStateId-long-">setStateId(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block">
The last written Global State ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setStatus-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto-">setStatus(RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setStorageIds-java.lang.String:A-">setStorageIds(String[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setStoragePolicy-org.apache.hadoop.fs.Path-java.lang.String-">setStoragePolicy(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Set the storage policy for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setStoragePolicy-org.apache.hadoop.fs.Path-java.lang.String-">setStoragePolicy(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set the storage policy for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setStoragePolicy-org.apache.hadoop.fs.Path-java.lang.String-">setStoragePolicy(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the storage policy for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setStoragePolicy-org.apache.hadoop.fs.Path-java.lang.String-">setStoragePolicy(Path, String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setStoragePolicy-org.apache.hadoop.fs.Path-java.lang.String-">setStoragePolicy(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setStoragePolicy-org.apache.hadoop.fs.Path-java.lang.String-">setStoragePolicy(Path, String)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setStorageSize-java.lang.String-double-org.apache.hadoop.conf.StorageUnit-">setStorageSize(String, double, StorageUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Sets Storage Size for the specified key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setStorageTypes-org.apache.hadoop.fs.StorageType:A-">setStorageTypes(StorageType[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setStrings-java.lang.String-java.lang.String...-">setStrings(String, String...)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the array of string values for the <code>name</code> property as
as comma delimited values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.html#setSubCommand-org.apache.hadoop.tools.CommandShell.SubCommand-">setSubCommand(CommandShell.SubCommand)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.html" title="class in org.apache.hadoop.tools">CommandShell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#setSum-long-">setSum(long)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>
<div class="block">Set the sum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#setSymlink-org.apache.hadoop.fs.Path-">setSymlink(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setSymlink-java.lang.String-">setSymlink(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setSymlinkBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setSymlinkBytes(ByteString)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>
<div class="block"><code>optional string symlink = 9;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#setTargetPath-java.lang.String-">setTargetPath(String)</a></span> - Method in exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>
<div class="block">Optional path if the exception involved two paths, ex.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#setTicketCacheFile-java.lang.String-">setTicketCacheFile(String)</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#setTimeDuration-java.lang.String-long-java.util.concurrent.TimeUnit-">setTimeDuration(String, long, TimeUnit)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the value of <code>name</code> to the given time duration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#setTimes-org.apache.hadoop.fs.Path-long-long-"><code>FileContext.setTimes(Path, long, long)</code></a> except that Path f must be
for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set access time of a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set access time of a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Sets the <a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><code>Path</code></a>'s last modified time and last access time to
the given valid times.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setTimes-org.apache.hadoop.fs.Path-long-long-">setTimes(Path, long, long)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setToken-org.apache.hadoop.thirdparty.protobuf.ByteString-">setToken(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional bytes token = 3;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">setToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder-">setToken(SecurityProtos.TokenProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">setToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder-">setToken(SecurityProtos.TokenProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">setToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder-">setToken(SecurityProtos.TokenProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>optional .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto-">setToken(SecurityProtos.TokenProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#setToken-org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder-">setToken(SecurityProtos.TokenProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required .hadoop.common.TokenProto token = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#setTokens-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto-">setTokens(int, SecurityProtos.CredentialsKVProto)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#setTokens-int-org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder-">setTokens(int, SecurityProtos.CredentialsKVProto.Builder)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated .hadoop.common.CredentialsKVProto tokens = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SecurityUtil.html#setTokenService-org.apache.hadoop.security.token.Token-java.net.InetSocketAddress-">setTokenService(Token&lt;?&gt;, InetSocketAddress)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/SecurityUtil.html" title="class in org.apache.hadoop.security">SecurityUtil</a></dt>
<dd>
<div class="block">Set the given token's service to the format expected by the RPC client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#setTopologyPaths-java.lang.String:A-">setTopologyPaths(String[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>
<div class="block">Set the network topology paths of the hosts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#setTraceId-long-">setTraceId(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>
<div class="block">
parentIdHigh</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setTraceInfo-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto-">setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setTraceInfo-org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder-">setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>
<div class="block">
tracing info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#setTracer-org.apache.htrace.core.Tracer-">setTracer(Tracer)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html#setTrackModification-boolean-">setTrackModification(boolean)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LightWeightGSet.SetIterator.html" title="class in org.apache.hadoop.util">LightWeightGSet.SetIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#setTransitionTargetHAStatus-org.apache.hadoop.ha.HAServiceProtocol.HAServiceState-">setTransitionTargetHAStatus(HAServiceProtocol.HAServiceState)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html#setType-org.apache.hadoop.fs.permission.AclEntryType-">setType(AclEntryType)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.Builder.html" title="class in org.apache.hadoop.fs.permission">AclEntry.Builder</a></dt>
<dd>
<div class="block">Sets the ACL entry type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setUMask-org.apache.hadoop.fs.permission.FsPermission-">setUMask(FsPermission)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set umask to the supplied parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#setUMask-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.permission.FsPermission-">setUMask(Configuration, FsPermission)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Set the user file creation mask (umask)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.Builder.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.Builder.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html#setUnknownFields-org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet-">setUnknownFields(UnknownFieldSet)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#setUpdateTimeStamp-boolean-">setUpdateTimeStamp(boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>
<div class="block">Set whether to update the snapshot time or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#setUsage-java.lang.String:A-">setUsage(String[])</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>
<div class="block">Sets the usage text for this <a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><code>Expression</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#setUseQueryStringForDelegationToken-boolean-">setUseQueryStringForDelegationToken(boolean)</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KerberosAuthException.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in exception org.apache.hadoop.security.<a href="org/apache/hadoop/security/KerberosAuthException.html" title="class in org.apache.hadoop.security">KerberosAuthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html#setUserBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setUserBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html#setUserBytes-com.google.protobuf.ByteString-">setUserBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html#setUserBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setUserBytes(ByteString)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>required string user = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#setUserInfo-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto-">setUserInfo(IpcConnectionContextProtos.UserInformationProto)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html#setUserInfo-org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder-">setUserInfo(IpcConnectionContextProtos.UserInformationProto.Builder)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto.Builder</a></dt>
<dd>
<div class="block">
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setUserMessage-java.lang.String-">setUserMessage(String)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html#setUserMessageBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setUserMessageBytes(ByteString)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder</a></dt>
<dd>
<div class="block">
to be displayed to the user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setUsernameConfKey-java.lang.String-">setUsernameConfKey(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html#setValueBytes-org.apache.hadoop.thirdparty.protobuf.ByteString-">setValueBytes(ByteString)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair.Builder</a></dt>
<dd>
<div class="block"><code>required string value = 2;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html#setValues-int-int-">setValues(int, int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html#setValues-int-int-">setValues(int, int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html#setValues-int-int-">setValues(int, int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html#setValues-int-int-">setValues(int, int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto.Builder</a></dt>
<dd>
<div class="block"><code>repeated int32 values = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.Builder.html#setVerbose-boolean-">setVerbose(boolean)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.Builder.html" title="class in org.apache.hadoop.ipc">RPC.Builder</a></dt>
<dd>
<div class="block">Default: false</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setVerifyChecksum-boolean-">setVerifyChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#setVerifyChecksum-boolean-org.apache.hadoop.fs.Path-"><code>FileContext.setVerifyChecksum(boolean, Path)</code></a> except that Path f
must be for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#setVerifyChecksum-boolean-">setVerifyChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>
<div class="block">Set whether to verify checksum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setVerifyChecksum-boolean-org.apache.hadoop.fs.Path-">setVerifyChecksum(boolean, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set the verify checksum flag for the file system denoted by the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setVerifyChecksum-boolean-">setVerifyChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the verify checksum flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setVerifyChecksum-boolean-">setVerifyChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setVerifyChecksum-boolean-">setVerifyChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setVerifyChecksum-boolean-">setVerifyChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html#setVersion-long-">setVersion(long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto.Builder</a></dt>
<dd>
<div class="block"><code>required uint64 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html#setVersion-int-">setVersion(int)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.Builder</a></dt>
<dd>
<div class="block"><code>optional uint32 version = 1;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html#setVersions-int-long-">setVersions(int, long)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto.Builder</a></dt>
<dd>
<div class="block">
Protocol version corresponding to the rpc kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html#setWorkFactor-org.apache.hadoop.conf.Configuration-int-">setWorkFactor(Configuration, int)</a></span> - Static method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/Bzip2Factory.html" title="class in org.apache.hadoop.io.compress.bzip2">Bzip2Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set the working directory for wd-relative names (such a "foo/bar").</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the current working directory for the given FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Set the current working directory for the given file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.ftp.<a href="org/apache/hadoop/fs/ftp/FTPFileSystem.html" title="class in org.apache.hadoop.fs.ftp">FTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>
<div class="block">Set the working directory to the given directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setWorkingDirectory-org.apache.hadoop.fs.Path-">setWorkingDirectory(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#setWorkingDirectory-java.io.File-">setWorkingDirectory(File)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Set the working directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#setWrapped-org.apache.hadoop.fs.statistics.IOStatistics-">setWrapped(IOStatistics)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>
<div class="block">Set the wrapped statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#setWritable-java.io.File-boolean-">setWritable(File, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Platform independent implementation for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true#setWritable-boolean-" title="class or interface in java.io"><code>File.setWritable(boolean)</code></a>
File#setWritable does not work as expected on Windows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#setWriteChecksum-boolean-">setWriteChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setWriteChecksum-boolean-">setWriteChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set the write checksum flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setWriteChecksum-boolean-">setWriteChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setWriteChecksum-boolean-">setWriteChecksum(boolean)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-">setXAttr(Path, String, byte[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Set an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-java.util.EnumSet-">setXAttr(Path, String, byte[], EnumSet&lt;XAttrSetFlag&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Set an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-">setXAttr(Path, String, byte[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-java.util.EnumSet-">setXAttr(Path, String, byte[], EnumSet&lt;XAttrSetFlag&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Set an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-">setXAttr(Path, String, byte[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-java.util.EnumSet-">setXAttr(Path, String, byte[], EnumSet&lt;XAttrSetFlag&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Set an xattr of a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-">setXAttr(Path, String, byte[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-java.util.EnumSet-">setXAttr(Path, String, byte[], EnumSet&lt;XAttrSetFlag&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-java.util.EnumSet-">setXAttr(Path, String, byte[], EnumSet&lt;XAttrSetFlag&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#setXAttr-org.apache.hadoop.fs.Path-java.lang.String-byte:A-java.util.EnumSet-">setXAttr(Path, String, byte[], EnumSet&lt;XAttrSetFlag&gt;)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#setXFrameOption-java.lang.String-">setXFrameOption(String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>
<div class="block">Sets a valid X-Frame-option that can be used by HttpServer2.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp"><span class="typeNameLink">SFTPFileSystem</span></a> - Class in <a href="org/apache/hadoop/fs/sftp/package-summary.html">org.apache.hadoop.fs.sftp</a></dt>
<dd>
<div class="block">SFTP FileSystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html#SFTPFileSystem--">SFTPFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.sftp.<a href="org/apache/hadoop/fs/sftp/SFTPFileSystem.html" title="class in org.apache.hadoop.fs.sftp">SFTPFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Shell</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A base class for running a Shell command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#Shell--">Shell()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Create an instance with no minimum interval between runs; stderr is
not merged with stdout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#Shell-long-">Shell(long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Create an instance with a minimum interval between executions; stderr is
not merged with stdout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#Shell-long-boolean-">Shell(long, boolean)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Create a shell instance which can be re-executed when the <a href="org/apache/hadoop/util/Shell.html#run--"><code>Shell.run()</code></a>
method is invoked with a given elapsed time between calls.</div>
</dd>
<dt><a href="org/apache/hadoop/util/Shell.CommandExecutor.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">Shell.CommandExecutor</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Shell.ExitCodeException.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Shell.ExitCodeException</span></a> - Exception in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">This is an IOException with exit code added.</div>
</dd>
<dt><a href="org/apache/hadoop/util/Shell.OSType.html" title="enum in org.apache.hadoop.util"><span class="typeNameLink">Shell.OSType</span></a> - Enum in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Shell.ShellCommandExecutor</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A simple shell command executor.</div>
</dd>
<dt><a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">ShellBasedIdMapping</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">A simple shell-based implementation of <a href="org/apache/hadoop/security/IdMappingServiceProvider.html" title="interface in org.apache.hadoop.security"><code>IdMappingServiceProvider</code></a>
Map id to user name or group name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#ShellBasedIdMapping-org.apache.hadoop.conf.Configuration-boolean-">ShellBasedIdMapping(Configuration, boolean)</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#ShellBasedIdMapping-org.apache.hadoop.conf.Configuration-">ShellBasedIdMapping(Configuration)</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#ShellCommandExecutor-java.lang.String:A-">ShellCommandExecutor(String[])</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#ShellCommandExecutor-java.lang.String:A-java.io.File-">ShellCommandExecutor(String[], File)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#ShellCommandExecutor-java.lang.String:A-java.io.File-java.util.Map-">ShellCommandExecutor(String[], File, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#ShellCommandExecutor-java.lang.String:A-java.io.File-java.util.Map-long-">ShellCommandExecutor(String[], File, Map&lt;String, String&gt;, long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#ShellCommandExecutor-java.lang.String:A-java.io.File-java.util.Map-long-boolean-">ShellCommandExecutor(String[], File, Map&lt;String, String&gt;, long, boolean)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>
<div class="block">Create a new instance of the ShellCommandExecutor to execute a command.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/ShellCommandFencer.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">ShellCommandFencer</span></a> - Class in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">Fencing method that runs a shell command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ShellCommandFencer.html#ShellCommandFencer--">ShellCommandFencer()</a></span> - Constructor for class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ShellCommandFencer.html" title="class in org.apache.hadoop.ha">ShellCommandFencer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ShortWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for shorts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#ShortWritable--">ShortWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#ShortWritable-short-">ShortWritable(short)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/ShortWritable.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">ShortWritable.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator optimized for ShortWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#shouldBackOff-org.apache.hadoop.ipc.Schedulable-">shouldBackOff(Schedulable)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html#shouldBackOff-org.apache.hadoop.ipc.Schedulable-">shouldBackOff(Schedulable)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html" title="class in org.apache.hadoop.ipc">DefaultRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcScheduler.html#shouldBackOff-org.apache.hadoop.ipc.Schedulable-">shouldBackOff(Schedulable)</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcScheduler.html" title="interface in org.apache.hadoop.ipc">RpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html#shouldLog--">shouldLog()</a></span> - Method in interface org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogThrottlingHelper.LogAction.html" title="interface in org.apache.hadoop.log">LogThrottlingHelper.LogAction</a></dt>
<dd>
<div class="block">If this is true, the caller should write to its log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#shouldPreserveInput--">shouldPreserveInput()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html#shouldRetry-java.lang.Exception-int-int-boolean-">shouldRetry(Exception, int, int, boolean)</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.html#shouldRetry-java.lang.Exception-int-int-boolean-">shouldRetry(Exception, int, int, boolean)</a></span> - Method in interface org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.html" title="interface in org.apache.hadoop.io.retry">RetryPolicy</a></dt>
<dd>
<div class="block">
Determines whether the framework should retry a method for the given
exception, and the number of retries that have been made for that operation
so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#SHOULDSLOW_FIELD_NUMBER">SHOULDSLOW_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#SHOULDSLOW_FIELD_NUMBER">SHOULDSLOW_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#showHeaders--">showHeaders()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>
<div class="block">Whether to show column headers in table output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#shutdown--">shutdown()</a></span> - Static method in enum org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</a></dt>
<dd>
<div class="block">Shutdown the metrics system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#shutdown--">shutdown()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>
<div class="block">Shutdown the metrics system completely (usually during server shutdown.)
The MetricsSystemMXBean will be unregistered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html#shutdown-java.util.concurrent.ExecutorService-org.slf4j.Logger-long-java.util.concurrent.TimeUnit-">shutdown(ExecutorService, Logger, long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/HadoopExecutors.html" title="class in org.apache.hadoop.util.concurrent">HadoopExecutors</a></dt>
<dd>
<div class="block">Helper routine to shutdown a <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.html#shutdown--">shutdown()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.html" title="class in org.apache.hadoop.util">GcTimeMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#SHUTDOWN_HOOK_PRIORITY">SHUTDOWN_HOOK_PRIORITY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Priority of the FileContext shutdown hook.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#SHUTDOWN_HOOK_PRIORITY">SHUTDOWN_HOOK_PRIORITY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Priority of the FileSystem shutdown hook: 10.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#SHUTDOWN_PRIORITY">SHUTDOWN_PRIORITY</a></span> - Static variable in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Priority for the shutdown hook: 30.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownThreadsHelper.html#shutdownExecutorService-java.util.concurrent.ExecutorService-">shutdownExecutorService(ExecutorService)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownThreadsHelper.html" title="class in org.apache.hadoop.util">ShutdownThreadsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownThreadsHelper.html#shutdownExecutorService-java.util.concurrent.ExecutorService-long-">shutdownExecutorService(ExecutorService, long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownThreadsHelper.html" title="class in org.apache.hadoop.util">ShutdownThreadsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ShutdownHookManager</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">The <code>ShutdownHookManager</code> enables running shutdownHook
in a deterministic order, higher priority first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#shutdownReconfigurationTask--">shutdownReconfigurationTask()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownThreadsHelper.html#shutdownThread-java.lang.Thread-">shutdownThread(Thread)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownThreadsHelper.html" title="class in org.apache.hadoop.util">ShutdownThreadsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownThreadsHelper.html#shutdownThread-java.lang.Thread-long-">shutdownThread(Thread, long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownThreadsHelper.html" title="class in org.apache.hadoop.util">ShutdownThreadsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/ShutdownThreadsHelper.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ShutdownThreadsHelper</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Helper class to shutdown <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true" title="class or interface in java.lang"><code>Thread</code></a>s and <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownThreadsHelper.html#ShutdownThreadsHelper--">ShutdownThreadsHelper()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownThreadsHelper.html" title="class in org.apache.hadoop.util">ShutdownThreadsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#SIGNATURE_ENCODING">SIGNATURE_ENCODING</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#SIGNATURE_FIELD_NUMBER">SIGNATURE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">SimpleBufferedOutputStream</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">A simplified BufferedOutputStream with borrowed buffer, and allow users to
see how much data have been buffered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html#SimpleBufferedOutputStream-java.io.OutputStream-byte:A-">SimpleBufferedOutputStream(OutputStream, byte[])</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile">SimpleBufferedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#size--">size()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Return the number of keys in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html#size--">size()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedEntries.html" title="interface in org.apache.hadoop.fs">BatchedRemoteIterator.BatchedEntries</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html#size--">size()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BatchedRemoteIterator.BatchedListEntries.html" title="class in org.apache.hadoop.fs">BatchedRemoteIterator.BatchedListEntries</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#size--">size()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/RawComparable.html#size--">size()</a></span> - Method in interface org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/RawComparable.html" title="interface in org.apache.hadoop.io.file.tfile">RawComparable</a></dt>
<dd>
<div class="block">Get the size of the byte range in the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html#size--">size()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile">SimpleBufferedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#size--">size()</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Get the size of the serialized Version object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#size--">size()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#size--">size()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#size--">size()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#size--">size()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>
<div class="block">Size returns the sum of all sub-queue sizes, so it may be greater than
capacity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DataChecksum.Type.html#size">size</a></span> - Variable in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/DataChecksum.Type.html" title="enum in org.apache.hadoop.util">DataChecksum.Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/DecompressorStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.PassthroughDecompressorStream.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.PassthroughDecompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/BoundedRangeFileInputStream.html" title="class in org.apache.hadoop.io.file.tfile">BoundedRangeFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#skip-java.io.DataInput-">skip(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Skips over one Text in the input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/LimitInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/LimitInputStream.html" title="class in org.apache.hadoop.util">LimitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#skipCompressedByteArray-java.io.DataInput-">skipCompressedByteArray(DataInput)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#skipFully-java.io.InputStream-long-">skipFully(InputStream, long)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Similar to readFully().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#skipFully-java.io.DataInput-int-">skipFully(DataInput, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Skip <i>len</i> number of bytes in input stream<i>in</i></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#skipToNextMarker-long-int-">skipToNextMarker(long, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>
<div class="block">This method tries to find the marker (passed to it as the first parameter)
in the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-">sleep(RpcController, TestProtos.SleepRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.SleepResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.SleepResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.SleepResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2-">sleep(RpcController, TestProtos.SleepRequestProto2)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto2, RpcCallback&lt;TestProtos.SleepResponseProto2&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto2, RpcCallback&lt;TestProtos.SleepResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto2, RpcCallback&lt;TestProtos.SleepResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-">sleep(RpcController, TestProtos.SleepRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#sleep-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-">sleep(RpcController, TestProtosLegacy.SleepRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.SleepResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.SleepResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.SleepResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2-">sleep(RpcController, TestProtosLegacy.SleepRequestProto2)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto2, RpcCallback&lt;TestProtosLegacy.SleepResponseProto2&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto2, RpcCallback&lt;TestProtosLegacy.SleepResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto2, RpcCallback&lt;TestProtosLegacy.SleepResponseProto2&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-">sleep(RpcController, TestProtosLegacy.SleepRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#sleep-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto-com.google.protobuf.RpcCallback-">sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#SLEEP_TIME_FIELD_NUMBER">SLEEP_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#SLEEP_TIME_FIELD_NUMBER">SLEEP_TIME_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ThreadUtil.html#sleepAtLeastIgnoreInterrupts-long-">sleepAtLeastIgnoreInterrupts(long)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ThreadUtil.html" title="class in org.apache.hadoop.util">ThreadUtil</a></dt>
<dd>
<div class="block">Cause the current thread to sleep as close as possible to the provided
number of milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html#sleepIntervalMs-long-">sleepIntervalMs(long)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/GcTimeMonitor.Builder.html" title="class in org.apache.hadoop.util">GcTimeMonitor.Builder</a></dt>
<dd>
<div class="block">Set sleep interval in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#slowPing-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto-">slowPing(RpcController, TestProtos.SlowPingRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#slowPing-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">slowPing(RpcController, TestProtos.SlowPingRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#slowPing-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">slowPing(RpcController, TestProtos.SlowPingRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#slowPing-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">slowPing(RpcController, TestProtos.SlowPingRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#slowPing-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto-">slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#slowPing-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto-com.google.protobuf.RpcCallback-">slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#slowPing-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto-com.google.protobuf.RpcCallback-">slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#slowPing-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto-com.google.protobuf.RpcCallback-">slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#SMALL_THRESH">SMALL_THRESH</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecConstants.html#SNAPPY_CODEC_EXTENSION">SNAPPY_CODEC_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress">CodecConstants</a></dt>
<dd>
<div class="block">Default extension for <a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress"><code>SnappyCodec</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">SnappyCodec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This class creates snappy compressors/decompressors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SnappyCodec.html#SnappyCodec--">SnappyCodec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SnappyCodec.html" title="class in org.apache.hadoop.io.compress">SnappyCodec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy"><span class="typeNameLink">SnappyCompressor</span></a> - Class in org.apache.hadoop.io.compress.snappy</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> based on the snappy compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#SnappyCompressor-int-">SnappyCompressor(int)</a></span> - Constructor for class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Creates a new compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html#SnappyCompressor--">SnappyCompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyCompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyCompressor</a></dt>
<dd>
<div class="block">Creates a new compressor with the default buffer size.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy"><span class="typeNameLink">SnappyDecompressor</span></a> - Class in org.apache.hadoop.io.compress.snappy</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> based on the snappy compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#SnappyDecompressor-int-">SnappyDecompressor(int)</a></span> - Constructor for class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Creates a new compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html#SnappyDecompressor--">SnappyDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor</a></dt>
<dd>
<div class="block">Creates a new decompressor with the default buffer size.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy"><span class="typeNameLink">SnappyDecompressor.SnappyDirectDecompressor</span></a> - Class in org.apache.hadoop.io.compress.snappy</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html#SnappyDirectDecompressor--">SnappyDirectDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.snappy.<a href="org/apache/hadoop/io/compress/snappy/SnappyDecompressor.SnappyDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.snappy">SnappyDecompressor.SnappyDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#snapshot-org.apache.hadoop.fs.statistics.IOStatistics-">snapshot(IOStatistics)</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>
<div class="block">Take a snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Sample all the mutable metrics and put the snapshot in the builder</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableMetric.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableMetric.html" title="class in org.apache.hadoop.metrics2.lib">MutableMetric</a></dt>
<dd>
<div class="block">Get a snapshot of the metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableMetric.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-">snapshot(MetricsRecordBuilder)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableMetric.html" title="class in org.apache.hadoop.metrics2.lib">MutableMetric</a></dt>
<dd>
<div class="block">Get a snapshot of metric if changed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRates.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRates.html" title="class in org.apache.hadoop.metrics2.lib">MutableRates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRatesWithAggregation.html" title="class in org.apache.hadoop.metrics2.lib">MutableRatesWithAggregation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableRollingAverages.html" title="class in org.apache.hadoop.metrics2.lib">MutableRollingAverages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#snapshot-org.apache.hadoop.metrics2.MetricsRecordBuilder-boolean-">snapshot(MetricsRecordBuilder, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html#snapshot--">snapshot()</a></span> - Method in interface org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/QuantileEstimator.html" title="interface in org.apache.hadoop.metrics2.util">QuantileEstimator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#SNAPSHOT_ENABLED_VALUE">SNAPSHOT_ENABLED_VALUE</a></span> - Static variable in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>
<div class="block">
snapshot enabled</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#snapshotDirectoryCount-long-">snapshotDirectoryCount(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#snapshotFileCount-long-">snapshotFileCount(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html#snapshotIOStatistics-org.apache.hadoop.fs.statistics.IOStatistics-">snapshotIOStatistics(IOStatistics)</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSupport</a></dt>
<dd>
<div class="block">Take a snapshot of the current statistics state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html#snapshotIOStatistics--">snapshotIOStatistics()</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSupport</a></dt>
<dd>
<div class="block">Create a snapshot statistics instance ready to aggregate data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#snapshotLength-long-">snapshotLength(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#snapshotMap-java.util.Map-">snapshotMap(Map&lt;String, E&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Take a snapshot of a supplied map, where the copy option simply
uses the existing value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#snapshotMap-java.util.Map-java.util.function.Function-">snapshotMap(Map&lt;String, E&gt;, Function&lt;E, E&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Take a snapshot of a supplied map, using the copy function
to replicate the source values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#snapshotSpaceConsumed-long-">snapshotSpaceConsumed(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">SocksSocketFactory</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">Specialized SocketFactory to create sockets with a SOCKS proxy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#SocksSocketFactory--">SocksSocketFactory()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>
<div class="block">Default empty constructor (for use with the reflection API).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/SocksSocketFactory.html#SocksSocketFactory-java.net.Proxy-">SocksSocketFactory(Proxy)</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/SocksSocketFactory.html" title="class in org.apache.hadoop.net">SocksSocketFactory</a></dt>
<dd>
<div class="block">Constructor with a supplied Proxy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#SOLARIS">SOLARIS</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#sort-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-boolean-">sort(Path[], Path, boolean)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Perform a file sort from a set of input files into an output file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#sort-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">sort(Path, Path)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">The backwards compatible interface to sort.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#sortAndIterate-org.apache.hadoop.fs.Path:A-org.apache.hadoop.fs.Path-boolean-">sortAndIterate(Path[], Path, boolean)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Perform a file sort from a set of input files and return an iterator.</div>
</dd>
<dt><a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">SortedMapWritable</span></a>&lt;<a href="org/apache/hadoop/io/SortedMapWritable.html" title="type parameter in SortedMapWritable">K</a> extends <a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</a>&lt;? super <a href="org/apache/hadoop/io/SortedMapWritable.html" title="type parameter in SortedMapWritable">K</a>&gt;&gt; - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Writable SortedMap.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#SortedMapWritable--">SortedMapWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>
<div class="block">default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#SortedMapWritable-org.apache.hadoop.io.SortedMapWritable-">SortedMapWritable(SortedMapWritable&lt;K&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#Sorter-org.apache.hadoop.fs.FileSystem-java.lang.Class-java.lang.Class-org.apache.hadoop.conf.Configuration-">Sorter(FileSystem, Class&lt;? extends WritableComparable&gt;, Class, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Sort and merge files containing the named classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#Sorter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.io.RawComparator-java.lang.Class-java.lang.Class-org.apache.hadoop.conf.Configuration-">Sorter(FileSystem, RawComparator, Class, Class, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Sort and merge using an arbitrary <a href="org/apache/hadoop/io/RawComparator.html" title="interface in org.apache.hadoop.io"><code>RawComparator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#Sorter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.io.RawComparator-java.lang.Class-java.lang.Class-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Metadata-">Sorter(FileSystem, RawComparator, Class, Class, Configuration, SequenceFile.Metadata)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Sort and merge using an arbitrary <a href="org/apache/hadoop/io/RawComparator.html" title="interface in org.apache.hadoop.io"><code>RawComparator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#source">source</a></span> - Variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/SourceWrappedStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">SourceWrappedStatistics</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Wrap a statistics instance with an <a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a>
instance which will then serve up the statistics when asked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/SourceWrappedStatistics.html#SourceWrappedStatistics-org.apache.hadoop.fs.statistics.IOStatistics-">SourceWrappedStatistics(IOStatistics)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/SourceWrappedStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">SourceWrappedStatistics</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#SPACE_QUOTA_STRING_FORMAT">SPACE_QUOTA_STRING_FORMAT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#spaceConsumed-long-">spaceConsumed(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#spaceConsumed-long-">spaceConsumed(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#spaceQuota-long-">spaceQuota(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#spaceQuota-long-">spaceQuota(long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/SpanReceiverInfo.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">SpanReceiverInfo</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/SpanReceiverInfoBuilder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">SpanReceiverInfoBuilder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/SpanReceiverInfoBuilder.html#SpanReceiverInfoBuilder-java.lang.String-">SpanReceiverInfoBuilder(String)</a></span> - Constructor for class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/SpanReceiverInfoBuilder.html" title="class in org.apache.hadoop.tracing">SpanReceiverInfoBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">SplitCompressionInputStream</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">An InputStream covering a range of compressed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html#SplitCompressionInputStream-java.io.InputStream-long-long-">SplitCompressionInputStream(InputStream, long, long)</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress">SplitCompressionInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.html" title="interface in org.apache.hadoop.io.compress"><span class="typeNameLink">SplittableCompressionCodec</span></a> - Interface in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This interface is meant to be implemented by those compression codecs
which are capable to compress / de-compress a stream starting at any
arbitrary position.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.READ_MODE.html" title="enum in org.apache.hadoop.io.compress"><span class="typeNameLink">SplittableCompressionCodec.READ_MODE</span></a> - Enum in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">During decompression, data can be read off from the decompressor in two
modes, namely continuous and blocked.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/SshFenceByTcpPort.html" title="class in org.apache.hadoop.ha"><span class="typeNameLink">SshFenceByTcpPort</span></a> - Class in <a href="org/apache/hadoop/ha/package-summary.html">org.apache.hadoop.ha</a></dt>
<dd>
<div class="block">This fencing implementation sshes to the target node and uses
<code>fuser</code> to kill the process listening on the service's
TCP port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/SshFenceByTcpPort.html#SshFenceByTcpPort--">SshFenceByTcpPort()</a></span> - Constructor for class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/SshFenceByTcpPort.html" title="class in org.apache.hadoop.ha">SshFenceByTcpPort</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl"><span class="typeNameLink">SSLHostnameVerifier.AbstractVerifier</span></a> - Class in <a href="org/apache/hadoop/security/ssl/package-summary.html">org.apache.hadoop.security.ssl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.Certificates.html" title="class in org.apache.hadoop.security.ssl"><span class="typeNameLink">SSLHostnameVerifier.Certificates</span></a> - Class in <a href="org/apache/hadoop/security/ssl/package-summary.html">org.apache.hadoop.security.ssl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#STACK">STACK</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.StackServlet.html#StackServlet--">StackServlet()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.StackServlet.html" title="class in org.apache.hadoop.http">HttpServer2.StackServlet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">StandardSocketFactory</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">Specialized SocketFactory to create sockets with a SOCKS proxy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/StandardSocketFactory.html#StandardSocketFactory--">StandardSocketFactory()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net">StandardSocketFactory</a></dt>
<dd>
<div class="block">Default empty constructor (for use with the reflection API).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#STANDBY_VALUE">STANDBY_VALUE</a></span> - Static variable in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>
<div class="block"><code>STANDBY = 2;</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/StandbyException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">StandbyException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Thrown by a remote server when it is up, but is not the active server in a
set of servers in which only a subset may be active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/StandbyException.html#StandbyException-java.lang.String-">StandbyException(String)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/StandbyException.html" title="class in org.apache.hadoop.ipc">StandbyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#start-long-">start(long)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Create an option to specify the starting byte to read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#start--">start()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Starts the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html#start--">start()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html" title="interface in org.apache.hadoop.metrics2">MetricsSystemMXBean</a></dt>
<dd>
<div class="block">Start the metrics system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#start--">start()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Start the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#start--">start()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Start the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#start--">start()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>
<div class="block">Start to measure times and make the state of stopwatch running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#startLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">startLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#startLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">startLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Returns a local file that the user can write output to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#startLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">startLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>
<div class="block">Returns a local File that the user can write output to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#startLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">startLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#startLocalOutput-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.Path-">startLocalOutput(Path, Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html#startMetricsMBeans--">startMetricsMBeans()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html" title="interface in org.apache.hadoop.metrics2">MetricsSystemMXBean</a></dt>
<dd>
<div class="block">Start metrics MBeans</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/ReconfigurableBase.html#startReconfigurationTask--">startReconfigurationTask()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/ReconfigurableBase.html" title="class in org.apache.hadoop.conf">ReconfigurableBase</a></dt>
<dd>
<div class="block">Start a reconfiguration task to reload configuration in background.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#startThreads--">startThreads()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">should be called before this object is used</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/MultipartUploader.html#startUpload-org.apache.hadoop.fs.Path-">startUpload(Path)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/MultipartUploader.html" title="interface in org.apache.hadoop.fs">MultipartUploader</a></dt>
<dd>
<div class="block">Initialize a multipart upload.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#startupShutdownMessage-java.lang.String-java.util.List-">startupShutdownMessage(String, List&lt;String&gt;)</a></span> - Static method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Build a log message for starting up and shutting down.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#stat2Paths-org.apache.hadoop.fs.FileStatus:A-">stat2Paths(FileStatus[])</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">convert an array of FileStatus to an array of Path</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#stat2Paths-org.apache.hadoop.fs.FileStatus:A-org.apache.hadoop.fs.Path-">stat2Paths(FileStatus[], Path)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">convert an array of FileStatus to an array of Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/LifecycleEvent.html#state">state</a></span> - Variable in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/LifecycleEvent.html" title="class in org.apache.hadoop.service">LifecycleEvent</a></dt>
<dd>
<div class="block">new state</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#STATE_FIELD_NUMBER">STATE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#STATE_FIELD_NUMBER">STATE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/LoggingStateChangeListener.html#stateChanged-org.apache.hadoop.service.Service-">stateChanged(Service)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/LoggingStateChangeListener.html" title="class in org.apache.hadoop.service">LoggingStateChangeListener</a></dt>
<dd>
<div class="block">Callback for a state change event: log it</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateChangeListener.html#stateChanged-org.apache.hadoop.service.Service-">stateChanged(Service)</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateChangeListener.html" title="interface in org.apache.hadoop.service">ServiceStateChangeListener</a></dt>
<dd>
<div class="block">Callback to notify of a state change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.StateChangeRequestInfo.html#StateChangeRequestInfo-org.apache.hadoop.ha.HAServiceProtocol.RequestSource-">StateChangeRequestInfo(HAServiceProtocol.RequestSource)</a></span> - Constructor for class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.StateChangeRequestInfo.html" title="class in org.apache.hadoop.ha">HAServiceProtocol.StateChangeRequestInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#STATEID_FIELD_NUMBER">STATEID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#STATEID_FIELD_NUMBER">STATEID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#STATIC_ID_MAPPING_FILE_DEFAULT">STATIC_ID_MAPPING_FILE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#STATIC_ID_MAPPING_FILE_KEY">STATIC_ID_MAPPING_FILE_KEY</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html#StaticUserFilter--">StaticUserFilter()</a></span> - Constructor for class org.apache.hadoop.http.lib.<a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html" title="class in org.apache.hadoop.http.lib">StaticUserWebFilter.StaticUserFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.html" title="class in org.apache.hadoop.http.lib"><span class="typeNameLink">StaticUserWebFilter</span></a> - Class in <a href="org/apache/hadoop/http/lib/package-summary.html">org.apache.hadoop.http.lib</a></dt>
<dd>
<div class="block">Provides a servlet filter that pretends to authenticate a fake user (Dr.Who)
so that the web UI is usable for a secure cluster without authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.html#StaticUserWebFilter--">StaticUserWebFilter()</a></span> - Constructor for class org.apache.hadoop.http.lib.<a href="org/apache/hadoop/http/lib/StaticUserWebFilter.html" title="class in org.apache.hadoop.http.lib">StaticUserWebFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/http/lib/StaticUserWebFilter.StaticUserFilter.html" title="class in org.apache.hadoop.http.lib"><span class="typeNameLink">StaticUserWebFilter.StaticUserFilter</span></a> - Class in <a href="org/apache/hadoop/http/lib/package-summary.html">org.apache.hadoop.http.lib</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">StatisticDurationTracker</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Track the duration of an object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html#StatisticDurationTracker-org.apache.hadoop.fs.statistics.impl.IOStatisticsStore-java.lang.String-">StatisticDurationTracker(IOStatisticsStore, String)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StatisticDurationTracker</a></dt>
<dd>
<div class="block">Constructor -increments the counter by 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html#StatisticDurationTracker-org.apache.hadoop.fs.statistics.impl.IOStatisticsStore-java.lang.String-long-">StatisticDurationTracker(IOStatisticsStore, String, long)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StatisticDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StatisticDurationTracker</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#statistics">statistics</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The statistics for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#statistics">statistics</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">The statistics for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#Statistics-java.lang.String-">Statistics(String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#Statistics-org.apache.hadoop.fs.FileSystem.Statistics-">Statistics(FileSystem.Statistics)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#StatisticsData--">StatisticsData()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html#StatsD-java.lang.String-int-">StatsD(String, int)</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink.StatsD</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/StatsDSink.html" title="class in org.apache.hadoop.metrics2.sink"><span class="typeNameLink">StatsDSink</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a></dt>
<dd>
<div class="block">A metrics sink that writes metrics to a StatsD daemon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.html#StatsDSink--">StatsDSink()</a></span> - Constructor for class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html" title="class in org.apache.hadoop.metrics2.sink"><span class="typeNameLink">StatsDSink.StatsD</span></a> - Class in <a href="org/apache/hadoop/metrics2/sink/package-summary.html">org.apache.hadoop.metrics2.sink</a></dt>
<dd>
<div class="block">Class that sends UDP packets to StatsD daemon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.ExitException.html#status">status</a></span> - Variable in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.ExitException.html" title="class in org.apache.hadoop.util">ExitUtil.ExitException</a></dt>
<dd>
<div class="block">The status code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.HaltException.html#status">status</a></span> - Variable in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.HaltException.html" title="class in org.apache.hadoop.util">ExitUtil.HaltException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#STATUS_FIELD_NUMBER">STATUS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html#stickyBit-boolean-">stickyBit(boolean)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.Builder.html" title="class in org.apache.hadoop.fs.permission">AclStatus.Builder</a></dt>
<dd>
<div class="block">Sets sticky bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#STOP">STOP</a></span> - Static variable in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>
<div class="block">Result indicating <a href="org/apache/hadoop/fs/shell/find/Expression.html" title="interface in org.apache.hadoop.fs.shell.find"><code>Expression</code></a> processing should not descend any more
directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#stop--">stop()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>
<div class="block">Stop all threads related to this client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DecayRpcScheduler.html#stop--">stop()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DecayRpcScheduler.html" title="class in org.apache.hadoop.ipc">DecayRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html#stop--">stop()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/DefaultRpcScheduler.html" title="class in org.apache.hadoop.ipc">DefaultRpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcScheduler.html#stop--">stop()</a></span> - Method in interface org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcScheduler.html" title="interface in org.apache.hadoop.ipc">RpcScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.html#stop--">stop()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.html" title="class in org.apache.hadoop.ipc">Server</a></dt>
<dd>
<div class="block">Stops the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html#stop--">stop()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableQuantiles.html" title="class in org.apache.hadoop.metrics2.lib">MutableQuantiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html#stop--">stop()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html" title="interface in org.apache.hadoop.metrics2">MetricsSystemMXBean</a></dt>
<dd>
<div class="block">Stop the metrics system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#stop--">stop()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">Stop the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#stop--">stop()</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Stop the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.html#stop-org.apache.hadoop.service.Service-">stop(Service)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.html" title="class in org.apache.hadoop.service">ServiceOperations</a></dt>
<dd>
<div class="block">Stop a service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#stop--">stop()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>
<div class="block">Stop elapsed time and make the state of stopwatch stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/CompositeService.html#STOP_ONLY_STARTED_SERVICES">STOP_ONLY_STARTED_SERVICES</a></span> - Static variable in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/CompositeService.html" title="class in org.apache.hadoop.service">CompositeService</a></dt>
<dd>
<div class="block">Policy on shutdown: attempt to close everything (purest) or
only try to close started services (which assumes
that the service implementations may not handle the stop() operation
except when started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html#stopMetricsMBeans--">stopMetricsMBeans()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystemMXBean.html" title="interface in org.apache.hadoop.metrics2">MetricsSystemMXBean</a></dt>
<dd>
<div class="block">Stop metrics MBeans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.html#stopQuietly-org.apache.hadoop.service.Service-">stopQuietly(Service)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.html" title="class in org.apache.hadoop.service">ServiceOperations</a></dt>
<dd>
<div class="block">Stop a service; if it is null do nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.html#stopQuietly-org.apache.commons.logging.Log-org.apache.hadoop.service.Service-">stopQuietly(Log, Service)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.html" title="class in org.apache.hadoop.service">ServiceOperations</a></dt>
<dd>
<div class="block">Stop a service; if it is null do nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceOperations.html#stopQuietly-org.slf4j.Logger-org.apache.hadoop.service.Service-">stopQuietly(Logger, Service)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceOperations.html" title="class in org.apache.hadoop.service">ServiceOperations</a></dt>
<dd>
<div class="block">Stop a service; if it is null do nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#stopThreads--">stopThreads()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">StopWatch</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A simplified StopWatch implementation which can measure times in nanoseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#StopWatch--">StopWatch()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#StopWatch-org.apache.hadoop.util.Timer-">StopWatch(Timer)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>
<div class="block">Used for tests to be able to create a StopWatch which does not follow real
time.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/StorageSize.html" title="class in org.apache.hadoop.conf"><span class="typeNameLink">StorageSize</span></a> - Class in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">A class that contains the numeric value and the unit of measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageSize.html#StorageSize-org.apache.hadoop.conf.StorageUnit-double-">StorageSize(StorageUnit, double)</a></span> - Constructor for class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageSize.html" title="class in org.apache.hadoop.conf">StorageSize</a></dt>
<dd>
<div class="block">Constucts a Storage Measure, which contains the value and the unit of
measure.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">StorageStatistics</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">StorageStatistics contains statistics data for a FileSystem or FileContext
instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.html#StorageStatistics-java.lang.String-">StorageStatistics(String)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.html" title="class in org.apache.hadoop.fs">StorageStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/StorageStatistics.CommonStatisticNames.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">StorageStatistics.CommonStatisticNames</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">These are common statistic names.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">StorageStatistics.LongStatistic</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">A 64-bit storage statistic.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">StorageStatisticsFromIOStatistics</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Returns all the counters of an IOStatistics instance as StorageStatistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html#StorageStatisticsFromIOStatistics-java.lang.String-java.lang.String-org.apache.hadoop.fs.statistics.IOStatistics-">StorageStatisticsFromIOStatistics(String, String, IOStatistics)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StorageStatisticsFromIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">StorageStatisticsFromIOStatistics</a></dt>
<dd>
<div class="block">Instantiate.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">StorageType</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Defines the types of supported storage media.</div>
</dd>
<dt><a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf"><span class="typeNameLink">StorageUnit</span></a> - Enum in <a href="org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</a></dt>
<dd>
<div class="block">Class that maintains different forms of Storage Units.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#store-org.apache.hadoop.conf.Configuration-K-java.lang.String-">store(Configuration, K, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>
<div class="block">Stores the item in the configuration with the given keyName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#STORE_IO_REQUEST">STORE_IO_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Requests made of a store: "store_io_request".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#STORE_IO_RETRY">STORE_IO_RETRY</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">IO retried: "store_io_retry".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#STORE_IO_THROTTLE_RATE">STORE_IO_THROTTLE_RATE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#STORE_IO_THROTTLED">STORE_IO_THROTTLED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Requests throttled and retried: "store_io_throttled".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#storeArray-org.apache.hadoop.conf.Configuration-K:A-java.lang.String-">storeArray(Configuration, K[], String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>
<div class="block">Stores the array of items in the configuration with the given keyName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#storeDelegationKey-org.apache.hadoop.security.token.delegation.DelegationKey-">storeDelegationKey(DelegationKey)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#storeNewMasterKey-org.apache.hadoop.security.token.delegation.DelegationKey-">storeNewMasterKey(DelegationKey)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#storeNewToken-TokenIdent-long-">storeNewToken(TokenIdent, long)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">StoreStatisticNames</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">Common statistic names for object store operations..</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#storeToken-TokenIdent-org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation-">storeToken(TokenIdent, AbstractDelegationTokenSecretManager.DelegationTokenInformation)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#storeTokenTrackingId">storeTokenTrackingId</a></span> - Variable in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Whether to store a token's tracking ID in its TokenInformation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#stream-org.apache.hadoop.fs.FSDataInputStream-">stream(FSDataInputStream)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Create an option to specify the stream with the sequence file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#stream-org.apache.hadoop.fs.FSDataOutputStream-">stream(FSDataOutputStream)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#STREAM_IS_CLOSED">STREAM_IS_CLOSED</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>
<div class="block">The operation failed because the stream is closed: "Stream is closed!"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_ABORTED">STREAM_READ_ABORTED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of times the TCP stream was aborted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_BYTES">STREAM_READ_BYTES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Bytes read from an input stream in read() calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_BYTES_DISCARDED_ABORT">STREAM_READ_BYTES_DISCARDED_ABORT</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of bytes discarded by aborting an input stream .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_BYTES_DISCARDED_CLOSE">STREAM_READ_BYTES_DISCARDED_CLOSE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of bytes read and discarded when closing an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_CLOSE_OPERATIONS">STREAM_READ_CLOSE_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total count of times an attempt to close an input stream was made
Value: "stream_read_close_operations".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_CLOSED">STREAM_READ_CLOSED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of times the TCP stream was closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_EXCEPTIONS">STREAM_READ_EXCEPTIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of exceptions raised during input stream reads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_FULLY_OPERATIONS">STREAM_READ_FULLY_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of readFully() operations in an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_OPENED">STREAM_READ_OPENED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total count of times an input stream to was opened.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_OPERATIONS">STREAM_READ_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of read() operations in an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_OPERATIONS_INCOMPLETE">STREAM_READ_OPERATIONS_INCOMPLETE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of incomplete read() operations in an input stream,
that is, when the bytes returned were less than that requested.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SEEK_BACKWARD_OPERATIONS">STREAM_READ_SEEK_BACKWARD_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of executed seek operations which went backwards in a stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SEEK_BYTES_BACKWARDS">STREAM_READ_SEEK_BYTES_BACKWARDS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of bytes moved backwards during seek operations
in an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SEEK_BYTES_DISCARDED">STREAM_READ_SEEK_BYTES_DISCARDED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of bytes read and discarded during seek() in an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SEEK_BYTES_SKIPPED">STREAM_READ_SEEK_BYTES_SKIPPED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of bytes skipped during forward seek operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SEEK_FORWARD_OPERATIONS">STREAM_READ_SEEK_FORWARD_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of executed seek operations which went forward in
an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SEEK_OPERATIONS">STREAM_READ_SEEK_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of seek operations in an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SEEK_POLICY_CHANGED">STREAM_READ_SEEK_POLICY_CHANGED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of times the seek policy was dynamically changed
in an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SKIP_BYTES">STREAM_READ_SKIP_BYTES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count bytes skipped in <code>InputStream.skip()</code> calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_SKIP_OPERATIONS">STREAM_READ_SKIP_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of <code>InputStream.skip()</code> calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_TOTAL_BYTES">STREAM_READ_TOTAL_BYTES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total count of bytes read from an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_UNBUFFERED">STREAM_READ_UNBUFFERED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of calls of <code>CanUnbuffer.unbuffer()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_READ_VERSION_MISMATCHES">STREAM_READ_VERSION_MISMATCHES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of version mismatches encountered while reading an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_BLOCK_UPLOADS">STREAM_WRITE_BLOCK_UPLOADS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of block/partition uploads complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_BLOCK_UPLOADS_ABORTED">STREAM_WRITE_BLOCK_UPLOADS_ABORTED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of number of block uploads aborted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_BLOCK_UPLOADS_ACTIVE">STREAM_WRITE_BLOCK_UPLOADS_ACTIVE</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of block/partition uploads active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_BLOCK_UPLOADS_BYTES_PENDING">STREAM_WRITE_BLOCK_UPLOADS_BYTES_PENDING</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Gauge of data queued to be written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_BLOCK_UPLOADS_COMMITTED">STREAM_WRITE_BLOCK_UPLOADS_COMMITTED</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of number of block uploads committed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_BLOCK_UPLOADS_PENDING">STREAM_WRITE_BLOCK_UPLOADS_PENDING</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Gauge of block/partitions uploads queued to be written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_BYTES">STREAM_WRITE_BYTES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">"Count of bytes written to output stream including all not yet uploaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_EXCEPTIONS">STREAM_WRITE_EXCEPTIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">"Count of stream write failures reported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_EXCEPTIONS_COMPLETING_UPLOADS">STREAM_WRITE_EXCEPTIONS_COMPLETING_UPLOADS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of failures when finalizing a multipart upload:
"stream_write_exceptions_completing_upload".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_QUEUE_DURATION">STREAM_WRITE_QUEUE_DURATION</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total queue duration of all block uploads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_TOTAL_DATA">STREAM_WRITE_TOTAL_DATA</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#STREAM_WRITE_TOTAL_TIME">STREAM_WRITE_TOTAL_TIME</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Count of total time taken for uploads to complete.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">StreamCapabilities</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Interface to query streams for supported capabilities.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/StreamCapabilities.StreamCapability.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">StreamCapabilities.StreamCapability</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/hadoop/fs/StreamCapabilitiesPolicy.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">StreamCapabilitiesPolicy</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Static methods to implement policies for <a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs"><code>StreamCapabilities</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilitiesPolicy.html#StreamCapabilitiesPolicy--">StreamCapabilitiesPolicy()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilitiesPolicy.html" title="class in org.apache.hadoop.fs">StreamCapabilitiesPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics"><span class="typeNameLink">StreamStatisticNames</span></a> - Class in <a href="org/apache/hadoop/fs/statistics/package-summary.html">org.apache.hadoop.fs.statistics</a></dt>
<dd>
<div class="block">These are common statistic names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#string2long-java.lang.String-">string2long(String)</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>
<div class="block">Convert a string to long.</div>
</dd>
<dt><a href="org/apache/hadoop/io/Stringifier.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">Stringifier</span></a>&lt;<a href="org/apache/hadoop/io/Stringifier.html" title="type parameter in Stringifier">T</a>&gt; - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Stringifier interface offers two methods to convert an object
to a string representation and restore the object given its
string representation.</div>
</dd>
<dt><a href="org/apache/hadoop/util/StringInterner.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">StringInterner</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Provides string interning utility methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringInterner.html#StringInterner--">StringInterner()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringInterner.html" title="class in org.apache.hadoop.util">StringInterner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Options.StringOption.html#StringOption-java.lang.String-">StringOption(String)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Options.StringOption.html" title="class in org.apache.hadoop.util">Options.StringOption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util"><span class="typeNameLink">StringUtils.TraditionalBinaryPrefix</span></a> - Enum in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">The traditional binary prefixes, kilo, mega, ..., exa,
which can be represented by a 64-bit integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringInterner.html#strongIntern-java.lang.String-">strongIntern(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringInterner.html" title="class in org.apache.hadoop.util">StringInterner</a></dt>
<dd>
<div class="block">Interns and returns a reference to the representative instance
for any of a collection of string instances that are equal to each other.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html#STUB_DURATION_TRACKER">STUB_DURATION_TRACKER</a></span> - Static variable in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl">StubDurationTracker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTrackerFactory.html#STUB_DURATION_TRACKER_FACTORY">STUB_DURATION_TRACKER_FACTORY</a></span> - Static variable in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StubDurationTrackerFactory.html" title="class in org.apache.hadoop.fs.statistics.impl">StubDurationTrackerFactory</a></dt>
<dd>
<div class="block">Single instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html#StubDecompressor--">StubDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/PassthroughCodec.StubDecompressor.html" title="class in org.apache.hadoop.io.compress">PassthroughCodec.StubDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTracker.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">StubDurationTracker</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">A simple stub duration tracker which can be issued in interfaces
and other places where full duration tracking is not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html#stubDurationTracker--">stubDurationTracker()</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSupport</a></dt>
<dd>
<div class="block">Get a stub duration tracker.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTrackerFactory.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">StubDurationTrackerFactory</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">This is a stub factory which always returns no-op duration
trackers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html#stubDurationTrackerFactory--">stubDurationTrackerFactory()</a></span> - Static method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSupport.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSupport</a></dt>
<dd>
<div class="block">Return a stub duration tracker factory whose returned trackers
are always no-ops.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.SubCommand.html#SubCommand--">SubCommand()</a></span> - Constructor for class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.SubCommand.html" title="class in org.apache.hadoop.tools">CommandShell.SubCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#subMap-K-K-">subMap(K, K)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html#submit-java.util.concurrent.Executor-java.util.concurrent.Callable-">submit(Executor, Callable&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional">CommonCallableSupplier</a></dt>
<dd>
<div class="block">Submit a callable into a completable future.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/FindClass.html#SUCCESS">SUCCESS</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/FindClass.html" title="class in org.apache.hadoop.util">FindClass</a></dt>
<dd>
<div class="block">Exit code when the operation succeeded: 0</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#SUCCESS_VALUE">SUCCESS_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>
<div class="block">
RPC succeeded</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#SUCCESS_VALUE">SUCCESS_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block"><code>SUCCESS = 0;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#successResponse--">successResponse()</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>
<div class="block">Convenience method to create a response for successful refreshes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#suffix-java.lang.String-">suffix(String)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Adds a suffix to the final name in the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#SUFFIX_FAILURES">SUFFIX_FAILURES</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">String to add to counters and other stats to track failures.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#SUFFIX_MAX">SUFFIX_MAX</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Suffix to use for a maximum value when
the same key is shared across max/mean/max
statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#SUFFIX_MEAN">SUFFIX_MEAN</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Suffix to use for a mean statistic value when
the same key is shared across mean/mean/max
statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html#SUFFIX_MIN">SUFFIX_MIN</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StoreStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StoreStatisticNames</a></dt>
<dd>
<div class="block">Suffix to use for a minimum value when
the same key is shared across min/mean/max
statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#SUN_SECURITY_JAAS_FILE">SUN_SECURITY_JAAS_FILE</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#SUN_SECURITY_KRB5_DEBUG">SUN_SECURITY_KRB5_DEBUG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#SUN_SECURITY_SPNEGO_DEBUG">SUN_SECURITY_SPNEGO_DEBUG</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#suppliedConf">suppliedConf</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#suppliedFilesystem">suppliedFilesystem</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#SUPPORT_SPARSE_METRICS_DEFAULT">SUPPORT_SPARSE_METRICS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#SUPPORT_SPARSE_METRICS_PROPERTY">SUPPORT_SPARSE_METRICS_PROPERTY</a></span> - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceTarget.html#supportObserver--">supportObserver()</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceTarget.html" title="class in org.apache.hadoop.ha">HAServiceTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#supportsSymlinks--">supportsSymlinks()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Returns true if the file system supports symlinks, false otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#supportsSymlinks--">supportsSymlinks()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">See <a href="org/apache/hadoop/fs/AbstractFileSystem.html#supportsSymlinks--"><code>AbstractFileSystem.supportsSymlinks()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#supportsSymlinks--">supportsSymlinks()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystem.html#supportsSymlinks--">supportsSymlinks()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#supportsSymlinks--">supportsSymlinks()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#supportsSymlinks--">supportsSymlinks()</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#supportTypeQuota--">supportTypeQuota()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/InstrumentedLock.SuppressedSnapshot.html#SuppressedSnapshot-long-long-">SuppressedSnapshot(long, long)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/InstrumentedLock.SuppressedSnapshot.html" title="class in org.apache.hadoop.util">InstrumentedLock.SuppressedSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#swapQueue-java.lang.Class-java.lang.Class-int-java.lang.String-org.apache.hadoop.conf.Configuration-">swapQueue(Class&lt;? extends RpcScheduler&gt;, Class&lt;? extends BlockingQueue&lt;E&gt;&gt;, int, String, Configuration)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>
<div class="block">Replaces active queue with the newly requested one and transfers
all calls to the newQ before returning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#swapScheme">swapScheme</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#SYMBOL">SYMBOL</a></span> - Variable in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>
<div class="block">Symbolic representation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#symbol">symbol</a></span> - Variable in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#symLink-java.lang.String-java.lang.String-">symLink(String, String)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Create a soft link between a src and destination
only on a local disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#SYMLINK_FIELD_NUMBER">SYMLINK_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#SYMLINK_NO_PRIVILEGE">SYMLINK_NO_PRIVILEGE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#sync-long-">sync(long)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Seek to the next sync mark past a given position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#sync--">sync()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block">create a sync point</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#SYNC_FILE_RANGE_WAIT_AFTER">SYNC_FILE_RANGE_WAIT_AFTER</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#SYNC_FILE_RANGE_WAIT_BEFORE">SYNC_FILE_RANGE_WAIT_BEFORE</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#SYNC_FILE_RANGE_WRITE">SYNC_FILE_RANGE_WRITE</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.html#SYNC_INTERVAL">SYNC_INTERVAL</a></span> - Static variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io">SequenceFile</a></dt>
<dd>
<div class="block">The number of bytes between sync points.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Syncable.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">Syncable</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This is the interface for flush/sync operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html#syncFileRangeIfPossible-java.io.FileDescriptor-long-long-int-">syncFileRangeIfPossible(FileDescriptor, long, long, int)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX</a></dt>
<dd>
<div class="block">Call sync_file_range on the given file descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#syncFs--">syncFs()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/io/SequenceFile.Writer.html#hsync--"><code>SequenceFile.Writer.hsync()</code></a> or <a href="org/apache/hadoop/io/SequenceFile.Writer.html#hflush--"><code>SequenceFile.Writer.hflush()</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#syncInterval-int-">syncInterval(int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#syncSeen--">syncSeen()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns true iff the previous call to next passed a sync mark.</div>
</dd>
<dt><a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">SysInfo</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Plugin to calculate resource information on the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/SysInfo.html#SysInfo--">SysInfo()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/SysInfo.html" title="class in org.apache.hadoop.util">SysInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#SYSPROP_HADOOP_HOME_DIR">SYSPROP_HADOOP_HOME_DIR</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">System property for the Hadoop home directory: "hadoop.home.dir".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ApplicationClassLoader.html#SYSTEM_CLASSES_DEFAULT">SYSTEM_CLASSES_DEFAULT</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ApplicationClassLoader.html" title="class in org.apache.hadoop.util">ApplicationClassLoader</a></dt>
<dd>
<div class="block">Default value of the system classes if the user did not override them.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools"><span class="typeNameLink">TableListing.Builder</span></a> - Class in <a href="org/apache/hadoop/tools/package-summary.html">org.apache.hadoop.tools</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tools/TableListing.Justification.html" title="enum in org.apache.hadoop.tools"><span class="typeNameLink">TableListing.Justification</span></a> - Enum in <a href="org/apache/hadoop/tools/package-summary.html">org.apache.hadoop.tools</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/net/TableMapping.html" title="class in org.apache.hadoop.net"><span class="typeNameLink">TableMapping</span></a> - Class in <a href="org/apache/hadoop/net/package-summary.html">org.apache.hadoop.net</a></dt>
<dd>
<div class="block">
Simple <a href="org/apache/hadoop/net/DNSToSwitchMapping.html" title="interface in org.apache.hadoop.net"><code>DNSToSwitchMapping</code></a> implementation that reads a 2 column text
file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/TableMapping.html#TableMapping--">TableMapping()</a></span> - Constructor for class org.apache.hadoop.net.<a href="org/apache/hadoop/net/TableMapping.html" title="class in org.apache.hadoop.net">TableMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/Interns.html#tag-org.apache.hadoop.metrics2.MetricsInfo-java.lang.String-">tag(MetricsInfo, String)</a></span> - Static method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/Interns.html" title="class in org.apache.hadoop.metrics2.lib">Interns</a></dt>
<dd>
<div class="block">Get a metrics tag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/Interns.html#tag-java.lang.String-java.lang.String-java.lang.String-">tag(String, String, String)</a></span> - Static method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/Interns.html" title="class in org.apache.hadoop.metrics2.lib">Interns</a></dt>
<dd>
<div class="block">Get a metrics tag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#tag-java.lang.String-java.lang.String-java.lang.String-">tag(String, String, String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Add a tag to the metrics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#tag-java.lang.String-java.lang.String-java.lang.String-boolean-">tag(String, String, String, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Add a tag to the metrics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#tag-org.apache.hadoop.metrics2.MetricsInfo-java.lang.String-boolean-">tag(MetricsInfo, String, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>
<div class="block">Add a tag to the metrics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#tag-org.apache.hadoop.metrics2.MetricsInfo-java.lang.String-">tag(MetricsInfo, String)</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#tag-org.apache.hadoop.metrics2.MetricsInfo-java.lang.String-">tag(MetricsInfo, String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html#tag-org.apache.hadoop.metrics2.MetricsInfo-java.lang.String-">tag(MetricsInfo, String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</a></dt>
<dd>
<div class="block">Add a metrics value with metrics information</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#tag-org.apache.hadoop.metrics2.MetricsInfo-java.lang.String-">tag(MetricsInfo, String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecord.html#tags--">tags()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecord.html" title="interface in org.apache.hadoop.metrics2">MetricsRecord</a></dt>
<dd>
<div class="block">Get the tags of the record
Note: returning a collection instead of iterable as we
need to use tags as keys (hence Collection#hashCode etc.) in maps</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#tags--">tags()</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#tailMap-K-">tailMap(K)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallQueueManager.html#take--">take()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallQueueManager.html" title="class in org.apache.hadoop.ipc">CallQueueManager</a></dt>
<dd>
<div class="block">Retrieve an E from the backing queue or block until we can.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/FairCallQueue.html#take--">take()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/FairCallQueue.html" title="class in org.apache.hadoop.ipc">FairCallQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AvroFSInput.html#tell--">tell()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AvroFSInput.html" title="class in org.apache.hadoop.fs">AvroFSInput</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html#TestProtobufRpc2Proto--">TestProtobufRpc2Proto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html#TestProtobufRpc2Proto--">TestProtobufRpc2Proto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html#TestProtobufRpcHandoffProto--">TestProtobufRpcHandoffProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html#TestProtobufRpcHandoffProto--">TestProtobufRpcHandoffProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#TestProtobufRpcProto--">TestProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#TestProtobufRpcProto--">TestProtobufRpcProto()</a></span> - Constructor for class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddRequestProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddRequestProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddRequestProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AddResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AuthMethodResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AuthMethodResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AuthMethodResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AuthMethodResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.AuthMethodResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoRequestProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoRequestProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoRequestProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoResponseProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoResponseProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoResponseProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EchoResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EmptyRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EmptyRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EmptyRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EmptyResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EmptyResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.EmptyResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.ExchangeRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.ExchangeRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.ExchangeRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.ExchangeResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.ExchangeResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.ExchangeResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.OptRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.OptRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.OptRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.OptResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.OptResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.OptResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepRequestProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepRequestProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepRequestProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepResponseProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepResponseProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepResponseProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SleepResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SlowPingRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SlowPingRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SlowPingRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SlowPingRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.SlowPingRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.UserResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.UserResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.UserResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.UserResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtos.UserResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddRequestProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddRequestProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddRequestProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AddResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AuthMethodResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AuthMethodResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AuthMethodResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AuthMethodResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.AuthMethodResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoRequestProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoRequestProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoRequestProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoResponseProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoResponseProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EchoResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoResponseProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EchoResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EmptyRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EmptyRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EmptyRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EmptyResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EmptyResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.EmptyResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.EmptyResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.ExchangeRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.ExchangeRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.ExchangeRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.ExchangeResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.ExchangeResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ExchangeResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.ExchangeResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.OptRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.OptRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.OptRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.OptResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.OptResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.OptResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.OptResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepRequestProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepRequestProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepRequestProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepRequestProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepResponseProto2</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepResponseProto2.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SleepResponseProto2</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2OrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepResponseProto2OrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SleepResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SlowPingRequestProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SlowPingRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SlowPingRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SlowPingRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.SlowPingRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.UserResponseProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.UserResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.Builder.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.UserResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.UserResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestProtosLegacy.UserResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.CustomProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.CustomProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.CustomProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.CustomProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.CustomProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.CustomProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewerProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.NewerProtobufRpcProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewerProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewerProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.NewProtobufRpcProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.NewProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.OldProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.OldProtobufRpcProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.OldProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.OldProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.OldProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpc2Proto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.TestProtobufRpc2Proto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpc2Proto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpc2Proto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcHandoffProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.TestProtobufRpcHandoffProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">
A protobuf service for use in tests</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtos.TestProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.CustomProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.CustomProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.CustomProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.CustomProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.CustomProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.CustomProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewerProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.NewerProtobufRpcProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.NewProtobufRpcProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.OldProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.OldProtobufRpcProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.OldProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.OldProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.TestProtobufRpc2Proto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.TestProtobufRpcHandoffProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcProto</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.TestProtobufRpcProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</span></a> - Interface in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf"><span class="typeNameLink">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</span></a> - Class in <a href="org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html#testServerGet-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-">testServerGet(RpcController, TestProtos.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html#testServerGet-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">testServerGet(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc testServerGet(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html#testServerGet-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">testServerGet(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html#testServerGet-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">testServerGet(RpcController, TestProtos.EmptyRequestProto, RpcCallback&lt;TestProtos.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc testServerGet(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html#testServerGet-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-">testServerGet(RpcController, TestProtosLegacy.EmptyRequestProto)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html#testServerGet-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">testServerGet(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface.html" title="interface in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface</a></dt>
<dd>
<div class="block"><code>rpc testServerGet(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html#testServerGet-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">testServerGet(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html#testServerGet-com.google.protobuf.RpcController-org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto-com.google.protobuf.RpcCallback-">testServerGet(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback&lt;TestProtosLegacy.EmptyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestRpcServiceProtosLegacy.TestProtobufRpcProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtosLegacy.TestProtobufRpcProto</a></dt>
<dd>
<div class="block"><code>rpc testServerGet(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);</code></div>
</dd>
<dt><a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">Text</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">This class stores text using standard UTF8 encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#Text--">Text()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#Text-java.lang.String-">Text(String)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Construct from a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#Text-org.apache.hadoop.io.Text-">Text(Text)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Construct from another text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#Text-byte:A-">Text(byte[])</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Construct from a byte array.</div>
</dd>
<dt><a href="org/apache/hadoop/io/Text.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">Text.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparator optimized for Text keys.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/TFile.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">TFile</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">A TFile is a container of key-value pairs.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">TFile.Reader</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">TFile Reader.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">TFile.Reader.Scanner</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">The TFile Scanner.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">TFile.Reader.Scanner.Entry</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">Entry to a &lt;Key, Value&gt; pair.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">TFile.Writer</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">TFile Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#TFILE_FS_INPUT_BUFFER_SIZE_DEFAULT">TFILE_FS_INPUT_BUFFER_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for TFILE_FS_INPUT_BUFFER_SIZE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#TFILE_FS_INPUT_BUFFER_SIZE_KEY">TFILE_FS_INPUT_BUFFER_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#TFILE_FS_OUTPUT_BUFFER_SIZE_DEFAULT">TFILE_FS_OUTPUT_BUFFER_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for TFILE_FS_OUTPUT_BUFFER_SIZE_KEY</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#TFILE_FS_OUTPUT_BUFFER_SIZE_KEY">TFILE_FS_OUTPUT_BUFFER_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#TFILE_IO_CHUNK_SIZE_DEFAULT">TFILE_IO_CHUNK_SIZE_DEFAULT</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>
<div class="block">Default value for TFILE_IO_CHUNK_SIZE_DEFAULT</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html#TFILE_IO_CHUNK_SIZE_KEY">TFILE_IO_CHUNK_SIZE_KEY</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs">CommonConfigurationKeysPublic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#THREAD">THREAD</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/ThreadUtil.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ThreadUtil</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ThreadUtil.html#ThreadUtil--">ThreadUtil()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ThreadUtil.html" title="class in org.apache.hadoop.util">ThreadUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#TIME">TIME</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/LifecycleEvent.html#time">time</a></span> - Variable in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/LifecycleEvent.html" title="class in org.apache.hadoop.service">LifecycleEvent</a></dt>
<dd>
<div class="block">Local time in milliseconds when the event occurred</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#time--">time()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Evaluate the system time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#TIME_SPENT_ON_PUT_REQUEST">TIME_SPENT_ON_PUT_REQUEST</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total time spent on completing a PUT request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#TIME_SPENT_ON_TASK_WAIT">TIME_SPENT_ON_TASK_WAIT</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Total time spent on waiting for a task to complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#TIME_UNIT_DEFAULT">TIME_UNIT_DEFAULT</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">The default time unit used: seconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ShutdownHookManager.html#TIMEOUT_MINIMUM">TIMEOUT_MINIMUM</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ShutdownHookManager.html" title="class in org.apache.hadoop.util">ShutdownHookManager</a></dt>
<dd>
<div class="block">Minimum shutdown timeout: 1L second(s).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#timeOutInterval">timeOutInterval</a></span> - Variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Time after which the executing script would be timedout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsRecord.html#timestamp--">timestamp()</a></span> - Method in interface org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsRecord.html" title="interface in org.apache.hadoop.metrics2">MetricsRecord</a></dt>
<dd>
<div class="block">Get the timestamp of the metrics</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#toArray--">toArray()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/TwoDArrayWritable.html#toArray--">toArray()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io">TwoDArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#toArray-org.apache.hadoop.fs.RemoteIterator-">toArray(RemoteIterator&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Build an array from a RemoteIterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#toBuilder--">toBuilder()</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartHandle.html#toByteArray--">toByteArray()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartHandle.html" title="interface in org.apache.hadoop.fs">PartHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathHandle.html#toByteArray--">toByteArray()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathHandle.html" title="interface in org.apache.hadoop.fs">PathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/UploadHandle.html#toByteArray--">toByteArray()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/UploadHandle.html" title="interface in org.apache.hadoop.fs">UploadHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#toByteArray-org.apache.hadoop.io.Writable...-">toByteArray(Writable...)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Convert writables to a byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toBytes-double-">toBytes(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toEBs-double-">toEBs(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#toExtendedShort--">toExtendedShort()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toGBs-double-">toGBs(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#toJson-org.apache.log4j.spi.LoggingEvent-">toJson(LoggingEvent)</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>
<div class="block">Convert an event to JSON</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#toJson-java.io.Writer-org.apache.log4j.spi.LoggingEvent-">toJson(Writer, LoggingEvent)</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>
<div class="block">Convert an event to JSON</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/Log4Json.html#toJson-java.io.Writer-java.lang.String-long-java.lang.String-java.lang.String-java.lang.String-org.apache.log4j.spi.ThrowableInformation-">toJson(Writer, String, long, String, String, String, ThrowableInformation)</a></span> - Method in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/Log4Json.html" title="class in org.apache.hadoop.log">Log4Json</a></dt>
<dd>
<div class="block">Build a JSON entry from the parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toKBs-double-">toKBs(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html#Token--">Token()</a></span> - Constructor for class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.Token.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL.Token</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">Token</span></a>&lt;<a href="org/apache/hadoop/security/token/Token.html" title="type parameter in Token">T</a> extends <a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a>&gt; - Class in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">The client-side form of the token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#Token-T-org.apache.hadoop.security.token.SecretManager-">Token(T, SecretManager&lt;T&gt;)</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Construct a token given a token identifier and a secret manager for the
type of the token identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#Token-byte:A-byte:A-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">Token(byte[], byte[], Text, Text)</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Construct a token from the components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#Token--">Token()</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#Token-org.apache.hadoop.security.token.Token-">Token(Token&lt;T&gt;)</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>
<div class="block">Clone a token.</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">Token.TrivialRenewer</span></a> - Class in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">A trivial renewer for token kinds that aren't managed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#TOKEN_FIELD_NUMBER">TOKEN_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#TOKEN_FIELD_NUMBER">TOKEN_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#TOKEN_FIELD_NUMBER">TOKEN_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#TOKEN_FIELD_NUMBER">TOKEN_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#TOKEN_FIELD_NUMBER">TOKEN_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html#TOKEN_PARAM">TOKEN_PARAM</a></span> - Static variable in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#TOKEN_SEPARATOR_REGEX">TOKEN_SEPARATOR_REGEX</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Token separator regex used to parse Shell tool outputs.</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">TokenIdentifier</span></a> - Class in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">An identifier that identifies a token, may contain public information
about a token, including its kind (or type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenIdentifier.html#TokenIdentifier--">TokenIdentifier()</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/TokenInfo.html" title="annotation in org.apache.hadoop.security.token"><span class="typeNameLink">TokenInfo</span></a> - Annotation Type in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">Indicates Token related information to be used</div>
</dd>
<dt><a href="org/apache/hadoop/security/token/TokenRenewer.html" title="class in org.apache.hadoop.security.token"><span class="typeNameLink">TokenRenewer</span></a> - Class in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">This is the interface for plugins that handle tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/TokenRenewer.html#TokenRenewer--">TokenRenewer()</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/TokenRenewer.html" title="class in org.apache.hadoop.security.token">TokenRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#TOKENS_FIELD_NUMBER">TOKENS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/token/TokenSelector.html" title="interface in org.apache.hadoop.security.token"><span class="typeNameLink">TokenSelector</span></a>&lt;<a href="org/apache/hadoop/security/token/TokenSelector.html" title="type parameter in TokenSelector">T</a> extends <a href="org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</a>&gt; - Interface in <a href="org/apache/hadoop/security/token/package-summary.html">org.apache.hadoop.security.token</a></dt>
<dd>
<div class="block">Select token of type T from tokens for use with named service</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#toList-org.apache.hadoop.fs.RemoteIterator-">toList(RemoteIterator&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Build a list from a RemoteIterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html#toLowerCase-javax.servlet.http.HttpServletRequest-">toLowerCase(HttpServletRequest)</a></span> - Static method in class org.apache.hadoop.security.authentication.server.<a href="org/apache/hadoop/security/authentication/server/ProxyUserAuthenticationFilter.html" title="class in org.apache.hadoop.security.authentication.server">ProxyUserAuthenticationFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toMBs-double-">toMBs(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSExceptionMessages.html#TOO_MANY_BYTES_FOR_DEST_BUFFER">TOO_MANY_BYTES_FOR_DEST_BUFFER</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSExceptionMessages.html" title="class in org.apache.hadoop.fs">FSExceptionMessages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#toOctal--">toOctal()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Returns the FsPermission in an octal format.</div>
</dd>
<dt><a href="org/apache/hadoop/util/Tool.html" title="interface in org.apache.hadoop.util"><span class="typeNameLink">Tool</span></a> - Interface in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A tool interface that supports handling of generic command-line options.</div>
</dd>
<dt><a href="org/apache/hadoop/util/ToolRunner.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">ToolRunner</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">A utility to help run <a href="org/apache/hadoop/util/Tool.html" title="interface in org.apache.hadoop.util"><code>Tool</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ToolRunner.html#ToolRunner--">ToolRunner()</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ToolRunner.html" title="class in org.apache.hadoop.util">ToolRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.TooManyArgumentsException.html#TooManyArgumentsException-int-int-">TooManyArgumentsException(int, int)</a></span> - Constructor for exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.TooManyArgumentsException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.TooManyArgumentsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toPBs-double-">toPBs(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#toShort--">toShort()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Encode the object to a short.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#toSnapshot-boolean-">toSnapshot(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Return the string representation of the snapshot counts in the output
format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.IntegerRanges.html" title="class in org.apache.hadoop.conf">Configuration.IntegerRanges</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toString--">toString()</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.KeyVersion.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.KeyVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Metadata.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProvider.Options.html" title="class in org.apache.hadoop.crypto.key">KeyProvider.Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderExtension.html" title="class in org.apache.hadoop.crypto.key">KeyProviderExtension</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/BlockLocation.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/BlockLocation.html" title="class in org.apache.hadoop.fs">BlockLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Return the string representation of the object in the output format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#toString-boolean-boolean-">toString(boolean, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Return the string representation of the object in the output format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#toString-boolean-boolean-boolean-">toString(boolean, boolean, boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Return the string representation of the object in the output format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#toString-boolean-boolean-boolean-java.util.List-">toString(boolean, boolean, boolean, List&lt;StorageType&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Return the string representation of the object in the output format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.html#toString-boolean-boolean-boolean-boolean-java.util.List-">toString(boolean, boolean, boolean, boolean, List&lt;StorageType&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</a></dt>
<dd>
<div class="block">Return the string representation of the object in the output format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/DelegationTokenRenewer.RenewAction.html" title="class in org.apache.hadoop.fs">DelegationTokenRenewer.RenewAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.StatisticsData.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics.StatisticsData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.Statistics.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.Statistics.html" title="class in org.apache.hadoop.fs">FileSystem.Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>
<div class="block">String value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataOutputStream.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>
<div class="block">toString method returns the superclass toString, but if the subclass
implements <a href="org/apache/hadoop/fs/statistics/IOStatisticsSource.html" title="interface in org.apache.hadoop.fs.statistics"><code>IOStatisticsSource</code></a> then those statistics are
extracted and included in the output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumOpt.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumOpt.html" title="class in org.apache.hadoop.fs">Options.ChecksumOpt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.Data.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.Data.html" title="class in org.apache.hadoop.fs">Options.HandleOpt.Data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.HandleOpt.Location.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.HandleOpt.Location.html" title="class in org.apache.hadoop.fs">Options.HandleOpt.Location</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PartialListing.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PartialListing.html" title="class in org.apache.hadoop.fs">PartialListing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntryType.html#toString--">toString()</a></span> - Method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntryType.html" title="enum in org.apache.hadoop.fs.permission">AclEntryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclStatus.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclStatus.html" title="class in org.apache.hadoop.fs.permission">AclStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsCreateModes.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsCreateModes.html" title="class in org.apache.hadoop.fs.permission">FsCreateModes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.html#toString-boolean-boolean-java.util.List-">toString(boolean, boolean, List&lt;StorageType&gt;)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.html" title="class in org.apache.hadoop.fs">QuotaUsage</a></dt>
<dd>
<div class="block">Return the string representation of the object in the output format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/BaseExpression.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/BaseExpression.html" title="class in org.apache.hadoop.fs.shell.find">BaseExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/FilterExpression.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/FilterExpression.html" title="class in org.apache.hadoop.fs.shell.find">FilterExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/find/Result.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.shell.find.<a href="org/apache/hadoop/fs/shell/find/Result.html" title="class in org.apache.hadoop.fs.shell.find">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationStatisticSummary.html" title="class in org.apache.hadoop.fs.statistics">DurationStatisticSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>
<div class="block">Return the statistics dump of the wrapped statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/IOStatisticsSnapshot.html" title="class in org.apache.hadoop.fs.statistics">IOStatisticsSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/MeanStatistic.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/MeanStatistic.html" title="class in org.apache.hadoop.fs.statistics">MeanStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageStatistics.LongStatistic.html" title="class in org.apache.hadoop.fs">StorageStatistics.LongStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.HAServiceState.html#toString--">toString()</a></span> - Method in enum org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.HAServiceState.html" title="enum in org.apache.hadoop.ha">HAServiceProtocol.HAServiceState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.XFrameOption.html#toString--">toString()</a></span> - Method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.XFrameOption.html" title="enum in org.apache.hadoop.http">HttpServer2.XFrameOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>
<div class="block">Generate the stream of bytes as hex pairs separated by ' '.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress">CompressionCodecFactory</a></dt>
<dd>
<div class="block">Print the extension map out as a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DefaultStringifier.html#toString-T-">toString(T)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DefaultStringifier.html" title="class in org.apache.hadoop.io">DefaultStringifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ECSchema.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ECSchema.html" title="class in org.apache.hadoop.io.erasurecode">ECSchema</a></dt>
<dd>
<div class="block">Make a meaningful string representation for log output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Return a string representation of the version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>
<div class="block">Returns a string representation of this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Stat.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Stat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIOException.html#toString--">toString()</a></span> - Method in exception org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIOException.html" title="class in org.apache.hadoop.io.nativeio">NativeIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io">NullWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/FailoverProxyProvider.ProxyInfo.html" title="class in org.apache.hadoop.io.retry">FailoverProxyProvider.ProxyInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/MultiException.html#toString--">toString()</a></span> - Method in exception org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/MultiException.html" title="class in org.apache.hadoop.io.retry">MultiException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.Pair.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.Pair.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry.Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.MultipleLinearRandomRetry.html" title="class in org.apache.hadoop.io.retry">RetryPolicies.MultipleLinearRandomRetry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.html" title="class in org.apache.hadoop.io.retry">RetryPolicy.RetryAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Reader.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</a></dt>
<dd>
<div class="block">Returns the name of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">Short values in string format</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Stringifier.html#toString-T-">toString(T)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/Stringifier.html" title="interface in org.apache.hadoop.io">Stringifier</a></dt>
<dd>
<div class="block">Converts the object to a string representation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Convert text back to string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VersionMismatchException.html#toString--">toString()</a></span> - Method in exception org.apache.hadoop.io.<a href="org/apache/hadoop/io/VersionMismatchException.html" title="class in org.apache.hadoop.io">VersionMismatchException</a></dt>
<dd>
<div class="block">Returns a string representation of this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/CallerContext.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/CallerContext.html" title="class in org.apache.hadoop.ipc">CallerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Client.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Client.html" title="class in org.apache.hadoop.ipc">Client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshResponse.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshResponse.html" title="class in org.apache.hadoop.ipc">RefreshResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#toString--">toString()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RetryCache.CacheEntry.html" title="class in org.apache.hadoop.ipc">RetryCache.CacheEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Call.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Call.html" title="class in org.apache.hadoop.ipc">Server.Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/Server.Connection.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/Server.Connection.html" title="class in org.apache.hadoop.ipc">Server.Connection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MetricsRegistry.html" title="class in org.apache.hadoop.metrics2.lib">MetricsRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableStat.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableStat.html" title="class in org.apache.hadoop.metrics2.lib">MutableStat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsJsonBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/CachedDNSToSwitchMapping.html" title="class in org.apache.hadoop.net">CachedDNSToSwitchMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.RawScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping.RawScriptBasedMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/net/ScriptBasedMapping.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.net.<a href="org/apache/hadoop/net/ScriptBasedMapping.html" title="class in org.apache.hadoop.net">ScriptBasedMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.security.alias.<a href="org/apache/hadoop/security/alias/CredentialProvider.CredentialEntry.html" title="class in org.apache.hadoop.security.alias">CredentialProvider.CredentialEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Returns descriptive way of users and groups that are part of this ACL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">Return the username.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/IrqHandler.InterruptData.html" title="class in org.apache.hadoop.service.launcher">IrqHandler.InterruptData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.STATE.html#toString--">toString()</a></span> - Method in enum org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.STATE.html" title="enum in org.apache.hadoop.service">Service.STATE</a></dt>
<dd>
<div class="block">Get the name of a state</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/ServiceStateModel.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/ServiceStateModel.html" title="class in org.apache.hadoop.service">ServiceStateModel</a></dt>
<dd>
<div class="block">return the state text as the toString() value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ComparableVersion.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/ComparableVersion.html" title="class in org.apache.hadoop.util">ComparableVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DurationInfo.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/DurationInfo.html" title="class in org.apache.hadoop.util">DurationInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.ExitException.html#toString--">toString()</a></span> - Method in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.ExitException.html" title="class in org.apache.hadoop.util">ExitUtil.ExitException</a></dt>
<dd>
<div class="block">String value does not include exception type, just exit code and message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/ExitUtil.HaltException.html#toString--">toString()</a></span> - Method in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/ExitUtil.HaltException.html" title="class in org.apache.hadoop.util">ExitUtil.HaltException</a></dt>
<dd>
<div class="block">String value does not include exception type, just exit code and message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Return the duration as <a href="org/apache/hadoop/util/OperationDuration.html#humanTime-long-"><code>OperationDuration.humanTime(long)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ExitCodeException.html#toString--">toString()</a></span> - Method in exception org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ExitCodeException.html" title="class in org.apache.hadoop.util">Shell.ExitCodeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.ShellCommandExecutor.html" title="class in org.apache.hadoop.util">Shell.ShellCommandExecutor</a></dt>
<dd>
<div class="block">Returns the commands of this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StopWatch.html#toString--">toString()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StopWatch.html" title="class in org.apache.hadoop.util">StopWatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#toStrings--">toStrings()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntry.html#toStringStable--">toStringStable()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntry.html" title="class in org.apache.hadoop.fs.permission">AclEntry</a></dt>
<dd>
<div class="block">Returns a string representation guaranteed to be stable across versions to
satisfy backward compatibility requirements, such as for shell command
output or serialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntryType.html#toStringStable--">toStringStable()</a></span> - Method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntryType.html" title="enum in org.apache.hadoop.fs.permission">AclEntryType</a></dt>
<dd>
<div class="block">Returns a string representation guaranteed to be stable across versions to
satisfy backward compatibility requirements, such as for shell command
output or serialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#toStringStable--">toStringStable()</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#toTBs-double-">toTBs(double)</a></span> - Method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcClientUtil.html#toTraceName-java.lang.String-">toTraceName(String)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcClientUtil.html" title="class in org.apache.hadoop.ipc">RpcClientUtil</a></dt>
<dd>
<div class="block">Convert an RPC class method to a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html#Touch--">Touch()</a></span> - Constructor for class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touch</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">TouchCommands.Touch</span></a> - Class in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">A UNIX like touch command.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell"><span class="typeNameLink">TouchCommands.Touchz</span></a> - Class in org.apache.hadoop.fs.shell</dt>
<dd>
<div class="block">(Re)create zero-length file at the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html#Touchz--">Touchz()</a></span> - Constructor for class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touchz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#toUri--">toUri()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Convert this Path to a URI.</div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.AddSpanReceiverRequestProto</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddSpanReceiverRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.AddSpanReceiverRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddSpanReceiverRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.AddSpanReceiverResponseProto</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddSpanReceiverResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.AddSpanReceiverResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.AddSpanReceiverResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ConfigPair</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ConfigPair</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ConfigPair.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ConfigPair</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPairOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ConfigPairOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ListSpanReceiversRequestProto</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ListSpanReceiversRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ListSpanReceiversRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ListSpanReceiversRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ListSpanReceiversRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ListSpanReceiversResponseProto</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ListSpanReceiversResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ListSpanReceiversResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.ListSpanReceiversResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.RemoveSpanReceiverRequestProto</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RemoveSpanReceiverRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.RemoveSpanReceiverRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RemoveSpanReceiverRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.RemoveSpanReceiverResponseProto</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RemoveSpanReceiverResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.RemoveSpanReceiverResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.RemoveSpanReceiverResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.RemoveSpanReceiverResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.SpanReceiverListInfo</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SpanReceiverListInfo</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.Builder.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.SpanReceiverListInfo.Builder</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.SpanReceiverListInfo</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfoOrBuilder.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.SpanReceiverListInfoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.TraceAdminService</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protobuf service <code>hadoop.common.TraceAdminService</code></div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.BlockingInterface.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.TraceAdminService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Interface.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.TraceAdminService.Interface</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.Stub.html" title="class in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminPB.TraceAdminService.Stub</span></a> - Class in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminProtocol.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminProtocol</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>
<div class="block">Protocol interface that provides tracing.</div>
</dd>
<dt><a href="org/apache/hadoop/tracing/TraceAdminProtocolPB.html" title="interface in org.apache.hadoop.tracing"><span class="typeNameLink">TraceAdminProtocolPB</span></a> - Interface in <a href="org/apache/hadoop/tracing/package-summary.html">org.apache.hadoop.tracing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html#TraceAdminService--">TraceAdminService()</a></span> - Constructor for class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.TraceAdminService.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.TraceAdminService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#TRACEID_FIELD_NUMBER">TRACEID_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#TRACEINFO_FIELD_NUMBER">TRACEINFO_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationTrackerFactory.html#trackDuration-java.lang.String-long-">trackDuration(String, long)</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationTrackerFactory.html" title="interface in org.apache.hadoop.fs.statistics">DurationTrackerFactory</a></dt>
<dd>
<div class="block">Initiate a duration tracking operation by creating/returning
an object whose <code>close()</code> call will
update the statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/DurationTrackerFactory.html#trackDuration-java.lang.String-">trackDuration(String)</a></span> - Method in interface org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/DurationTrackerFactory.html" title="interface in org.apache.hadoop.fs.statistics">DurationTrackerFactory</a></dt>
<dd>
<div class="block">Initiate a duration tracking operation by creating/returning
an object whose <code>close()</code> call will
update the statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#trackDuration-org.apache.hadoop.fs.statistics.DurationTrackerFactory-java.lang.String-org.apache.hadoop.util.functional.CallableRaisingIOE-">trackDuration(DurationTrackerFactory, String, CallableRaisingIOE&lt;B&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Given an IOException raising callable/lambda expression,
execute it and update the relevant statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/StubDurationTrackerFactory.html#trackDuration-java.lang.String-long-">trackDuration(String, long)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/StubDurationTrackerFactory.html" title="class in org.apache.hadoop.fs.statistics.impl">StubDurationTrackerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#trackDurationConsumer-org.apache.hadoop.fs.statistics.DurationTrackerFactory-java.lang.String-org.apache.hadoop.util.functional.ConsumerRaisingIOE-">trackDurationConsumer(DurationTrackerFactory, String, ConsumerRaisingIOE&lt;B&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Given an IOException raising Consumer,
return a new one which wraps the inner and tracks
the duration of the operation, including whether
it passes/fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#trackDurationOfCallable-org.apache.hadoop.fs.statistics.DurationTrackerFactory-java.lang.String-java.util.concurrent.Callable-">trackDurationOfCallable(DurationTrackerFactory, String, Callable&lt;B&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Given a callable/lambda expression,
return a new one which wraps the inner and tracks
the duration of the operation, including whether
it passes/fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#trackDurationOfInvocation-org.apache.hadoop.fs.statistics.DurationTrackerFactory-java.lang.String-org.apache.hadoop.util.functional.InvocationRaisingIOE-">trackDurationOfInvocation(DurationTrackerFactory, String, InvocationRaisingIOE)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Given an IOException raising callable/lambda expression,
execute it and update the relevant statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#trackDurationOfOperation-org.apache.hadoop.fs.statistics.DurationTrackerFactory-java.lang.String-org.apache.hadoop.util.functional.CallableRaisingIOE-">trackDurationOfOperation(DurationTrackerFactory, String, CallableRaisingIOE&lt;B&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Given an IOException raising callable/lambda expression,
return a new one which wraps the inner and tracks
the duration of the operation, including whether
it passes/fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#trackFunctionDuration-org.apache.hadoop.fs.statistics.DurationTrackerFactory-java.lang.String-org.apache.hadoop.util.functional.FunctionRaisingIOE-">trackFunctionDuration(DurationTrackerFactory, String, FunctionRaisingIOE&lt;A, B&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Given an IOException raising function/lambda expression,
return a new one which wraps the inner and tracks
the duration of the operation, including whether
it passes/fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#trackJavaFunctionDuration-org.apache.hadoop.fs.statistics.DurationTrackerFactory-java.lang.String-java.util.function.Function-">trackJavaFunctionDuration(DurationTrackerFactory, String, Function&lt;A, B&gt;)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Given a java function/lambda expression,
return a new one which wraps the inner and tracks
the duration of the operation, including whether
it passes/fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.html#transitionToActive-org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo-">transitionToActive(HAServiceProtocol.StateChangeRequestInfo)</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha">HAServiceProtocol</a></dt>
<dd>
<div class="block">Request service to transition to active state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html#transitionToActive-org.apache.hadoop.ha.HAServiceProtocol-org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo-">transitionToActive(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo)</a></span> - Static method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html" title="class in org.apache.hadoop.ha">HAServiceProtocolHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html#transitionToActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto-">transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html#transitionToActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToActiveResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Interface</a></dt>
<dd>
<div class="block">
Request service to tranisition to active state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html#transitionToActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToActiveResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#transitionToActive-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToActiveResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>
<div class="block">
Request service to tranisition to active state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.html#transitionToObserver-org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo-">transitionToObserver(HAServiceProtocol.StateChangeRequestInfo)</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha">HAServiceProtocol</a></dt>
<dd>
<div class="block">Request service to transition to observer state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html#transitionToObserver-org.apache.hadoop.ha.HAServiceProtocol-org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo-">transitionToObserver(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo)</a></span> - Static method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html" title="class in org.apache.hadoop.ha">HAServiceProtocolHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html#transitionToObserver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto-">transitionToObserver(RpcController, HAServiceProtocolProtos.TransitionToObserverRequestProto)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html#transitionToObserver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToObserver(RpcController, HAServiceProtocolProtos.TransitionToObserverRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToObserverResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Interface</a></dt>
<dd>
<div class="block">
Request service to transition to observer state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html#transitionToObserver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToObserver(RpcController, HAServiceProtocolProtos.TransitionToObserverRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToObserverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#transitionToObserver-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToObserver(RpcController, HAServiceProtocolProtos.TransitionToObserverRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToObserverResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>
<div class="block">
Request service to transition to observer state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.html#transitionToStandby-org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo-">transitionToStandby(HAServiceProtocol.StateChangeRequestInfo)</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha">HAServiceProtocol</a></dt>
<dd>
<div class="block">Request service to transition to standby state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html#transitionToStandby-org.apache.hadoop.ha.HAServiceProtocol-org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo-">transitionToStandby(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo)</a></span> - Static method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocolHelper.html" title="class in org.apache.hadoop.ha">HAServiceProtocolHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html#transitionToStandby-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto-">transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html#transitionToStandby-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToStandbyResponseProto&gt;)</a></span> - Method in interface org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Interface</a></dt>
<dd>
<div class="block">
Request service to transition to standby state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html#transitionToStandby-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToStandbyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService.Stub</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html#transitionToStandby-org.apache.hadoop.thirdparty.protobuf.RpcController-org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto-org.apache.hadoop.thirdparty.protobuf.RpcCallback-">transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback&lt;HAServiceProtocolProtos.TransitionToStandbyResponseProto&gt;)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceProtocolService.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceProtocolService</a></dt>
<dd>
<div class="block">
Request service to transition to standby state.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Trash</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Provides a trash facility which supports pluggable Trash policies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#Trash-org.apache.hadoop.conf.Configuration-">Trash(Configuration)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Construct a trash can accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Trash.html#Trash-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-">Trash(FileSystem, Configuration)</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs">Trash</a></dt>
<dd>
<div class="block">Construct a trash can accessor for the FileSystem provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#trash">trash</a></span> - Variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#TRASH_PREFIX">TRASH_PREFIX</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Prefix for trash directory: ".Trash".</div>
</dd>
<dt><a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">TrashPolicy</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">This interface is used for implementing different Trash policies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/TrashPolicy.html#TrashPolicy--">TrashPolicy()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/TrashPolicy.html" title="class in org.apache.hadoop.fs">TrashPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/TrashPolicyDefault.Emptier.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">TrashPolicyDefault.Emptier</span></a> - Class in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.html#trimLoginMethod-java.lang.String-">trimLoginMethod(String)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security">UserGroupInformation</a></dt>
<dd>
<div class="block">remove the login method that is followed by a space from the username
e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html#TrivialRenewer--">TrivialRenewer()</a></span> - Constructor for class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.TrivialRenewer.html" title="class in org.apache.hadoop.security.token">Token.TrivialRenewer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">The specification of this method matches that of
<a href="org/apache/hadoop/fs/FileContext.html#truncate-org.apache.hadoop.fs.Path-long-"><code>FileContext.truncate(Path, long)</code></a> except that Path f must be for
this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ChecksumFileSystem.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ChecksumFileSystem.html" title="class in org.apache.hadoop.fs">ChecksumFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Truncate the file in the indicated path to the indicated size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Truncate the file in the indicated path to the indicated size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>
<div class="block">Not implemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#truncate-org.apache.hadoop.fs.Path-long-">truncate(Path, long)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#TRUNCATE_EXISTING">TRUNCATE_EXISTING</a></span> - Static variable in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.Builder.html#trustStore-java.lang.String-java.lang.String-java.lang.String-">trustStore(String, String, String)</a></span> - Method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.Builder.html" title="class in org.apache.hadoop.http">HttpServer2.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicies.html#TRY_ONCE_THEN_FAIL">TRY_ONCE_THEN_FAIL</a></span> - Static variable in class org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicies.html" title="class in org.apache.hadoop.io.retry">RetryPolicies</a></dt>
<dd>
<div class="block">
Try once, and fail by re-throwing the exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/FenceMethod.html#tryFence-org.apache.hadoop.ha.HAServiceTarget-java.lang.String-">tryFence(HAServiceTarget, String)</a></span> - Method in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/FenceMethod.html" title="interface in org.apache.hadoop.ha">FenceMethod</a></dt>
<dd>
<div class="block">Attempt to fence the target node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/PowerShellFencer.html#tryFence-org.apache.hadoop.ha.HAServiceTarget-java.lang.String-">tryFence(HAServiceTarget, String)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/PowerShellFencer.html" title="class in org.apache.hadoop.ha">PowerShellFencer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/ShellCommandFencer.html#tryFence-org.apache.hadoop.ha.HAServiceTarget-java.lang.String-">tryFence(HAServiceTarget, String)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/ShellCommandFencer.html" title="class in org.apache.hadoop.ha">ShellCommandFencer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/SshFenceByTcpPort.html#tryFence-org.apache.hadoop.ha.HAServiceTarget-java.lang.String-">tryFence(HAServiceTarget, String)</a></span> - Method in class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/SshFenceByTcpPort.html" title="class in org.apache.hadoop.ha">SshFenceByTcpPort</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/AutoCloseableLock.html#tryLock--">tryLock()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/AutoCloseableLock.html" title="class in org.apache.hadoop.util">AutoCloseableLock</a></dt>
<dd>
<div class="block">A wrapper method that makes a call to <code>tryLock()</code> of
the underlying <code>Lock</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricStringBuilder.html#tuple-java.lang.String-java.lang.String-">tuple(String, String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricStringBuilder.html" title="class in org.apache.hadoop.metrics2">MetricStringBuilder</a></dt>
<dd>
<div class="block">Add any key,val pair to the string, between the prefix and suffix,
separated by the separator.</div>
</dd>
<dt><a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">TwoDArrayWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Writable for 2D arrays containing a matrix of instances of a class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/TwoDArrayWritable.html#TwoDArrayWritable-java.lang.Class-">TwoDArrayWritable(Class)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io">TwoDArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/TwoDArrayWritable.html#TwoDArrayWritable-java.lang.Class-org.apache.hadoop.io.Writable:A:A-">TwoDArrayWritable(Class, Writable[][])</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io">TwoDArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#type--">type()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>
<div class="block">Get the type of the metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/RemoteIterators.html#typeCastingRemoteIterator-org.apache.hadoop.fs.RemoteIterator-">typeCastingRemoteIterator(RemoteIterator&lt;S&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/RemoteIterators.html" title="class in org.apache.hadoop.util.functional">RemoteIterators</a></dt>
<dd>
<div class="block">Create a RemoteIterator from a RemoteIterator, casting the
type in the process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#typeConsumed-long:A-">typeConsumed(long[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#typeConsumed-org.apache.hadoop.fs.StorageType-long-">typeConsumed(StorageType, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#typeConsumed-long:A-">typeConsumed(long[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#typeConsumed-org.apache.hadoop.fs.StorageType-long-">typeConsumed(StorageType, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#typeQuota-org.apache.hadoop.fs.StorageType-long-">typeQuota(StorageType, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ContentSummary.Builder.html#typeQuota-long:A-">typeQuota(long[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ContentSummary.Builder.html" title="class in org.apache.hadoop.fs">ContentSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#typeQuota-org.apache.hadoop.fs.StorageType-long-">typeQuota(StorageType, long)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/QuotaUsage.Builder.html#typeQuota-long:A-">typeQuota(long[])</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/QuotaUsage.Builder.html" title="class in org.apache.hadoop.fs">QuotaUsage.Builder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#UMASK_LABEL">UMASK_LABEL</a></span> - Static variable in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CanUnbuffer.html#unbuffer--">unbuffer()</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CanUnbuffer.html" title="interface in org.apache.hadoop.fs">CanUnbuffer</a></dt>
<dd>
<div class="block">Reduce the buffering.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSDataInputStream.html#unbuffer--">unbuffer()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.html#UNBUFFER">UNBUFFER</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.html" title="interface in org.apache.hadoop.fs">StreamCapabilities</a></dt>
<dd>
<div class="block">Stream unbuffer capability implemented by <a href="org/apache/hadoop/fs/CanUnbuffer.html#unbuffer--"><code>CanUnbuffer.unbuffer()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilitiesPolicy.html#unbuffer-java.io.InputStream-">unbuffer(InputStream)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilitiesPolicy.html" title="class in org.apache.hadoop.fs">StreamCapabilitiesPolicy</a></dt>
<dd>
<div class="block">Implement the policy for <a href="org/apache/hadoop/fs/CanUnbuffer.html#unbuffer--"><code>CanUnbuffer.unbuffer()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/HadoopUncaughtExceptionHandler.html#uncaughtException-java.lang.Thread-java.lang.Throwable-">uncaughtException(Thread, Throwable)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/HadoopUncaughtExceptionHandler.html" title="class in org.apache.hadoop.service.launcher">HadoopUncaughtExceptionHandler</a></dt>
<dd>
<div class="block">Uncaught exception handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#uncaughtException-java.lang.Thread-java.lang.Throwable-">uncaughtException(Thread, Throwable)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Handler for uncaught exceptions: terminate the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#uncompressedValSerializer">uncompressedValSerializer</a></span> - Variable in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/UnexpectedServerException.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">UnexpectedServerException</span></a> - Exception in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Indicates that the RPC server encountered an undeclared exception from the
service</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#UNKNOWN_GROUP">UNKNOWN_GROUP</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html#UNKNOWN_MANDATORY_KEY">UNKNOWN_MANDATORY_KEY</a></span> - Static variable in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/AbstractFSBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">AbstractFSBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#UNKNOWN_USER">UNKNOWN_USER</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/CommandFormat.UnknownOptionException.html#UnknownOptionException-java.lang.String-">UnknownOptionException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/CommandFormat.UnknownOptionException.html" title="class in org.apache.hadoop.fs.shell">CommandFormat.UnknownOptionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html#unmapBlock-long-long-">unmapBlock(long, long)</a></span> - Static method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.Pmem.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.Pmem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ProviderUtils.html#unnestUri-java.net.URI-">unnestUri(URI)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ProviderUtils.html" title="class in org.apache.hadoop.security">ProviderUtils</a></dt>
<dd>
<div class="block">Convert a nested URI to decode the underlying path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HtmlQuoting.html#unquoteHtmlChars-java.lang.String-">unquoteHtmlChars(String)</a></span> - Static method in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/HtmlQuoting.html" title="class in org.apache.hadoop.http">HtmlQuoting</a></dt>
<dd>
<div class="block">Remove HTML quoting from a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CloseableReferenceCount.html#unreference--">unreference()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util">CloseableReferenceCount</a></dt>
<dd>
<div class="block">Decrement the reference count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/CloseableReferenceCount.html#unreferenceCheckClosed--">unreferenceCheckClosed()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/CloseableReferenceCount.html" title="class in org.apache.hadoop.util">CloseableReferenceCount</a></dt>
<dd>
<div class="block">Decrement the reference count, checking to make sure that the
CloseableReferenceCount is not closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshRegistry.html#unregister-java.lang.String-org.apache.hadoop.ipc.RefreshHandler-">unregister(String, RefreshHandler)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc">RefreshRegistry</a></dt>
<dd>
<div class="block">Remove the registered object for a given identity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MBeans.html#unregister-javax.management.ObjectName-">unregister(ObjectName)</a></span> - Static method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MBeans.html" title="class in org.apache.hadoop.metrics2.util">MBeans</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RefreshRegistry.html#unregisterAll-java.lang.String-">unregisterAll(String)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RefreshRegistry.html" title="class in org.apache.hadoop.ipc">RefreshRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#unregisterGlobalListener-org.apache.hadoop.service.ServiceStateChangeListener-">unregisterGlobalListener(ServiceStateChangeListener)</a></span> - Static method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>
<div class="block">unregister a global listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#unregisterServiceListener-org.apache.hadoop.service.ServiceStateChangeListener-">unregisterServiceListener(ServiceStateChangeListener)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#unregisterServiceListener-org.apache.hadoop.service.ServiceStateChangeListener-">unregisterServiceListener(ServiceStateChangeListener)</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Unregister a previously registered listener of the service state
change events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsSystem.html#unregisterSource-java.lang.String-">unregisterSource(String)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsSystem.html" title="class in org.apache.hadoop.metrics2">MetricsSystem</a></dt>
<dd>
<div class="block">Unregister a metrics source</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#unset-java.lang.String-">unset(String)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Unset a previously set property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#UNSET">UNSET</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/AbstractFileSystem.html#unsetStoragePolicy-org.apache.hadoop.fs.Path-">unsetStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/AbstractFileSystem.html" title="class in org.apache.hadoop.fs">AbstractFileSystem</a></dt>
<dd>
<div class="block">Unset the storage policy set for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#unsetStoragePolicy-org.apache.hadoop.fs.Path-">unsetStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>
<div class="block">Unset the storage policy set for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#unsetStoragePolicy-org.apache.hadoop.fs.Path-">unsetStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>
<div class="block">Unset the storage policy set for a given file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FilterFileSystem.html#unsetStoragePolicy-org.apache.hadoop.fs.Path-">unsetStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FilterFileSystem.html" title="class in org.apache.hadoop.fs">FilterFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#unsetStoragePolicy-org.apache.hadoop.fs.Path-">unsetStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#unsetStoragePolicy-org.apache.hadoop.fs.Path-">unsetStoragePolicy(Path)</a></span> - Method in class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/UnsupportedCodecException.html" title="class in org.apache.hadoop.crypto"><span class="typeNameLink">UnsupportedCodecException</span></a> - Exception in <a href="org/apache/hadoop/crypto/package-summary.html">org.apache.hadoop.crypto</a></dt>
<dd>
<div class="block">Thrown to indicate that the specific codec is not supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/UnsupportedCodecException.html#UnsupportedCodecException--">UnsupportedCodecException()</a></span> - Constructor for exception org.apache.hadoop.crypto.<a href="org/apache/hadoop/crypto/UnsupportedCodecException.html" title="class in org.apache.hadoop.crypto">UnsupportedCodecException</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/UnsupportedCodecException.html#UnsupportedCodecException-java.lang.String-">UnsupportedCodecException(String)</a></span> - Constructor for exception org.apache.hadoop.crypto.<a href="org/apache/hadoop/crypto/UnsupportedCodecException.html" title="class in org.apache.hadoop.crypto">UnsupportedCodecException</a></dt>
<dd>
<div class="block">Constructs an UnsupportedCodecException with the specified
detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/UnsupportedCodecException.html#UnsupportedCodecException-java.lang.String-java.lang.Throwable-">UnsupportedCodecException(String, Throwable)</a></span> - Constructor for exception org.apache.hadoop.crypto.<a href="org/apache/hadoop/crypto/UnsupportedCodecException.html" title="class in org.apache.hadoop.crypto">UnsupportedCodecException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message and
cause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/UnsupportedCodecException.html#UnsupportedCodecException-java.lang.Throwable-">UnsupportedCodecException(Throwable)</a></span> - Constructor for exception org.apache.hadoop.crypto.<a href="org/apache/hadoop/crypto/UnsupportedCodecException.html" title="class in org.apache.hadoop.crypto">UnsupportedCodecException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/UnsupportedFileSystemException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">UnsupportedFileSystemException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">File system for a given file system name/scheme is not supported</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/UnsupportedFileSystemException.html#UnsupportedFileSystemException-java.lang.String-">UnsupportedFileSystemException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/UnsupportedFileSystemException.html" title="class in org.apache.hadoop.fs">UnsupportedFileSystemException</a></dt>
<dd>
<div class="block">Constructs exception with the specified detail message.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/UnsupportedMultipartUploaderException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">UnsupportedMultipartUploaderException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">MultipartUploader for a given file system name/scheme is not supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/UnsupportedMultipartUploaderException.html#UnsupportedMultipartUploaderException-java.lang.String-">UnsupportedMultipartUploaderException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/UnsupportedMultipartUploaderException.html" title="class in org.apache.hadoop.fs">UnsupportedMultipartUploaderException</a></dt>
<dd>
<div class="block">Constructs exception with the specified detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#unTar-java.io.InputStream-java.io.File-boolean-">unTar(InputStream, File, boolean)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Given a Tar File as input it will untar the file in a the untar directory
passed as the second parameter
This utility will untar ".tar" files and ".tar.gz","tgz" files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#unTar-java.io.File-java.io.File-">unTar(File, File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Given a Tar File as input it will untar the file in a the untar directory
passed as the second parameter
This utility will untar ".tar" files and ".tar.gz","tgz" files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/FutureIO.html#unwrapInnerException-java.lang.Throwable-">unwrapInnerException(Throwable)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/FutureIO.html" title="class in org.apache.hadoop.util.functional">FutureIO</a></dt>
<dd>
<div class="block">From the inner cause of an execution exception, extract the inner cause
to an IOException, raising RuntimeExceptions and Errors immediately.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#unwrapRemoteException-java.lang.Class...-">unwrapRemoteException(Class&lt;?&gt;...)</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>
<div class="block">If this remote exception wraps up one of the lookupTypes
then return this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#unwrapRemoteException--">unwrapRemoteException()</a></span> - Method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>
<div class="block">Instantiate and return the exception wrapped up by this remote exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#unZip-java.io.InputStream-java.io.File-">unZip(InputStream, File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Given a stream input it will unzip the it in the unzip directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#unZip-java.io.File-java.io.File-">unZip(File, File)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Given a File input it will unzip it in the unzip directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.html#update-org.apache.hadoop.metrics2.MetricsRecord-boolean-">update(MetricsRecord, boolean)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache</a></dt>
<dd>
<div class="block">Update the cache and return the current cached record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/util/MetricsCache.html#update-org.apache.hadoop.metrics2.MetricsRecord-">update(MetricsRecord)</a></span> - Method in class org.apache.hadoop.metrics2.util.<a href="org/apache/hadoop/metrics2/util/MetricsCache.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache</a></dt>
<dd>
<div class="block">Update the cache and return the current cache record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32.html#update-byte:A-int-int-">update(byte[], int, int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util">PureJavaCrc32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32.html#update-int-">update(int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util">PureJavaCrc32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32C.html#update-byte:A-int-int-">update(byte[], int, int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32C.html" title="class in org.apache.hadoop.util">PureJavaCrc32C</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/PureJavaCrc32C.html#update-int-">update(int)</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/PureJavaCrc32C.html" title="class in org.apache.hadoop.util">PureJavaCrc32C</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#updateConnectAddr-java.lang.String-java.lang.String-java.lang.String-java.net.InetSocketAddress-">updateConnectAddr(String, String, String, InetSocketAddress)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the socket address a client can use to connect for the
<code>name</code> property as a <code>host:port</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#updateConnectAddr-java.lang.String-java.net.InetSocketAddress-">updateConnectAddr(String, InetSocketAddress)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Set the socket address a client can use to connect for the
<code>name</code> property as a <code>host:port</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#updateDelegationKey-org.apache.hadoop.security.token.delegation.DelegationKey-">updateDelegationKey(DelegationKey)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#updateFlushTime-java.util.Date-">updateFlushTime(Date)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html" title="class in org.apache.hadoop.metrics2.sink">RollingFileSystemSink</a></dt>
<dd>
<div class="block">Update the <a href="org/apache/hadoop/metrics2/sink/RollingFileSystemSink.html#nextFlush"><code>RollingFileSystemSink.nextFlush</code></a> variable to the next flush time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#updateMapInternal-org.apache.hadoop.thirdparty.com.google.common.collect.BiMap-java.lang.String-java.lang.String-java.lang.String-java.util.Map-">updateMapInternal(BiMap&lt;Integer, String&gt;, String, String, String, Map&lt;Integer, Integer&gt;)</a></span> - Static method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>
<div class="block">Get the list of users or groups returned by the specified command,
and save them in the corresponding map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ShellBasedIdMapping.html#updateMaps--">updateMaps()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/ShellBasedIdMapping.html" title="class in org.apache.hadoop.security">ShellBasedIdMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#updateProcessedByteCount-int-">updateProcessedByteCount(int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>
<div class="block">This method keeps track of raw processed compressed
bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html#updateReportedByteCount-int-">updateReportedByteCount(int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream</a></dt>
<dd>
<div class="block">This method is called by the client of this
class in case there are any corrections in
the stream position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#updateStoredToken-TokenIdent-long-">updateStoredToken(TokenIdent, long)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#updateToken-TokenIdent-org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation-">updateToken(TokenIdent, AbstractDelegationTokenSecretManager.DelegationTokenInformation)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">For subclasses externalizing the storage, for example Zookeeper
based implementations</div>
</dd>
<dt><a href="org/apache/hadoop/fs/UploadHandle.html" title="interface in org.apache.hadoop.fs"><span class="typeNameLink">UploadHandle</span></a> - Interface in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">Opaque, serializable reference to an uploadId for multipart uploads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#upperBound-byte:A-">upperBound(byte[])</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Move the cursor to the first entry whose key is strictly greater than
the input key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html#upperBound-byte:A-int-int-">upperBound(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner</a></dt>
<dd>
<div class="block">Move the cursor to the first entry whose key is strictly greater than
the input key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#upperBound-java.util.List-T-java.util.Comparator-">upperBound(List&lt;? extends T&gt;, T, Comparator&lt;? super T&gt;)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Upper bound binary search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#upperBound-java.util.List-T-">upperBound(List&lt;? extends Comparable&lt;? super T&gt;&gt;, T)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Upper bound binary search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Help.html#USAGE">USAGE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Help.html" title="class in org.apache.hadoop.fs">FsShell.Help</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Usage.html#Usage--">Usage()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Usage.html" title="class in org.apache.hadoop.fs">FsShell.Usage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShell.Usage.html#USAGE">USAGE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShell.Usage.html" title="class in org.apache.hadoop.fs">FsShell.Usage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html#USAGE">USAGE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chgrp.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chgrp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html#USAGE">USAGE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chmod.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chmod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html#USAGE">USAGE</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsShellPermissions.Chown.html" title="class in org.apache.hadoop.fs">FsShellPermissions.Chown</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html#USAGE">USAGE</a></span> - Static variable in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touch.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html#USAGE">USAGE</a></span> - Static variable in class org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/TouchCommands.Touchz.html" title="class in org.apache.hadoop.fs.shell">TouchCommands.Touchz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#USAGE_MESSAGE">USAGE_MESSAGE</a></span> - Static variable in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Usage message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#USAGE_NAME">USAGE_NAME</a></span> - Static variable in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#USAGE_SERVICE_ARGUMENTS">USAGE_SERVICE_ARGUMENTS</a></span> - Static variable in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAAdmin.UsageInfo.html#UsageInfo-java.lang.String-java.lang.String-">UsageInfo(String, String)</a></span> - Constructor for class org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAAdmin.UsageInfo.html" title="class in org.apache.hadoop.ha">HAAdmin.UsageInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/log/LogLevel.html#USAGES">USAGES</a></span> - Static variable in class org.apache.hadoop.log.<a href="org/apache/hadoop/log/LogLevel.html" title="class in org.apache.hadoop.log">LogLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html#useQueryStringForDelegationToken--">useQueryStringForDelegationToken()</a></span> - Method in class org.apache.hadoop.security.token.delegation.web.<a href="org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.html" title="class in org.apache.hadoop.security.token.delegation.web">DelegationTokenAuthenticatedURL</a></dt>
<dd>
<div class="block">Returns if delegation token is transmitted as a HTTP header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#USER_DEFINED_POLICY_START_ID">USER_DEFINED_POLICY_START_ID</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#USER_FIELD_NUMBER">USER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#USER_FIELD_NUMBER">USER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#USER_FIELD_NUMBER">USER_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileSystem.html#USER_HOME_PREFIX">USER_HOME_PREFIX</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#USER_NAME_COMMAND">USER_NAME_COMMAND</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">a Unix command to get the current user's name: "whoami".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#USERGROUPID_UPDATE_MILLIS_DEFAULT">USERGROUPID_UPDATE_MILLIS_DEFAULT</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#USERGROUPID_UPDATE_MILLIS_KEY">USERGROUPID_UPDATE_MILLIS_KEY</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>
<div class="block">Do user/group update every 15 minutes by default, minimum 1 minute</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/IdMappingConstant.html#USERGROUPID_UPDATE_MILLIS_MIN">USERGROUPID_UPDATE_MILLIS_MIN</a></span> - Static variable in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/IdMappingConstant.html" title="class in org.apache.hadoop.security">IdMappingConstant</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/UserGroupInformation.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">UserGroupInformation</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">User and group information for Hadoop.</div>
</dd>
<dt><a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html" title="enum in org.apache.hadoop.security"><span class="typeNameLink">UserGroupInformation.AuthenticationMethod</span></a> - Enum in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">existing types of authentications' methods</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/UserIdentityProvider.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">UserIdentityProvider</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">The UserIdentityProvider creates uses the username as the
identity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/UserIdentityProvider.html#UserIdentityProvider--">UserIdentityProvider()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/UserIdentityProvider.html" title="class in org.apache.hadoop.ipc">UserIdentityProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#USERINFO_FIELD_NUMBER">USERINFO_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#USERMESSAGE_FIELD_NUMBER">USERMESSAGE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/UserProvider.Factory.html" title="class in org.apache.hadoop.crypto.key"><span class="typeNameLink">UserProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/crypto/key/package-summary.html">org.apache.hadoop.crypto.key</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/alias/UserProvider.Factory.html" title="class in org.apache.hadoop.security.alias"><span class="typeNameLink">UserProvider.Factory</span></a> - Class in <a href="org/apache/hadoop/security/alias/package-summary.html">org.apache.hadoop.security.alias</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/RawLocalFileSystem.html#useStatIfAvailable--">useStatIfAvailable()</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">RawLocalFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/UTF8.Comparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">UTF8.Comparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A WritableComparator optimized for UTF8 keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#utf8Length-java.lang.String-">utf8Length(String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">For the given string, returns the number of UTF-8 bytes
required to encode the string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/JettyUtils.html#UTF_8">UTF_8</a></span> - Static variable in class org.apache.hadoop.http.<a href="org/apache/hadoop/http/JettyUtils.html" title="class in org.apache.hadoop.http">JettyUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.html#util--">util()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.html" title="class in org.apache.hadoop.fs">FileContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileContext.Util.html#Util--">Util()</a></span> - Constructor for class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileContext.Util.html" title="class in org.apache.hadoop.fs">FileContext.Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionCodec.Util.html#Util--">Util()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionCodec.Util.html" title="class in org.apache.hadoop.io.compress">CompressionCodec.Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGet.Util.html#Util--">Util()</a></span> - Constructor for class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGet.Util.html" title="class in org.apache.hadoop.util.concurrent">AsyncGet.Util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">Utils</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">Supporting Utility classes used by TFile, and shared by users of TFile.</div>
</dd>
<dt><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile"><span class="typeNameLink">Utils.Version</span></a> - Class in <a href="org/apache/hadoop/io/file/tfile/package-summary.html">org.apache.hadoop.io.file.tfile</a></dt>
<dd>
<div class="block">A generic Version class.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CreateFlag.html#validate-java.util.EnumSet-">validate(EnumSet&lt;CreateFlag&gt;)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CreateFlag.html" title="enum in org.apache.hadoop.fs">CreateFlag</a></dt>
<dd>
<div class="block">Validate the CreateFlag and throw exception if it is invalid</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CreateFlag.html#validate-java.lang.Object-boolean-java.util.EnumSet-">validate(Object, boolean, EnumSet&lt;CreateFlag&gt;)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CreateFlag.html" title="enum in org.apache.hadoop.fs">CreateFlag</a></dt>
<dd>
<div class="block">Validate the CreateFlag for create operation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/XAttrSetFlag.html#validate-java.lang.String-boolean-java.util.EnumSet-">validate(String, boolean, EnumSet&lt;XAttrSetFlag&gt;)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/XAttrSetFlag.html" title="enum in org.apache.hadoop.fs">XAttrSetFlag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/CommandShell.SubCommand.html#validate--">validate()</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/CommandShell.SubCommand.html" title="class in org.apache.hadoop.tools">CommandShell.SubCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CreateFlag.html#validateForAppend-java.util.EnumSet-">validateForAppend(EnumSet&lt;CreateFlag&gt;)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CreateFlag.html" title="enum in org.apache.hadoop.fs">CreateFlag</a></dt>
<dd>
<div class="block">Validate the CreateFlag for the append operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#validateKeyLength--">validateKeyLength()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Fail fast on a JVM without JCE installed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#validateObject--">validateObject()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#validateObject--">validateObject()</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Validate the contents of a deserialized Path, so as
to defend against malicious object streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#validateObject--">validateObject()</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSInputStream.html#validatePositionedReadArgs-long-byte:A-int-int-">validatePositionedReadArgs(long, byte[], int, int)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSInputStream.html" title="class in org.apache.hadoop.fs">FSInputStream</a></dt>
<dd>
<div class="block">Validation code, available for use in subclasses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/KDiag.html#validateShortName--">validateShortName()</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/KDiag.html" title="class in org.apache.hadoop.security">KDiag</a></dt>
<dd>
<div class="block">Verify whether auth_to_local rules transform a principal name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#validateUTF8-byte:A-">validateUTF8(byte[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Check if a byte array contains valid utf-8</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#validateUTF8-byte:A-int-int-">validateUTF8(byte[], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Check to see if a byte array is valid utf-8</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.Rename.html#value--">value()</a></span> - Method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.Rename.html" title="enum in org.apache.hadoop.fs">Options.Rename</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#value--">value()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>
<div class="block">Get the value of the metric</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html#value--">value()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html#value--">value()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableCounterLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html#value--">value()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeFloat.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html#value--">value()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeInt.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html#value--">value()</a></span> - Method in class org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/MutableGaugeLong.html" title="class in org.apache.hadoop.metrics2.lib">MutableGaugeLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricsTag.html#value--">value()</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</a></dt>
<dd>
<div class="block">Get the value of the tag</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/OperationDuration.html#value--">value()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/OperationDuration.html" title="class in org.apache.hadoop.util">OperationDuration</a></dt>
<dd>
<div class="block">Get the duration in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#value">value</a></span> - Variable in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#VALUE_FIELD_NUMBER">VALUE_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#valueClass-java.lang.Class-">valueClass(Class&lt;?&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#valueClass-java.lang.Class-">valueClass(Class&lt;?&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/ValueQueue.SyncGenerationPolicy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/ValueQueue.SyncGenerationPolicy.html" title="enum in org.apache.hadoop.crypto.key.kms">ValueQueue.SyncGenerationPolicy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CreateFlag.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CreateFlag.html" title="enum in org.apache.hadoop.fs">CreateFlag</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.AttrFlags.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.AttrFlags.html" title="enum in org.apache.hadoop.fs">FileStatus.AttrFlags</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#forNumber-int-"><code>FSProtos.FileStatusProto.FileType.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#forNumber-int-"><code>FSProtos.FileStatusProto.Flags.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobalStorageStatistics.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobalStorageStatistics.html" title="enum in org.apache.hadoop.fs">GlobalStorageStatistics</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumCombineMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumCombineMode.html" title="enum in org.apache.hadoop.fs">Options.ChecksumCombineMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.Rename.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.Rename.html" title="enum in org.apache.hadoop.fs">Options.Rename</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.Rename.html#valueOf-byte-">valueOf(byte)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.Rename.html" title="enum in org.apache.hadoop.fs">Options.Rename</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntryScope.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntryScope.html" title="enum in org.apache.hadoop.fs.permission">AclEntryScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntryType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntryType.html" title="enum in org.apache.hadoop.fs.permission">AclEntryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block">Create a FsPermission from a Unix symbolic permission string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ReadOption.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ReadOption.html" title="enum in org.apache.hadoop.fs">ReadOption</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/PathData.FileTypeRequirement.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/PathData.FileTypeRequirement.html" title="enum in org.apache.hadoop.fs.shell">PathData.FileTypeRequirement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/PathData.PathType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/PathData.PathType.html" title="enum in org.apache.hadoop.fs.shell">PathData.PathType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.StreamCapability.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.StreamCapability.html" title="enum in org.apache.hadoop.fs">StreamCapabilities.StreamCapability</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html" title="enum in org.apache.hadoop.fs.viewfs">RegexMountPointInterceptorType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/XAttrCodec.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/XAttrCodec.html" title="enum in org.apache.hadoop.fs">XAttrCodec</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/XAttrSetFlag.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/XAttrSetFlag.html" title="enum in org.apache.hadoop.fs">XAttrSetFlag</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.HAServiceState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.HAServiceState.html" title="enum in org.apache.hadoop.ha">HAServiceProtocol.HAServiceState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.RequestSource.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.RequestSource.html" title="enum in org.apache.hadoop.ha">HAServiceProtocol.RequestSource</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#forNumber-int-"><code>HAServiceProtocolProtos.HARequestSource.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#forNumber-int-"><code>HAServiceProtocolProtos.HAServiceStateProto.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpConfig.Policy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpConfig.Policy.html" title="enum in org.apache.hadoop.http">HttpConfig.Policy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.XFrameOption.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.XFrameOption.html" title="enum in org.apache.hadoop.http">HttpServer2.XFrameOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.STATE.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.STATE.html" title="enum in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream.STATE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.READ_MODE.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.READ_MODE.html" title="enum in org.apache.hadoop.io.compress">SplittableCompressionCodec.READ_MODE</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionHeader.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibCompressor.CompressionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionLevel.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionLevel.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibCompressor.CompressionLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionStrategy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionStrategy.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibCompressor.CompressionStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.CompressionHeader.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.CompressionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/Errno.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/Errno.html" title="enum in org.apache.hadoop.io.nativeio">Errno</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html" title="enum in org.apache.hadoop.io.nativeio">NativeIO.POSIX.SupportState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.AccessRight.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.AccessRight.html" title="enum in org.apache.hadoop.io.nativeio">NativeIO.Windows.AccessRight</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.RetryDecision.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.RetryDecision.html" title="enum in org.apache.hadoop.io.retry">RetryPolicy.RetryAction.RetryDecision</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.CompressionType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProcessingDetails.Timing.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProcessingDetails.Timing.html" title="enum in org.apache.hadoop.ipc">ProcessingDetails.Timing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#forNumber-int-"><code>RpcHeaderProtos.RpcKindProto.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#forNumber-int-"><code>RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#forNumber-int-"><code>RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#forNumber-int-"><code>RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#forNumber-int-"><code>RpcHeaderProtos.RpcSaslProto.SaslState.forNumber(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#valueOf-org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor-">valueOf(Descriptors.EnumValueDescriptor)</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RemoteException.html#valueOf-org.xml.sax.Attributes-">valueOf(Attributes)</a></span> - Static method in exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RemoteException.html" title="class in org.apache.hadoop.ipc">RemoteException</a></dt>
<dd>
<div class="block">Create RemoteException from attributes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.RpcKind.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.RpcKind.html" title="enum in org.apache.hadoop.ipc">RPC.RpcKind</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/annotation/Metric.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.metrics2.annotation.<a href="org/apache/hadoop/metrics2/annotation/Metric.Type.html" title="enum in org.apache.hadoop.metrics2.annotation">Metric.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricType.html" title="enum in org.apache.hadoop.metrics2">MetricType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaConfType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaConfType.html" title="enum in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink.GangliaConfType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaSlope.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaSlope.html" title="enum in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink.GangliaSlope</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.SerializedFormat.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.SerializedFormat.html" title="enum in org.apache.hadoop.security">Credentials.SerializedFormat</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.SerializedFormat.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.SerializedFormat.html" title="enum in org.apache.hadoop.security">Credentials.SerializedFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security">SaslRpcServer.AuthMethod</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html" title="enum in org.apache.hadoop.security">SaslRpcServer.QualityOfProtection</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.SSLChannelMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.SSLChannelMode.html" title="enum in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory.SSLChannelMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html" title="enum in org.apache.hadoop.security">UserGroupInformation.AuthenticationMethod</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html#valueOf-org.apache.hadoop.security.SaslRpcServer.AuthMethod-">valueOf(SaslRpcServer.AuthMethod)</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html" title="enum in org.apache.hadoop.security">UserGroupInformation.AuthenticationMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.STATE.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.STATE.html" title="enum in org.apache.hadoop.service">Service.STATE</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Justification.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Justification.html" title="enum in org.apache.hadoop.tools">TableListing.Justification</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DataChecksum.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/DataChecksum.Type.html" title="enum in org.apache.hadoop.util">DataChecksum.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DataChecksum.Type.html#valueOf-int-">valueOf(int)</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/DataChecksum.Type.html" title="enum in org.apache.hadoop.util">DataChecksum.Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.OSType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.OSType.html" title="enum in org.apache.hadoop.util">Shell.OSType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#valueOf-char-">valueOf(char)</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/ValueQueue.QueueRefiller.html" title="interface in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">ValueQueue.QueueRefiller</span></a>&lt;<a href="org/apache/hadoop/crypto/key/kms/ValueQueue.QueueRefiller.html" title="type parameter in ValueQueue.QueueRefiller">E</a>&gt; - Interface in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>
<div class="block">QueueRefiller interface a client must implement to use this class</div>
</dd>
<dt><a href="org/apache/hadoop/crypto/key/kms/ValueQueue.SyncGenerationPolicy.html" title="enum in org.apache.hadoop.crypto.key.kms"><span class="typeNameLink">ValueQueue.SyncGenerationPolicy</span></a> - Enum in <a href="org/apache/hadoop/crypto/key/kms/package-summary.html">org.apache.hadoop.crypto.key.kms</a></dt>
<dd>
<div class="block">Policy to decide how many values to return to client when client asks for
"n" values and Queue is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/StorageUnit.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/StorageUnit.html" title="enum in org.apache.hadoop.conf">StorageUnit</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/ValueQueue.SyncGenerationPolicy.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/ValueQueue.SyncGenerationPolicy.html" title="enum in org.apache.hadoop.crypto.key.kms">ValueQueue.SyncGenerationPolicy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/CreateFlag.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/CreateFlag.html" title="enum in org.apache.hadoop.fs">CreateFlag</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.AttrFlags.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.AttrFlags.html" title="enum in org.apache.hadoop.fs">FileStatus.AttrFlags</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.FileType.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.FileType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.Flags.html" title="enum in org.apache.hadoop.fs">FSProtos.FileStatusProto.Flags</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/GlobalStorageStatistics.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/GlobalStorageStatistics.html" title="enum in org.apache.hadoop.fs">GlobalStorageStatistics</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.ChecksumCombineMode.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.ChecksumCombineMode.html" title="enum in org.apache.hadoop.fs">Options.ChecksumCombineMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Options.Rename.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Options.Rename.html" title="enum in org.apache.hadoop.fs">Options.Rename</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntryScope.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntryScope.html" title="enum in org.apache.hadoop.fs.permission">AclEntryScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/AclEntryType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/AclEntryType.html" title="enum in org.apache.hadoop.fs.permission">AclEntryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsAction.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsAction.html" title="enum in org.apache.hadoop.fs.permission">FsAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ReadOption.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ReadOption.html" title="enum in org.apache.hadoop.fs">ReadOption</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/PathData.FileTypeRequirement.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/PathData.FileTypeRequirement.html" title="enum in org.apache.hadoop.fs.shell">PathData.FileTypeRequirement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/shell/PathData.PathType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.shell.<a href="org/apache/hadoop/fs/shell/PathData.PathType.html" title="enum in org.apache.hadoop.fs.shell">PathData.PathType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StorageType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StorageType.html" title="enum in org.apache.hadoop.fs">StorageType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/StreamCapabilities.StreamCapability.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/StreamCapabilities.StreamCapability.html" title="enum in org.apache.hadoop.fs">StreamCapabilities.StreamCapability</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.html" title="enum in org.apache.hadoop.fs.viewfs">RegexMountPointInterceptorType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/XAttrCodec.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/XAttrCodec.html" title="enum in org.apache.hadoop.fs">XAttrCodec</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/XAttrSetFlag.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/XAttrSetFlag.html" title="enum in org.apache.hadoop.fs">XAttrSetFlag</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.HAServiceState.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.HAServiceState.html" title="enum in org.apache.hadoop.ha">HAServiceProtocol.HAServiceState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.RequestSource.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.RequestSource.html" title="enum in org.apache.hadoop.ha">HAServiceProtocol.RequestSource</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HARequestSource.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HARequestSource</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAServiceStateProto.html" title="enum in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAServiceStateProto</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpConfig.Policy.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpConfig.Policy.html" title="enum in org.apache.hadoop.http">HttpConfig.Policy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/HttpServer2.XFrameOption.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.http.<a href="org/apache/hadoop/http/HttpServer2.XFrameOption.html" title="enum in org.apache.hadoop.http">HttpServer2.XFrameOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.STATE.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2InputStream.STATE.html" title="enum in org.apache.hadoop.io.compress.bzip2">CBZip2InputStream.STATE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.READ_MODE.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/SplittableCompressionCodec.READ_MODE.html" title="enum in org.apache.hadoop.io.compress">SplittableCompressionCodec.READ_MODE</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionHeader.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibCompressor.CompressionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionLevel.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionLevel.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibCompressor.CompressionLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionStrategy.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionStrategy.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibCompressor.CompressionStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.CompressionHeader.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.CompressionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.io.file.tfile">Compression.Algorithm</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#values--">values()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/Errno.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/Errno.html" title="enum in org.apache.hadoop.io.nativeio">Errno</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.SupportState.html" title="enum in org.apache.hadoop.io.nativeio">NativeIO.POSIX.SupportState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.AccessRight.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.AccessRight.html" title="enum in org.apache.hadoop.io.nativeio">NativeIO.Windows.AccessRight</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.RetryDecision.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.retry.<a href="org/apache/hadoop/io/retry/RetryPolicy.RetryAction.RetryDecision.html" title="enum in org.apache.hadoop.io.retry">RetryPolicy.RetryAction.RetryDecision</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.CompressionType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#values--">values()</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProcessingDetails.Timing.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProcessingDetails.Timing.html" title="enum in org.apache.hadoop.ipc">ProcessingDetails.Timing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcKindProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcKindProto</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.OperationProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto.OperationProto</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.RpcKind.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.RpcKind.html" title="enum in org.apache.hadoop.ipc">RPC.RpcKind</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/annotation/Metric.Type.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.metrics2.annotation.<a href="org/apache/hadoop/metrics2/annotation/Metric.Type.html" title="enum in org.apache.hadoop.metrics2.annotation">Metric.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.metrics2.lib.<a href="org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/MetricType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/MetricType.html" title="enum in org.apache.hadoop.metrics2">MetricType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaConfType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaConfType.html" title="enum in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink.GangliaConfType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaSlope.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.GangliaSlope.html" title="enum in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink.GangliaSlope</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.SerializedFormat.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.SerializedFormat.html" title="enum in org.apache.hadoop.security">Credentials.SerializedFormat</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security">SaslRpcServer.AuthMethod</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.QualityOfProtection.html" title="enum in org.apache.hadoop.security">SaslRpcServer.QualityOfProtection</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.SSLChannelMode.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/DelegatingSSLSocketFactory.SSLChannelMode.html" title="enum in org.apache.hadoop.security.ssl">DelegatingSSLSocketFactory.SSLChannelMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/UserGroupInformation.AuthenticationMethod.html" title="enum in org.apache.hadoop.security">UserGroupInformation.AuthenticationMethod</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.STATE.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.STATE.html" title="enum in org.apache.hadoop.service">Service.STATE</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Justification.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Justification.html" title="enum in org.apache.hadoop.tools">TableListing.Justification</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/DataChecksum.Type.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/DataChecksum.Type.html" title="enum in org.apache.hadoop.util">DataChecksum.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.OSType.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.OSType.html" title="enum in org.apache.hadoop.util">Shell.OSType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#values--">values()</a></span> - Static method in enum org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#VALUES_FIELD_NUMBER">VALUES_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#VALUES_FIELD_NUMBER">VALUES_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#VALUES_FIELD_NUMBER">VALUES_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#VALUES_FIELD_NUMBER">VALUES_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html#verify-org.apache.hadoop.fs.FileStatus-">verify(FileStatus)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/LocalFileSystemPathHandle.html" title="class in org.apache.hadoop.fs">LocalFileSystemPathHandle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html#verify-java.lang.String-javax.net.ssl.SSLSession-">verify(String, SSLSession)</a></span> - Method in class org.apache.hadoop.security.ssl.<a href="org/apache/hadoop/security/ssl/SSLHostnameVerifier.AbstractVerifier.html" title="class in org.apache.hadoop.security.ssl">SSLHostnameVerifier.AbstractVerifier</a></dt>
<dd>
<div class="block">The javax.net.ssl.HostnameVerifier contract.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html#verifyCanMlock--">verifyCanMlock()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.CacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.CacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html#verifyCanMlock--">verifyCanMlock()</a></span> - Method in class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.POSIX.NoMlockCacheManipulator.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.POSIX.NoMlockCacheManipulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#verifyConfigurationFilesExist-java.lang.String:A-">verifyConfigurationFilesExist(String[])</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Verify that all the specified filenames exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html#verifyToken-TokenIdent-byte:A-">verifyToken(TokenIdent, byte[])</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenSecretManager</a></dt>
<dd>
<div class="block">Verifies that the given identifier and password are valid and match.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/HarFileSystem.html#VERSION">VERSION</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/HarFileSystem.html" title="class in org.apache.hadoop.fs">HarFileSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#Version-java.io.DataInput-">Version(DataInput)</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Construct the Version object by reading from the input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#Version-short-short-">Version(short, short)</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#VERSION_FIELD_NUMBER">VERSION_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#VERSION_FIELD_NUMBER">VERSION_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/VersionedProtocol.html" title="interface in org.apache.hadoop.ipc"><span class="typeNameLink">VersionedProtocol</span></a> - Interface in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Superclass of all protocols that use Hadoop RPC.</div>
</dd>
<dt><a href="org/apache/hadoop/io/VersionedWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">VersionedWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A base class for Writables that provides version checking.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VersionedWritable.html#VersionedWritable--">VersionedWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VersionedWritable.html" title="class in org.apache.hadoop.io">VersionedWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/HAServiceProtocol.html#versionID">versionID</a></span> - Static variable in interface org.apache.hadoop.ha.<a href="org/apache/hadoop/ha/HAServiceProtocol.html" title="interface in org.apache.hadoop.ha">HAServiceProtocol</a></dt>
<dd>
<div class="block">Initial version of the protocol</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminProtocol.html#versionID">versionID</a></span> - Static variable in interface org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminProtocol.html" title="interface in org.apache.hadoop.tracing">TraceAdminProtocol</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">VersionInfo</span></a> - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">This class returns build information about Hadoop components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#VersionInfo-java.lang.String-">VersionInfo(String)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html#VersionMismatch-java.lang.String-long-long-">VersionMismatch(String, long, long)</a></span> - Constructor for exception org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RPC.VersionMismatch.html" title="class in org.apache.hadoop.ipc">RPC.VersionMismatch</a></dt>
<dd>
<div class="block">Create a version mismatch exception</div>
</dd>
<dt><a href="org/apache/hadoop/io/VersionMismatchException.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">VersionMismatchException</span></a> - Exception in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Thrown by <a href="org/apache/hadoop/io/VersionedWritable.html#readFields-java.io.DataInput-"><code>VersionedWritable.readFields(DataInput)</code></a> when the
version of an object being read does not match the current implementation
version as returned by <a href="org/apache/hadoop/io/VersionedWritable.html#getVersion--"><code>VersionedWritable.getVersion()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VersionMismatchException.html#VersionMismatchException-byte-byte-">VersionMismatchException(byte, byte)</a></span> - Constructor for exception org.apache.hadoop.io.<a href="org/apache/hadoop/io/VersionMismatchException.html" title="class in org.apache.hadoop.io">VersionMismatchException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#VERSIONS_FIELD_NUMBER">VERSIONS_FIELD_NUMBER</a></span> - Static variable in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">ViewFileSystem</span></a> - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">ViewFileSystem (extends the FileSystem interface) implements a client-side
mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#ViewFileSystem--">ViewFileSystem()</a></span> - Constructor for class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">This is the constructor with the signature needed by
<a href="org/apache/hadoop/fs/FileSystem.html#createFileSystem-java.net.URI-org.apache.hadoop.conf.Configuration-"><code>FileSystem.createFileSystem(URI, Configuration)</code></a>
After this constructor is called initialize() is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html#ViewFileSystem-org.apache.hadoop.conf.Configuration-">ViewFileSystem(Configuration)</a></span> - Constructor for class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.html" title="class in org.apache.hadoop.fs.viewfs">ViewFileSystem</a></dt>
<dd>
<div class="block">Convenience Constructor for apps to call directly</div>
</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/ViewFileSystem.MountPoint.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">ViewFileSystem.MountPoint</span></a> - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">MountPoint representation built from the configuration.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">ViewFileSystemOverloadScheme.MountPathInfo</span></a>&lt;<a href="org/apache/hadoop/fs/viewfs/ViewFileSystemOverloadScheme.MountPathInfo.html" title="type parameter in ViewFileSystemOverloadScheme.MountPathInfo">T</a>&gt; - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">A class to maintain the target file system and a path to pass to the target
file system.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/ViewFileSystemUtil.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">ViewFileSystemUtil</span></a> - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">Utility APIs for ViewFileSystem.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">ViewFs</span></a> - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>
<div class="block">ViewFs (extends the AbstractFileSystem interface) implements a client-side
mount table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/viewfs/ViewFs.html#ViewFs-org.apache.hadoop.conf.Configuration-">ViewFs(Configuration)</a></span> - Constructor for class org.apache.hadoop.fs.viewfs.<a href="org/apache/hadoop/fs/viewfs/ViewFs.html" title="class in org.apache.hadoop.fs.viewfs">ViewFs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/viewfs/ViewFs.MountPoint.html" title="class in org.apache.hadoop.fs.viewfs"><span class="typeNameLink">ViewFs.MountPoint</span></a> - Class in org.apache.hadoop.fs.viewfs</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsConstants.html#VIEWFS_SCHEME">VIEWFS_SCHEME</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs">FsConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsConstants.html#VIEWFS_TYPE">VIEWFS_TYPE</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs">FsConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsConstants.html#VIEWFS_URI">VIEWFS_URI</a></span> - Static variable in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsConstants.html" title="interface in org.apache.hadoop.fs">FsConstants</a></dt>
<dd>
<div class="block">ViewFs: viewFs file system (ie the mount file system on client side)</div>
</dd>
<dt><a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">VIntWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for integer values stored in variable-length format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#VIntWritable--">VIntWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#VIntWritable-int-">VIntWritable(int)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/AbstractMetric.html#visit-org.apache.hadoop.metrics2.MetricsVisitor-">visit(MetricsVisitor)</a></span> - Method in class org.apache.hadoop.metrics2.<a href="org/apache/hadoop/metrics2/AbstractMetric.html" title="class in org.apache.hadoop.metrics2">AbstractMetric</a></dt>
<dd>
<div class="block">Accept a visitor interface</div>
</dd>
<dt><a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">VLongWritable</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A WritableComparable for longs in a variable-length format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#VLongWritable--">VLongWritable()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#VLongWritable-long-">VLongWritable(long)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/concurrent/AsyncGet.Util.html#wait-java.lang.Object-long-java.util.concurrent.TimeUnit-">wait(Object, long, TimeUnit)</a></span> - Static method in class org.apache.hadoop.util.concurrent.<a href="org/apache/hadoop/util/concurrent/AsyncGet.Util.html" title="class in org.apache.hadoop.util.concurrent">AsyncGet.Util</a></dt>
<dd>
<div class="block">Use <a href="org/apache/hadoop/util/concurrent/AsyncGet.html#get-long-java.util.concurrent.TimeUnit-"><code>AsyncGet.get(long, TimeUnit)</code></a> timeout parameters to wait.</div>
</dd>
<dt><a href="org/apache/hadoop/util/Waitable.html" title="class in org.apache.hadoop.util"><span class="typeNameLink">Waitable</span></a>&lt;<a href="org/apache/hadoop/util/Waitable.html" title="type parameter in Waitable">T</a>&gt; - Class in <a href="org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</a></dt>
<dd>
<div class="block">Represents an object that you can wait for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Waitable.html#Waitable-java.util.concurrent.locks.Condition-">Waitable(Condition)</a></span> - Constructor for class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Waitable.html" title="class in org.apache.hadoop.util">Waitable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html#waitForCompletion-java.util.List-">waitForCompletion(List&lt;CompletableFuture&lt;T&gt;&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional">CommonCallableSupplier</a></dt>
<dd>
<div class="block">Wait for a list of futures to complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html#waitForCompletion-java.util.concurrent.CompletableFuture-">waitForCompletion(CompletableFuture&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional">CommonCallableSupplier</a></dt>
<dd>
<div class="block">Wait for a single of future to complete, extracting IOEs afterwards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html#waitForCompletionIgnoringExceptions-java.util.concurrent.CompletableFuture-">waitForCompletionIgnoringExceptions(CompletableFuture&lt;T&gt;)</a></span> - Static method in class org.apache.hadoop.util.functional.<a href="org/apache/hadoop/util/functional/CommonCallableSupplier.html" title="class in org.apache.hadoop.util.functional">CommonCallableSupplier</a></dt>
<dd>
<div class="block">Wait for a single of future to complete, ignoring exceptions raised.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/AbstractService.html#waitForServiceToStop-long-">waitForServiceToStop(long)</a></span> - Method in class org.apache.hadoop.service.<a href="org/apache/hadoop/service/AbstractService.html" title="class in org.apache.hadoop.service">AbstractService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/Service.html#waitForServiceToStop-long-">waitForServiceToStop(long)</a></span> - Method in interface org.apache.hadoop.service.<a href="org/apache/hadoop/service/Service.html" title="interface in org.apache.hadoop.service">Service</a></dt>
<dd>
<div class="block">Block waiting for the service to stop; uses the termination notification
object to do so.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html#warmUpEncryptedKeys-java.lang.String...-">warmUpEncryptedKeys(String...)</a></span> - Method in interface org.apache.hadoop.crypto.key.<a href="org/apache/hadoop/crypto/key/KeyProviderCryptoExtension.CryptoExtension.html" title="interface in org.apache.hadoop.crypto.key">KeyProviderCryptoExtension.CryptoExtension</a></dt>
<dd>
<div class="block">Calls to this method allows the underlying KeyProvider to warm-up any
implementation specific caches used to store the Encrypted Keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html#warmUpEncryptedKeys-java.lang.String...-">warmUpEncryptedKeys(String...)</a></span> - Method in class org.apache.hadoop.crypto.key.kms.<a href="org/apache/hadoop/crypto/key/kms/LoadBalancingKMSClientProvider.html" title="class in org.apache.hadoop.crypto.key.kms">LoadBalancingKMSClientProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/service/launcher/ServiceLauncher.html#warn-java.lang.String-">warn(String)</a></span> - Method in class org.apache.hadoop.service.launcher.<a href="org/apache/hadoop/service/launcher/ServiceLauncher.html" title="class in org.apache.hadoop.service.launcher">ServiceLauncher</a></dt>
<dd>
<div class="block">Print a warning message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/StringInterner.html#weakIntern-java.lang.String-">weakIntern(String)</a></span> - Static method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/StringInterner.html" title="class in org.apache.hadoop.util">StringInterner</a></dt>
<dd>
<div class="block">Interns and returns a reference to the representative instance
for any of a collection of string instances that are equal to each other.</div>
</dd>
<dt><a href="org/apache/hadoop/http/WebServlet.html" title="class in org.apache.hadoop.http"><span class="typeNameLink">WebServlet</span></a> - Class in org.apache.hadoop.http</dt>
<dd>
<div class="block">Hadoop DefaultServlet for serving static web content.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/http/WebServlet.html#WebServlet--">WebServlet()</a></span> - Constructor for class org.apache.hadoop.http.<a href="org/apache/hadoop/http/WebServlet.html" title="class in org.apache.hadoop.http">WebServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html#WEIGHT_CONFIG_PREFIX">WEIGHT_CONFIG_PREFIX</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html" title="class in org.apache.hadoop.ipc">WeightedTimeCostProvider</a></dt>
<dd>
<div class="block">The prefix used in configuration values specifying the weight to use when
determining the cost of an operation.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">WeightedRoundRobinMultiplexer</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">Determines which queue to start reading from, occasionally drawing from
low-priority queues in order to prevent starvation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html#WeightedRoundRobinMultiplexer-int-java.lang.String-org.apache.hadoop.conf.Configuration-">WeightedRoundRobinMultiplexer(int, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedRoundRobinMultiplexer.html" title="class in org.apache.hadoop.ipc">WeightedRoundRobinMultiplexer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">WeightedTimeCostProvider</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/ipc/CostProvider.html" title="interface in org.apache.hadoop.ipc"><code>CostProvider</code></a> that calculates the cost for an operation
as a weighted sum of its processing time values (see
<code>ProcessingDetails</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html#WeightedTimeCostProvider--">WeightedTimeCostProvider()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WeightedTimeCostProvider.html" title="class in org.apache.hadoop.ipc">WeightedTimeCostProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security"><span class="typeNameLink">WhitelistBasedResolver</span></a> - Class in <a href="org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</a></dt>
<dd>
<div class="block">An implementation of the SaslPropertiesResolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/WhitelistBasedResolver.html#WhitelistBasedResolver--">WhitelistBasedResolver()</a></span> - Constructor for class org.apache.hadoop.security.<a href="org/apache/hadoop/security/WhitelistBasedResolver.html" title="class in org.apache.hadoop.security">WhitelistBasedResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#WILDCARD_ACL_VALUE">WILDCARD_ACL_VALUE</a></span> - Static variable in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/MachineList.html#WILDCARD_VALUE">WILDCARD_VALUE</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/MachineList.html" title="class in org.apache.hadoop.util">MachineList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionHeader.html#windowBits--">windowBits()</a></span> - Method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibCompressor.CompressionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.CompressionHeader.html#windowBits--">windowBits()</a></span> - Method in enum org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.CompressionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/Path.html#WINDOWS">WINDOWS</a></span> - Static variable in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</a></dt>
<dd>
<div class="block">Whether the current host is a Windows machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html#Windows--">Windows()</a></span> - Constructor for class org.apache.hadoop.io.nativeio.<a href="org/apache/hadoop/io/nativeio/NativeIO.Windows.html" title="class in org.apache.hadoop.io.nativeio">NativeIO.Windows</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#WINDOWS">WINDOWS</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#WINDOWS_MAX_SHELL_LENGHT">WINDOWS_MAX_SHELL_LENGHT</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use the correctly spelled constant.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#WINDOWS_MAX_SHELL_LENGTH">WINDOWS_MAX_SHELL_LENGTH</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Maximum command line length in Windows
KB830473 documents this as 8191</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#WindowsProcessLaunchLock">WindowsProcessLaunchLock</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block">Windows <code>CreateProcess</code> synchronization object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/Shell.html#WINUTILS">WINUTILS</a></span> - Static variable in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/Shell.html" title="class in org.apache.hadoop.util">Shell</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use one of the exception-raising getter methods,
specifically <a href="org/apache/hadoop/util/Shell.html#getWinUtilsPath--"><code>Shell.getWinUtilsPath()</code></a> or <a href="org/apache/hadoop/util/Shell.html#getWinUtilsFile--"><code>Shell.getWinUtilsFile()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicIntegerCounter-java.lang.String-java.util.concurrent.atomic.AtomicInteger-">withAtomicIntegerCounter(String, AtomicInteger)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a counter statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicIntegerGauge-java.lang.String-java.util.concurrent.atomic.AtomicInteger-">withAtomicIntegerGauge(String, AtomicInteger)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a gauge statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicIntegerMaximum-java.lang.String-java.util.concurrent.atomic.AtomicInteger-">withAtomicIntegerMaximum(String, AtomicInteger)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a maximum statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicIntegerMinimum-java.lang.String-java.util.concurrent.atomic.AtomicInteger-">withAtomicIntegerMinimum(String, AtomicInteger)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a minimum statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicLongCounter-java.lang.String-java.util.concurrent.atomic.AtomicLong-">withAtomicLongCounter(String, AtomicLong)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a counter statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicLongGauge-java.lang.String-java.util.concurrent.atomic.AtomicLong-">withAtomicLongGauge(String, AtomicLong)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a gauge statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicLongMaximum-java.lang.String-java.util.concurrent.atomic.AtomicLong-">withAtomicLongMaximum(String, AtomicLong)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a maximum statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withAtomicLongMinimum-java.lang.String-java.util.concurrent.atomic.AtomicLong-">withAtomicLongMinimum(String, AtomicLong)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a minimum statistic to dynamically return the
latest value of the source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#withBufferSize-int-">withBufferSize(int)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html#withCounters-java.lang.String...-">withCounters(String...)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStoreBuilder</a></dt>
<dd>
<div class="block">Declare a varargs list of counters to add.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html#withDurationTracking-java.lang.String...-">withDurationTracking(String...)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStoreBuilder</a></dt>
<dd>
<div class="block">Add a statistic in the counter, min, max and mean maps for each
declared statistic prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FutureDataInputStreamBuilder.html#withFileStatus-org.apache.hadoop.fs.FileStatus-">withFileStatus(FileStatus)</a></span> - Method in interface org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FutureDataInputStreamBuilder.html" title="interface in org.apache.hadoop.fs">FutureDataInputStreamBuilder</a></dt>
<dd>
<div class="block">A FileStatus may be provided to the open request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html#withFileStatus-org.apache.hadoop.fs.FileStatus-">withFileStatus(FileStatus)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/FutureDataInputStreamBuilderImpl.html" title="class in org.apache.hadoop.fs.impl">FutureDataInputStreamBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/PathIOException.html#withFullyQualifiedPath-java.lang.String-">withFullyQualifiedPath(String)</a></span> - Method in exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/PathIOException.html" title="class in org.apache.hadoop.fs">PathIOException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html#withGauges-java.lang.String...-">withGauges(String...)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStoreBuilder</a></dt>
<dd>
<div class="block">Declare a varargs list of gauges to add.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withLongFunctionCounter-java.lang.String-java.util.function.ToLongFunction-">withLongFunctionCounter(String, ToLongFunction&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a new evaluator to the counter statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withLongFunctionGauge-java.lang.String-java.util.function.ToLongFunction-">withLongFunctionGauge(String, ToLongFunction&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a new evaluator to the gauge statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withLongFunctionMaximum-java.lang.String-java.util.function.ToLongFunction-">withLongFunctionMaximum(String, ToLongFunction&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a new evaluator to the maximum statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withLongFunctionMinimum-java.lang.String-java.util.function.ToLongFunction-">withLongFunctionMinimum(String, ToLongFunction&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a new evaluator to the minimum statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#withMandatoryKeys-java.util.Set-">withMandatoryKeys(Set&lt;String&gt;)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html#withMaximums-java.lang.String...-">withMaximums(String...)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStoreBuilder</a></dt>
<dd>
<div class="block">Declare a varargs list of maximums to add.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withMeanStatisticFunction-java.lang.String-java.util.function.Function-">withMeanStatisticFunction(String, Function&lt;String, MeanStatistic&gt;)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Add a new evaluator to the mean statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html#withMeanStatistics-java.lang.String...-">withMeanStatistics(String...)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStoreBuilder</a></dt>
<dd>
<div class="block">Declare a varargs list of means to add.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html#withMinimums-java.lang.String...-">withMinimums(String...)</a></span> - Method in interface org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreBuilder.html" title="interface in org.apache.hadoop.fs.statistics.impl">IOStatisticsStoreBuilder</a></dt>
<dd>
<div class="block">Declare a varargs list of minimums to add.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html#withMutableCounter-java.lang.String-org.apache.hadoop.metrics2.lib.MutableCounterLong-">withMutableCounter(String, MutableCounterLong)</a></span> - Method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/DynamicIOStatisticsBuilder.html" title="class in org.apache.hadoop.fs.statistics.impl">DynamicIOStatisticsBuilder</a></dt>
<dd>
<div class="block">Build a dynamic counter statistic from a
<a href="org/apache/hadoop/metrics2/lib/MutableCounterLong.html" title="class in org.apache.hadoop.metrics2.lib"><code>MutableCounterLong</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#withOptions-org.apache.hadoop.conf.Configuration-">withOptions(Configuration)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/impl/OpenFileParameters.html#withStatus-org.apache.hadoop.fs.FileStatus-">withStatus(FileStatus)</a></span> - Method in class org.apache.hadoop.fs.impl.<a href="org/apache/hadoop/fs/impl/OpenFileParameters.html" title="class in org.apache.hadoop.fs.impl">OpenFileParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#WORK_FACTOR">WORK_FACTOR</a></span> - Static variable in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>
<div class="block">This constant is accessible by subclasses for historical purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html#wrap-org.apache.hadoop.fs.statistics.IOStatistics-">wrap(IOStatistics)</a></span> - Static method in class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.html" title="class in org.apache.hadoop.fs.statistics.impl">IOStatisticsBinding</a></dt>
<dd>
<div class="block">Take an IOStatistics instance and wrap it in a source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html#wrap-java.nio.ByteBuffer-">wrap(ByteBuffer)</a></span> - Static method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/RpcWritable.Buffer.html" title="class in org.apache.hadoop.ipc">RpcWritable.Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html#WRAP_VALUE">WRAP_VALUE</a></span> - Static variable in enum org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslState.html" title="enum in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslState</a></dt>
<dd>
<div class="block"><code>WRAP = 5;</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#wrapException-java.lang.String-java.lang.String-java.io.IOException-">wrapException(String, String, IOException)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Takes an IOException, file/directory path, and method name and returns an
IOException with the input exception as the cause and also include the
file,method details.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl"><span class="typeNameLink">WrappedIOStatistics</span></a> - Class in org.apache.hadoop.fs.statistics.impl</dt>
<dd>
<div class="block">Wrap IOStatistics source with another (dynamic) wrapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#WrappedIOStatistics-org.apache.hadoop.fs.statistics.IOStatistics-">WrappedIOStatistics(IOStatistics)</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>
<div class="block">Instantiate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html#WrappedIOStatistics--">WrappedIOStatistics()</a></span> - Constructor for class org.apache.hadoop.fs.statistics.impl.<a href="org/apache/hadoop/fs/statistics/impl/WrappedIOStatistics.html" title="class in org.apache.hadoop.fs.statistics.impl">WrappedIOStatistics</a></dt>
<dd>
<div class="block">Instantiate without setting the statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#wrappedReadForCompressedData-java.io.InputStream-byte:A-int-int-">wrappedReadForCompressedData(InputStream, byte[], int, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Utility wrapper for reading from <a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/TableListing.Builder.html#wrapWidth-int-">wrapWidth(int)</a></span> - Method in class org.apache.hadoop.tools.<a href="org/apache/hadoop/tools/TableListing.Builder.html" title="class in org.apache.hadoop.tools">TableListing.Builder</a></dt>
<dd>
<div class="block">Set the maximum width of a row in the TableListing.</div>
</dd>
<dt><a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">Writable</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A serializable object which implements a simple, efficient, serialization
protocol, based on <a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io"><code>DataInput</code></a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io"><code>DataOutput</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">WritableComparable</span></a>&lt;<a href="org/apache/hadoop/io/WritableComparable.html" title="type parameter in WritableComparable">T</a>&gt; - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><code>Writable</code></a> which is also <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang"><code>Comparable</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">WritableComparator</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A Comparator for <a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io"><code>WritableComparable</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#WritableComparator--">WritableComparator()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#WritableComparator-java.lang.Class-">WritableComparator(Class&lt;? extends WritableComparable&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>
<div class="block">Construct for a <a href="org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io"><code>WritableComparable</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#WritableComparator-java.lang.Class-boolean-">WritableComparator(Class&lt;? extends WritableComparable&gt;, boolean)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableComparator.html#WritableComparator-java.lang.Class-org.apache.hadoop.conf.Configuration-boolean-">WritableComparator(Class&lt;? extends WritableComparable&gt;, Configuration, boolean)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/WritableFactories.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">WritableFactories</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">Factories for non-public writables.</div>
</dd>
<dt><a href="org/apache/hadoop/io/WritableFactory.html" title="interface in org.apache.hadoop.io"><span class="typeNameLink">WritableFactory</span></a> - Interface in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>
<div class="block">A factory for a class of Writable.</div>
</dd>
<dt><a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">WritableRpcEngine</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.html#WritableRpcEngine--">WritableRpcEngine()</a></span> - Constructor for class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/hadoop/ipc/WritableRpcEngine.Server.html" title="class in org.apache.hadoop.ipc"><span class="typeNameLink">WritableRpcEngine.Server</span></a> - Class in org.apache.hadoop.ipc</dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/WritableRpcEngine.html#writableRpcVersion">writableRpcVersion</a></span> - Static variable in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/WritableRpcEngine.html" title="class in org.apache.hadoop.ipc">WritableRpcEngine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/serializer/WritableSerialization.html" title="class in org.apache.hadoop.io.serializer"><span class="typeNameLink">WritableSerialization</span></a> - Class in <a href="org/apache/hadoop/io/serializer/package-summary.html">org.apache.hadoop.io.serializer</a></dt>
<dd>
<div class="block">A <code>Serialization</code> for <a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><code>Writable</code></a>s that delegates to
<a href="org/apache/hadoop/io/Writable.html#write-java.io.DataOutput-"><code>Writable.write(java.io.DataOutput)</code></a> and
<a href="org/apache/hadoop/io/Writable.html#readFields-java.io.DataInput-"><code>Writable.readFields(java.io.DataInput)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/serializer/WritableSerialization.html#WritableSerialization--">WritableSerialization()</a></span> - Constructor for class org.apache.hadoop.io.serializer.<a href="org/apache/hadoop/io/serializer/WritableSerialization.html" title="class in org.apache.hadoop.io.serializer">WritableSerialization</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io"><span class="typeNameLink">WritableUtils</span></a> - Class in <a href="org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#WritableUtils--">WritableUtils()</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileStatus.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use the <a href="org/apache/hadoop/fs/protocolPB/PBHelper.html" title="class in org.apache.hadoop.fs.protocolPB"><code>PBHelper</code></a> and protobuf serialization directly.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-byte:A-">write(FileSystem, Path, byte[])</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Writes bytes to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileContext-org.apache.hadoop.fs.Path-byte:A-">write(FileContext, Path, byte[])</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Writes bytes to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-java.lang.Iterable-java.nio.charset.Charset-">write(FileSystem, Path, Iterable&lt;? extends CharSequence&gt;, Charset)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Write lines of text to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileContext-org.apache.hadoop.fs.Path-java.lang.Iterable-java.nio.charset.Charset-">write(FileContext, Path, Iterable&lt;? extends CharSequence&gt;, Charset)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Write lines of text to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-java.lang.CharSequence-java.nio.charset.Charset-">write(FileSystem, Path, CharSequence, Charset)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Write a line of text to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileContext-org.apache.hadoop.fs.Path-java.lang.CharSequence-java.nio.charset.Charset-">write(FileContext, Path, CharSequence, Charset)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Write a line of text to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.fs.Path-java.lang.CharSequence-">write(FileSystem, Path, CharSequence)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Write a line of text to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FileUtil.html#write-org.apache.hadoop.fs.FileContext-org.apache.hadoop.fs.Path-java.lang.CharSequence-">write(FileContext, Path, CharSequence)</a></span> - Static method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FileUtil.html" title="class in org.apache.hadoop.fs">FileUtil</a></dt>
<dd>
<div class="block">Write a line of text to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FsStatus.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/permission/FsPermission.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.fs.permission.<a href="org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/store/EtagChecksum.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.fs.store.<a href="org/apache/hadoop/fs/store/EtagChecksum.html" title="class in org.apache.hadoop.fs.store">EtagChecksum</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/AbstractMapWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/AbstractMapWritable.html" title="class in org.apache.hadoop.io">AbstractMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayPrimitiveWritable.html" title="class in org.apache.hadoop.io">ArrayPrimitiveWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayWritable.html" title="class in org.apache.hadoop.io">ArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BooleanWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BooleanWritable.html" title="class in org.apache.hadoop.io">BooleanWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BytesWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BytesWritable.html" title="class in org.apache.hadoop.io">BytesWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ByteWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ByteWritable.html" title="class in org.apache.hadoop.io">ByteWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/BlockCompressorStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockCompressorStream</a></dt>
<dd>
<div class="block">Write the data provided to the compression codec, compressing no more
than the buffer size less the compression overhead as specified during
construction for each block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.bzip2.<a href="org/apache/hadoop/io/compress/bzip2/CBZip2OutputStream.html" title="class in org.apache.hadoop.io.compress.bzip2">CBZip2OutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressionOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress">CompressionOutputStream</a></dt>
<dd>
<div class="block">Write compressed bytes to the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CompressorStream.html#write-int-">write(int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CompressorStream.html" title="class in org.apache.hadoop.io.compress">CompressorStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/GzipCodec.GzipOutputStream.html" title="class in org.apache.hadoop.io.compress">GzipCodec.GzipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/CompressedWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io">CompressedWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataOutputOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataOutputOutputStream.html" title="class in org.apache.hadoop.io">DataOutputOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataOutputOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataOutputOutputStream.html" title="class in org.apache.hadoop.io">DataOutputOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DataOutputOutputStream.html#write-byte:A-">write(byte[])</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DataOutputOutputStream.html" title="class in org.apache.hadoop.io">DataOutputOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/DoubleWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/DoubleWritable.html" title="class in org.apache.hadoop.io">DoubleWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/EnumSetWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/EnumSetWritable.html" title="class in org.apache.hadoop.io">EnumSetWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile">SimpleBufferedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/SimpleBufferedOutputStream.html" title="class in org.apache.hadoop.io.file.tfile">SimpleBufferedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.Version.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.Version.html" title="class in org.apache.hadoop.io.file.tfile">Utils.Version</a></dt>
<dd>
<div class="block">Write the objec to a DataOutput.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/FloatWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/FloatWritable.html" title="class in org.apache.hadoop.io">FloatWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/GenericWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io">GenericWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IntWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IntWritable.html" title="class in org.apache.hadoop.io">IntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.NullOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.NullOutputStream.html" title="class in org.apache.hadoop.io">IOUtils.NullOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.NullOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.NullOutputStream.html" title="class in org.apache.hadoop.io">IOUtils.NullOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/LongWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/LongWritable.html" title="class in org.apache.hadoop.io">LongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapWritable.html" title="class in org.apache.hadoop.io">MapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MD5Hash.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MD5Hash.html" title="class in org.apache.hadoop.io">MD5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/NullWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/NullWritable.html" title="class in org.apache.hadoop.io">NullWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Metadata.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ShortWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ShortWritable.html" title="class in org.apache.hadoop.io">ShortWritable</a></dt>
<dd>
<div class="block">write short value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SortedMapWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SortedMapWritable.html" title="class in org.apache.hadoop.io">SortedMapWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">serialize
write this object to out
length uses zero-compressed encoding</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#write-java.io.DataOutput-int-">write(DataOutput, int)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/TwoDArrayWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/TwoDArrayWritable.html" title="class in org.apache.hadoop.io">TwoDArrayWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VersionedWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VersionedWritable.html" title="class in org.apache.hadoop.io">VersionedWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VIntWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VIntWritable.html" title="class in org.apache.hadoop.io">VIntWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/VLongWritable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/VLongWritable.html" title="class in org.apache.hadoop.io">VLongWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Writable.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io">Writable</a></dt>
<dd>
<div class="block">Serialize the fields of this object to <code>out</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/ProtocolSignature.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.ipc.<a href="org/apache/hadoop/ipc/ProtocolSignature.html" title="class in org.apache.hadoop.ipc">ProtocolSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/GraphiteSink.Graphite.html" title="class in org.apache.hadoop.metrics2.sink">GraphiteSink.Graphite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.StatsD.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink.StatsD</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/authorize/AccessControlList.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.security.authorize.<a href="org/apache/hadoop/security/authorize/AccessControlList.html" title="class in org.apache.hadoop.security.authorize">AccessControlList</a></dt>
<dd>
<div class="block">Serializes the AccessControlList object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>
<div class="block">Stores all the keys to DataOutput.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in enum org.apache.hadoop.security.<a href="org/apache/hadoop/security/SaslRpcServer.AuthMethod.html" title="enum in org.apache.hadoop.security">SaslRpcServer.AuthMethod</a></dt>
<dd>
<div class="block">Write to out</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.security.token.delegation.<a href="org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.html" title="class in org.apache.hadoop.security.token.delegation">AbstractDelegationTokenIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/token/Token.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.security.token.<a href="org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/RetouchedBloomFilter.html" title="class in org.apache.hadoop.util.bloom">RetouchedBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html#WRITE_CURRENT_BUFFER_OPERATIONS">WRITE_CURRENT_BUFFER_OPERATIONS</a></span> - Static variable in class org.apache.hadoop.fs.statistics.<a href="org/apache/hadoop/fs/statistics/StreamStatisticNames.html" title="class in org.apache.hadoop.fs.statistics">StreamStatisticNames</a></dt>
<dd>
<div class="block">Number of times current buffer is written to the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/CompressedWritable.html#writeCompressed-java.io.DataOutput-">writeCompressed(DataOutput)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io">CompressedWritable</a></dt>
<dd>
<div class="block">Subclasses implement this instead of <a href="org/apache/hadoop/io/CompressedWritable.html#write-java.io.DataOutput-"><code>CompressedWritable.write(DataOutput)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeCompressedByteArray-java.io.DataOutput-byte:A-">writeCompressedByteArray(DataOutput, byte[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.ValueBytes.html#writeCompressedBytes-java.io.DataOutputStream-">writeCompressedBytes(DataOutputStream)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.ValueBytes.html" title="interface in org.apache.hadoop.io">SequenceFile.ValueBytes</a></dt>
<dd>
<div class="block">Write compressed bytes to outStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeCompressedString-java.io.DataOutput-java.lang.String-">writeCompressedString(DataOutput, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeCompressedStringArray-java.io.DataOutput-java.lang.String:A-">writeCompressedStringArray(DataOutput, String[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeEnum-java.io.DataOutput-java.lang.Enum-">writeEnum(DataOutput, Enum&lt;?&gt;)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">writes String value of enum to DataOutput.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Sorter.html#writeFile-org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator-org.apache.hadoop.io.SequenceFile.Writer-">writeFile(SequenceFile.Sorter.RawKeyValueIterator, SequenceFile.Writer)</a></span> - Method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Sorter.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter</a></dt>
<dd>
<div class="block">Writes records from RawKeyValueIterator into a file represented by the
passed writer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#writeFully-java.nio.channels.WritableByteChannel-java.nio.ByteBuffer-">writeFully(WritableByteChannel, ByteBuffer)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Write a ByteBuffer to a WritableByteChannel, handling short writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/IOUtils.html#writeFully-java.nio.channels.FileChannel-java.nio.ByteBuffer-long-">writeFully(FileChannel, ByteBuffer, long)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/IOUtils.html" title="class in org.apache.hadoop.io">IOUtils</a></dt>
<dd>
<div class="block">Write a ByteBuffer to a FileChannel at a given offset,
handling short writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#writeKey-java.io.OutputStream-">writeKey(OutputStream)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Writing the key to the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/StatsDSink.html#writeMetric-java.lang.String-">writeMetric(String)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/StatsDSink.html" title="class in org.apache.hadoop.metrics2.sink">StatsDSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html#writeMetrics-java.io.Writer-">writeMetrics(Writer)</a></span> - Method in class org.apache.hadoop.metrics2.sink.<a href="org/apache/hadoop/metrics2/sink/PrometheusMetricsSink.html" title="class in org.apache.hadoop.metrics2.sink">PrometheusMetricsSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#writeObject-java.io.DataOutput-java.lang.Object-java.lang.Class-org.apache.hadoop.conf.Configuration-">writeObject(DataOutput, Object, Class, Configuration)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Write a <a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><code>Writable</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, primitive type, or an array of
the preceding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ObjectWritable.html#writeObject-java.io.DataOutput-java.lang.Object-java.lang.Class-org.apache.hadoop.conf.Configuration-boolean-">writeObject(DataOutput, Object, Class, Configuration, boolean)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ObjectWritable.html" title="class in org.apache.hadoop.io">ObjectWritable</a></dt>
<dd>
<div class="block">Write a <a href="org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io"><code>Writable</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, primitive type, or an array of
the preceding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-">Writer(Configuration, FileSystem, String, Class&lt;? extends Writable&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Writer.html" title="class in org.apache.hadoop.io">ArrayFile.Writer</a></dt>
<dd>
<div class="block">Create the named file for values of the named class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/ArrayFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, Class&lt;? extends Writable&gt;, SequenceFile.CompressionType, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/ArrayFile.Writer.html" title="class in org.apache.hadoop.io">ArrayFile.Writer</a></dt>
<dd>
<div class="block">Create the named file for values of the named class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class&lt;? extends Writable&gt;, SequenceFile.CompressionType, CompressionCodec, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class, SequenceFile.CompressionType, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class, SequenceFile.CompressionType)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, CompressionCodec, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-">Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-">Writer(Configuration, FileSystem, String, WritableComparator, Class)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/BloomMapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-org.apache.hadoop.io.SequenceFile.Writer.Option...-">Writer(Configuration, Path, SequenceFile.Writer.Option...)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/BloomMapFile.Writer.html" title="class in org.apache.hadoop.io">BloomMapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html#Writer-org.apache.hadoop.fs.FSDataOutputStream-int-java.lang.String-java.lang.String-org.apache.hadoop.conf.Configuration-">Writer(FSDataOutputStream, int, String, String, Configuration)</a></span> - Constructor for class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Writer.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Writer</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class, SequenceFile.CompressionType, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class, SequenceFile.CompressionType, CompressionCodec, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, Class, SequenceFile.CompressionType)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-">Writer(Configuration, FileSystem, String, WritableComparator, Class)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-">Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...)} instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-org.apache.hadoop.io.compress.CompressionCodec-org.apache.hadoop.util.Progressable-">Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, CompressionCodec, Progressable)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Writer(Configuration, Path, Option...) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/MapFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-org.apache.hadoop.io.SequenceFile.Writer.Option...-">Writer(Configuration, Path, SequenceFile.Writer.Option...)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#Writer-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-">Writer(FileSystem, Configuration, Path, Class, Class)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use
<a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#Writer-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-org.apache.hadoop.util.Progressable-org.apache.hadoop.io.SequenceFile.Metadata-">Writer(FileSystem, Configuration, Path, Class, Class, Progressable, SequenceFile.Metadata)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use
<a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.Writer.html#Writer-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.Path-java.lang.Class-java.lang.Class-int-short-long-org.apache.hadoop.util.Progressable-org.apache.hadoop.io.SequenceFile.Metadata-">Writer(FileSystem, Configuration, Path, Class, Class, int, short, long, Progressable, SequenceFile.Metadata)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use
<a href="org/apache/hadoop/io/SequenceFile.html#createWriter-org.apache.hadoop.conf.Configuration-org.apache.hadoop.io.SequenceFile.Writer.Option...-"><code>SequenceFile.createWriter(Configuration, Writer.Option...)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Writer.html#Writer-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-">Writer(FileSystem, String, Class&lt;? extends WritableComparable&gt;)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Writer.html" title="class in org.apache.hadoop.io">SetFile.Writer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">pass a Configuration too</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.Class-org.apache.hadoop.io.SequenceFile.CompressionType-">Writer(Configuration, FileSystem, String, Class&lt;? extends WritableComparable&gt;, SequenceFile.CompressionType)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Writer.html" title="class in org.apache.hadoop.io">SetFile.Writer</a></dt>
<dd>
<div class="block">Create a set naming the element class and compression type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SetFile.Writer.html#Writer-org.apache.hadoop.conf.Configuration-org.apache.hadoop.fs.FileSystem-java.lang.String-org.apache.hadoop.io.WritableComparator-org.apache.hadoop.io.SequenceFile.CompressionType-">Writer(Configuration, FileSystem, String, WritableComparator, SequenceFile.CompressionType)</a></span> - Constructor for class org.apache.hadoop.io.<a href="org/apache/hadoop/io/SetFile.Writer.html" title="class in org.apache.hadoop.io">SetFile.Writer</a></dt>
<dd>
<div class="block">Create a set naming the element comparator and compression type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#writeReplace--">writeReplace()</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#writeString-java.io.DataOutput-java.lang.String-">writeString(DataOutput, String)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Write a String as a VInt n, followed by n Bytes as in Text format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#writeString-java.io.DataOutput-java.lang.String-">writeString(DataOutput, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Write a UTF8 encoded string to out</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/Text.html#writeString-java.io.DataOutput-java.lang.String-int-">writeString(DataOutput, String, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</a></dt>
<dd>
<div class="block">Write a UTF8 encoded string with a maximum size to out</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeString-java.io.DataOutput-java.lang.String-">writeString(DataOutput, String)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeStringArray-java.io.DataOutput-java.lang.String:A-">writeStringArray(DataOutput, String[])</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FileStatusProto.html" title="class in org.apache.hadoop.fs">FSProtos.FileStatusProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.FsPermissionProto.html" title="class in org.apache.hadoop.fs">FSProtos.FsPermissionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/FSProtos.LocalFileSystemPathHandleProto.html" title="class in org.apache.hadoop.fs">FSProtos.LocalFileSystemPathHandleProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.GetServiceStatusResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.GetServiceStatusResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.HAStateChangeRequestInfoProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.HAStateChangeRequestInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.MonitorHealthResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.MonitorHealthResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToObserverResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToObserverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyRequestProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/HAServiceProtocolProtos.TransitionToStandbyResponseProto.html" title="class in org.apache.hadoop.ha.proto">HAServiceProtocolProtos.TransitionToStandbyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.CedeActiveResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.GracefulFailoverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshRequestProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/GenericRefreshProtocolProtos.GenericRefreshResponseProto.html" title="class in org.apache.hadoop.ipc.proto">GenericRefreshProtocolProtos.GenericRefreshResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.proto.<a href="org/apache/hadoop/ipc/proto/RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.html" title="class in org.apache.hadoop.ipc.proto">RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.IpcConnectionContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.IpcConnectionContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/IpcConnectionContextProtos.UserInformationProto.html" title="class in org.apache.hadoop.ipc.protobuf">IpcConnectionContextProtos.UserInformationProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngine2Protos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngine2Protos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.RequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtobufRpcEngineProtos.RequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolSignatureResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolSignatureResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.GetProtocolVersionsResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.GetProtocolVersionsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolSignatureProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolSignatureProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/ProtocolInfoProtos.ProtocolVersionProto.html" title="class in org.apache.hadoop.ipc.protobuf">ProtocolInfoProtos.ProtocolVersionProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCCallerContextProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCCallerContextProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcRequestHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcRequestHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcResponseHeaderProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcResponseHeaderProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.SaslAuth.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto.SaslAuth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RpcSaslProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RpcSaslProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/RpcHeaderProtos.RPCTraceInfoProto.html" title="class in org.apache.hadoop.ipc.protobuf">RpcHeaderProtos.RPCTraceInfoProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtos.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtos.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AddResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AddResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.AuthMethodResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.AuthMethodResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EchoResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EchoResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.EmptyResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.EmptyResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.ExchangeResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.ExchangeResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.OptResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.OptResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepRequestProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepRequestProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SleepResponseProto2.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SleepResponseProto2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.SlowPingRequestProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.SlowPingRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html#writeTo-com.google.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.ipc.protobuf.<a href="org/apache/hadoop/ipc/protobuf/TestProtosLegacy.UserResponseProto.html" title="class in org.apache.hadoop.ipc.protobuf">TestProtosLegacy.UserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.html" title="class in org.apache.hadoop.security.proto">RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CancelDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CancelDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsKVProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsKVProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.CredentialsProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.CredentialsProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.GetDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.GetDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenRequestProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.RenewDelegationTokenResponseProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.RenewDelegationTokenResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.security.proto.<a href="org/apache/hadoop/security/proto/SecurityProtos.TokenProto.html" title="class in org.apache.hadoop.security.proto">SecurityProtos.TokenProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tools.proto.<a href="org/apache/hadoop/tools/proto/GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.html" title="class in org.apache.hadoop.tools.proto">GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.AddSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.AddSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ConfigPair.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ConfigPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.ListSpanReceiversResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.ListSpanReceiversResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverRequestProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverRequestProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.RemoveSpanReceiverResponseProto.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.RemoveSpanReceiverResponseProto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html#writeTo-org.apache.hadoop.thirdparty.protobuf.CodedOutputStream-">writeTo(CodedOutputStream)</a></span> - Method in class org.apache.hadoop.tracing.<a href="org/apache/hadoop/tracing/TraceAdminPB.SpanReceiverListInfo.html" title="class in org.apache.hadoop.tracing">TraceAdminPB.SpanReceiverListInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#writeTokenStorageFile-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-">writeTokenStorageFile(Path, Configuration)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#writeTokenStorageFile-org.apache.hadoop.fs.Path-org.apache.hadoop.conf.Configuration-org.apache.hadoop.security.Credentials.SerializedFormat-">writeTokenStorageFile(Path, Configuration, Credentials.SerializedFormat)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#writeTokenStorageToStream-java.io.DataOutputStream-">writeTokenStorageToStream(DataOutputStream)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/Credentials.html#writeTokenStorageToStream-java.io.DataOutputStream-org.apache.hadoop.security.Credentials.SerializedFormat-">writeTokenStorageToStream(DataOutputStream, Credentials.SerializedFormat)</a></span> - Method in class org.apache.hadoop.security.<a href="org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/SequenceFile.ValueBytes.html#writeUncompressedBytes-java.io.DataOutputStream-">writeUncompressedBytes(DataOutputStream)</a></span> - Method in interface org.apache.hadoop.io.<a href="org/apache/hadoop/io/SequenceFile.ValueBytes.html" title="interface in org.apache.hadoop.io">SequenceFile.ValueBytes</a></dt>
<dd>
<div class="block">Writes the uncompressed bytes to the outStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html#writeValue-java.io.OutputStream-">writeValue(OutputStream)</a></span> - Method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/TFile.Reader.Scanner.Entry.html" title="class in org.apache.hadoop.io.file.tfile">TFile.Reader.Scanner.Entry</a></dt>
<dd>
<div class="block">Writing the value to the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#writeVInt-java.io.DataOutput-int-">writeVInt(DataOutput, int)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Encoding an integer into a variable-length encoding format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeVInt-java.io.DataOutput-int-">writeVInt(DataOutput, int)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Serializes an integer to a binary stream with zero-compressed encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/file/tfile/Utils.html#writeVLong-java.io.DataOutput-long-">writeVLong(DataOutput, long)</a></span> - Static method in class org.apache.hadoop.io.file.tfile.<a href="org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile">Utils</a></dt>
<dd>
<div class="block">Encoding a Long integer into a variable-length encoding format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/WritableUtils.html#writeVLong-java.io.DataOutput-long-">writeVLong(DataOutput, long)</a></span> - Static method in class org.apache.hadoop.io.<a href="org/apache/hadoop/io/WritableUtils.html" title="class in org.apache.hadoop.io">WritableUtils</a></dt>
<dd>
<div class="block">Serializes a long to a binary stream with zero-compressed encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#writeXml-java.io.OutputStream-">writeXml(OutputStream)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Write out the non-default properties in this configuration to the given
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> using UTF-8 encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#writeXml-java.io.Writer-">writeXml(Writer)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/conf/Configuration.html#writeXml-java.lang.String-java.io.Writer-">writeXml(String, Writer)</a></span> - Method in class org.apache.hadoop.conf.<a href="org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</a></dt>
<dd>
<div class="block">Write out the non-default properties in this configuration to the
given <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>.</div>
</dd>
</dl>
<a name="I:X">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html#X_FRAME_OPTIONS">X_FRAME_OPTIONS</a></span> - Static variable in class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/fs/XAttrCodec.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">XAttrCodec</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>
<div class="block">The value of <code>XAttr</code> is byte[], this class is to
covert byte[] to some kind of string representation or convert back.</div>
</dd>
<dt><a href="org/apache/hadoop/fs/XAttrSetFlag.html" title="enum in org.apache.hadoop.fs"><span class="typeNameLink">XAttrSetFlag</span></a> - Enum in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#xdr_int-int-">xdr_int(int)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>
<div class="block">Puts an integer into the buffer as 4 bytes, big-endian.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html#xdr_string-java.lang.String-">xdr_string(String)</a></span> - Method in class org.apache.hadoop.metrics2.sink.ganglia.<a href="org/apache/hadoop/metrics2/sink/ganglia/AbstractGangliaSink.html" title="class in org.apache.hadoop.metrics2.sink.ganglia">AbstractGangliaSink</a></dt>
<dd>
<div class="block">Puts a string into the buffer by first writing the size of the string as an
int, followed by the bytes of the string, padded if necessary to a multiple
of 4.</div>
</dd>
<dt><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http"><span class="typeNameLink">XFrameOptionsFilter</span></a> - Class in <a href="org/apache/hadoop/security/http/package-summary.html">org.apache.hadoop.security.http</a></dt>
<dd>
<div class="block">This filter protects webapps from clickjacking attacks that
are possible through use of Frames to embed the resources in another
application and intercept clicks to accomplish nefarious things.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html#XFrameOptionsFilter--">XFrameOptionsFilter()</a></span> - Constructor for class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http"><span class="typeNameLink">XFrameOptionsFilter.XFrameOptionsResponseWrapper</span></a> - Class in <a href="org/apache/hadoop/security/http/package-summary.html">org.apache.hadoop.security.http</a></dt>
<dd>
<div class="block">This wrapper allows the rest of the filter pipeline to
see the configured value when interrogating the response.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html#XFrameOptionsResponseWrapper-javax.servlet.http.HttpServletResponse-">XFrameOptionsResponseWrapper(HttpServletResponse)</a></span> - Constructor for class org.apache.hadoop.security.http.<a href="org/apache/hadoop/security/http/XFrameOptionsFilter.XFrameOptionsResponseWrapper.html" title="class in org.apache.hadoop.security.http">XFrameOptionsFilter.XFrameOptionsResponseWrapper</a></dt>
<dd>
<div class="block">Ctor to take wrap the provided response.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/BloomFilter.html#xor-org.apache.hadoop.util.bloom.Filter-">xor(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/BloomFilter.html" title="class in org.apache.hadoop.util.bloom">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html#xor-org.apache.hadoop.util.bloom.Filter-">xor(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/CountingBloomFilter.html" title="class in org.apache.hadoop.util.bloom">CountingBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html#xor-org.apache.hadoop.util.bloom.Filter-">xor(Filter)</a></span> - Method in class org.apache.hadoop.util.bloom.<a href="org/apache/hadoop/util/bloom/DynamicBloomFilter.html" title="class in org.apache.hadoop.util.bloom">DynamicBloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#XOR_2_1_SCHEMA">XOR_2_1_SCHEMA</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html#XOR_CODEC_NAME">XOR_CODEC_NAME</a></span> - Static variable in class org.apache.hadoop.io.erasurecode.<a href="org/apache/hadoop/io/erasurecode/ErasureCodeConstants.html" title="class in org.apache.hadoop.io.erasurecode">ErasureCodeConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Z">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><a href="org/apache/hadoop/fs/ZeroCopyUnavailableException.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">ZeroCopyUnavailableException</span></a> - Exception in <a href="org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ZeroCopyUnavailableException.html#ZeroCopyUnavailableException-java.lang.String-">ZeroCopyUnavailableException(String)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ZeroCopyUnavailableException.html" title="class in org.apache.hadoop.fs">ZeroCopyUnavailableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ZeroCopyUnavailableException.html#ZeroCopyUnavailableException-java.lang.String-java.lang.Exception-">ZeroCopyUnavailableException(String, Exception)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ZeroCopyUnavailableException.html" title="class in org.apache.hadoop.fs">ZeroCopyUnavailableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/fs/ZeroCopyUnavailableException.html#ZeroCopyUnavailableException-java.lang.Exception-">ZeroCopyUnavailableException(Exception)</a></span> - Constructor for exception org.apache.hadoop.fs.<a href="org/apache/hadoop/fs/ZeroCopyUnavailableException.html" title="class in org.apache.hadoop.fs">ZeroCopyUnavailableException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/util/curator/ZKCuratorManager.SafeTransaction.html" title="class in org.apache.hadoop.util.curator"><span class="typeNameLink">ZKCuratorManager.SafeTransaction</span></a> - Class in <a href="org/apache/hadoop/util/curator/package-summary.html">org.apache.hadoop.util.curator</a></dt>
<dd>
<div class="block">Use curator transactions to ensure zk-operations are performed in an all
or nothing fashion.</div>
</dd>
<dt><a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ha.protocolPB"><span class="typeNameLink">ZKFCProtocolClientSideTranslatorPB</span></a> - Class in <a href="org/apache/hadoop/ha/protocolPB/package-summary.html">org.apache.hadoop.ha.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html#ZKFCProtocolClientSideTranslatorPB-java.net.InetSocketAddress-org.apache.hadoop.conf.Configuration-javax.net.SocketFactory-int-">ZKFCProtocolClientSideTranslatorPB(InetSocketAddress, Configuration, SocketFactory, int)</a></span> - Constructor for class org.apache.hadoop.ha.protocolPB.<a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolClientSideTranslatorPB.html" title="class in org.apache.hadoop.ha.protocolPB">ZKFCProtocolClientSideTranslatorPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/protocolPB/ZKFCProtocolPB.html" title="interface in org.apache.hadoop.ha.protocolPB"><span class="typeNameLink">ZKFCProtocolPB</span></a> - Interface in <a href="org/apache/hadoop/ha/protocolPB/package-summary.html">org.apache.hadoop.ha.protocolPB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.CedeActiveRequestProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CedeActiveRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.CedeActiveRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CedeActiveRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.CedeActiveResponseProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CedeActiveResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.CedeActiveResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.CedeActiveResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.CedeActiveResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.CedeActiveResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.GracefulFailoverRequestProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GracefulFailoverRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GracefulFailoverRequestProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverRequestProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.GracefulFailoverRequestProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.GracefulFailoverResponseProto</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GracefulFailoverResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">Protobuf type <code>hadoop.common.GracefulFailoverResponseProto</code></div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.GracefulFailoverResponseProtoOrBuilder.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.GracefulFailoverResponseProtoOrBuilder</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.ZKFCProtocolService</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>
<div class="block">
Protocol provides manual control of the ZK Failover Controllers</div>
</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Interface.html" title="interface in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.ZKFCProtocolService.Interface</span></a> - Interface in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.Stub.html" title="class in org.apache.hadoop.ha.proto"><span class="typeNameLink">ZKFCProtocolProtos.ZKFCProtocolService.Stub</span></a> - Class in <a href="org/apache/hadoop/ha/proto/package-summary.html">org.apache.hadoop.ha.proto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html#ZKFCProtocolService--">ZKFCProtocolService()</a></span> - Constructor for class org.apache.hadoop.ha.proto.<a href="org/apache/hadoop/ha/proto/ZKFCProtocolProtos.ZKFCProtocolService.html" title="class in org.apache.hadoop.ha.proto">ZKFCProtocolProtos.ZKFCProtocolService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibCompressor</span></a> - Class in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> based on the popular
zlib compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#ZlibCompressor--">ZlibCompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>
<div class="block">Creates a new compressor with the default compression level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#ZlibCompressor-org.apache.hadoop.conf.Configuration-">ZlibCompressor(Configuration)</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>
<div class="block">Creates a new compressor, taking settings from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html#ZlibCompressor-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy-org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader-int-">ZlibCompressor(ZlibCompressor.CompressionLevel, ZlibCompressor.CompressionStrategy, ZlibCompressor.CompressionHeader, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibCompressor</a></dt>
<dd>
<div class="block">Creates a new compressor using the specified compression level.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibCompressor.CompressionHeader</span></a> - Enum in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">The type of header for compressed data.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionLevel.html" title="enum in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibCompressor.CompressionLevel</span></a> - Enum in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">The compression level for zlib library.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibCompressor.CompressionStrategy.html" title="enum in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibCompressor.CompressionStrategy</span></a> - Enum in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">The compression level for zlib library.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibDecompressor</span></a> - Class in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> based on the popular
zlib compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#ZlibDecompressor-org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader-int-">ZlibDecompressor(ZlibDecompressor.CompressionHeader, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>
<div class="block">Creates a new decompressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html#ZlibDecompressor--">ZlibDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.CompressionHeader.html" title="enum in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibDecompressor.CompressionHeader</span></a> - Enum in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">The headers to detect from compressed data.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibDecompressor.ZlibDirectDecompressor</span></a> - Class in org.apache.hadoop.io.compress.zlib</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html#ZlibDirectDecompressor--">ZlibDirectDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.ZlibDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html#ZlibDirectDecompressor-org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader-int-">ZlibDirectDecompressor(ZlibDecompressor.CompressionHeader, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibDecompressor.ZlibDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibDecompressor.ZlibDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib"><span class="typeNameLink">ZlibFactory</span></a> - Class in org.apache.hadoop.io.compress.zlib</dt>
<dd>
<div class="block">A collection of factories to create the right
zlib/gzip compressor/decompressor instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html#ZlibFactory--">ZlibFactory()</a></span> - Constructor for class org.apache.hadoop.io.compress.zlib.<a href="org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib">ZlibFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/CodecConstants.html#ZSTANDARD_CODEC_EXTENSION">ZSTANDARD_CODEC_EXTENSION</a></span> - Static variable in class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/CodecConstants.html" title="class in org.apache.hadoop.io.compress">CodecConstants</a></dt>
<dd>
<div class="block">Default extension for <a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress"><code>ZStandardCodec</code></a>.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress"><span class="typeNameLink">ZStandardCodec</span></a> - Class in <a href="org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</a></dt>
<dd>
<div class="block">This class creates zstd compressors/decompressors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/ZStandardCodec.html#ZStandardCodec--">ZStandardCodec()</a></span> - Constructor for class org.apache.hadoop.io.compress.<a href="org/apache/hadoop/io/compress/ZStandardCodec.html" title="class in org.apache.hadoop.io.compress">ZStandardCodec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd"><span class="typeNameLink">ZStandardCompressor</span></a> - Class in org.apache.hadoop.io.compress.zstd</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Compressor.html" title="interface in org.apache.hadoop.io.compress"><code>Compressor</code></a> based on the zStandard compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html#ZStandardCompressor-int-int-">ZStandardCompressor(int, int)</a></span> - Constructor for class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardCompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardCompressor</a></dt>
<dd>
<div class="block">Creates a new compressor with the default compression level.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd"><span class="typeNameLink">ZStandardDecompressor</span></a> - Class in org.apache.hadoop.io.compress.zstd</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/Decompressor.html" title="interface in org.apache.hadoop.io.compress"><code>Decompressor</code></a> based on the zStandard compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#ZStandardDecompressor--">ZStandardDecompressor()</a></span> - Constructor for class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html#ZStandardDecompressor-int-">ZStandardDecompressor(int)</a></span> - Constructor for class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor</a></dt>
<dd>
<div class="block">Creates a new decompressor.</div>
</dd>
<dt><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd"><span class="typeNameLink">ZStandardDecompressor.ZStandardDirectDecompressor</span></a> - Class in org.apache.hadoop.io.compress.zstd</dt>
<dd>
<div class="block">A <a href="org/apache/hadoop/io/compress/DirectDecompressor.html" title="interface in org.apache.hadoop.io.compress"><code>DirectDecompressor</code></a> for ZStandard
https://github.com/facebook/zstd.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html#ZStandardDirectDecompressor-int-">ZStandardDirectDecompressor(int)</a></span> - Constructor for class org.apache.hadoop.io.compress.zstd.<a href="org/apache/hadoop/io/compress/zstd/ZStandardDecompressor.ZStandardDirectDecompressor.html" title="class in org.apache.hadoop.io.compress.zstd">ZStandardDecompressor.ZStandardDirectDecompressor</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Z:Z_">
<!-- -->
</a>
<h2 class="title">_</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getBranch--">_getBranch()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getBuildVersion--">_getBuildVersion()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getDate--">_getDate()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getProtocVersion--">_getProtocVersion()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getRevision--">_getRevision()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getSrcChecksum--">_getSrcChecksum()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getUrl--">_getUrl()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getUser--">_getUser()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/util/VersionInfo.html#Z:Z_getVersion--">_getVersion()</a></span> - Method in class org.apache.hadoop.util.<a href="org/apache/hadoop/util/VersionInfo.html" title="class in org.apache.hadoop.util">VersionInfo</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="https://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>